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

Re: Building scheme on Linux



Quoting "David Van Horn":
> I am have some problems building PLT Scheme. I'm trying to compile the
> latest CVS release. This is the error output from make...
> 
> make[3]: *** Warning: File `../Application' has modification time in the
> future (2001-11-05 20:33:27 > 2001-11-05 16:11:30)
> ./XWidgets/xwTabString.c:6:27: X11/Intrinsic.h: No such file or directory
> ./XWidgets/xwTabString.c:7:28: X11/StringDefs.h: No such file or directory
> make[4]: *** [XWidgets/xwTabString.o] Error 1
> make[3]: *** [all] Error 2
> make[2]: *** [wx] Error 2
> make[1]: *** [all] Error 2
> make: *** [mr] Error 2

It looks like `configure' didn't find your X11 include directory. It's
often something like /usr/X11R6/include/, but probably not on your
system.

Can you send me more details, including the compile command line and
your variant of Linux?

Matthew