[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: about Xaw3d-1.5




On Thu, 29 Apr 1999, Birger Langkjer wrote:

> I know this isn't strictly related to siag office, but when I try to
> compile Xaw3d-1.5, 'XawI18n.h' complains about a missing 'widec.h'.
> Where can I find it? I'm compiling outside of a sourcetree. Can I just
> remove those lines from the file?

When I compiled Xaw3d under Solaris 7, I had to make these modifications
to the Imakefile:

EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY -DHAS_WCHAR_H -UHAS_WCTYPE_H

EXTRA_INCLUDES = -I.

I think a variation on that theme would work.

BTW, compiling Siag under Solaris 7 is incredibly noisy (pages and
pages of warnings, mostly about the X11 headers) but seems to work.

Ulric