[plt-scheme] build problem - Debian

From: Brent Fulgham (bfulgham at debian.org)
Date: Sat Jan 25 02:40:34 EST 2003

On Fri, 24 Jan 2003 20:29:07 -0500 (EST)
dvanhorn at emba.uvm.edu wrote:
> gcc -c  -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src
> -I./../../mred/wxme/ -I./../../mzscheme/include/ -DOPERATOR_NEW_ARRAY 
> -fpermissive -DNO_XKB_LIB_PRESENT -Dwx_xt -g -O2 -Wall  -I./XWidgets -o
> XWidgets/xwTabString.o ./XWidgets/xwTabString.c
> ./XWidgets/xwTabString.c:6: X11/Intrinsic.h: No such file or directory
> ./XWidgets/xwTabString.c:7: X11/StringDefs.h: No such file or directory
> make[5]: *** [XWidgets/xwTabString.o] Error 1
> 

Did configure find your X libraries and header files?  And do you have the
requisite XFree86 development packages installed? (xlib6-dev)

For that matter, you can just download the prebuild copy from Debian's archive
(in testing right now for 203.0) at ftp://ftp.debian.org/debian/pool/main/d/drscheme

You can download the *.dsc, *.diff.gz, and *.orig.tar.gz files and use them to build
it yourself, if you wish.

Let me know if you have any other problems.

-Brent


Posted on the users mailing list.