[plt-scheme] PLT Scheme v204 available
Am Mittwoch, 7. Mai 2003 22:56 schrieben Sie:
> Here's a replacement for plt/src/mzscheme/src/gmp/gmplonglong.h that
> should let you compile:
> http://www.cs.utah.edu/~mflatt/tmp/gmplonglong.h
Hello,
After replacement of gmplonglong.h gmp.c will be compiled. But later on I got
another error message:
...
gcc -c -I/usr/X11R6/include -I./../../mzscheme/gc
-I./../../wxxt/src/AIAI-includ
e -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/include/
-DOPERATOR
_NEW_ARRAY -DUSE_GL -Dwx_xt -g -O2 -Wall -I./XWidgets ./XWidgets/xwCommon.c
-fPIC -DPIC -o XWidgets/.libs/xwCommon.lo
In file included from XWidgets/xwCommon.c:14:
XWidgets/wxgl.h:2:20: GL/glx.h: No such file or directory
XWidgets/xwCommon.c: In function `traverse_to_direction':
XWidgets/xwCommon.c:321: warning: comparison between signed and unsigned
XWidgets/xwCommon.c: In function `traverse_to_next':
XWidgets/xwCommon.c:362: warning: comparison between signed and unsigned
XWidgets/xwCommon.c:363: warning: comparison between signed and unsigned
XWidgets/xwCommon.c: In function `traverse_to_prev':
XWidgets/xwCommon.c:378: warning: comparison between signed and unsigned
XWidgets/xwCommon.c: In function `realize':
XWidgets/xwCommon.c:670: error: `GLX_DOUBLEBUFFER' undeclared (first use in
this function)
XWidgets/xwCommon.c:670: error: (Each undeclared identifier is reported only
once
XWidgets/xwCommon.c:670: error: for each function it appears in.)
XWidgets/xwCommon.c:670: error: `GLX_RGBA' undeclared (first use in this
function)
XWidgets/xwCommon.c:675: warning: implicit declaration of function
`glXChooseVisual'
XWidgets/xwCommon.c:675: warning: assignment makes pointer from integer
without a cast
XWidgets/xwCommon.c: In function `accept_focus':
XWidgets/xwCommon.c:918: warning: comparison between signed and unsigned
XWidgets/xwCommon.c: In function `would_accept_focus':
XWidgets/xwCommon.c:982: warning: comparison between signed and unsigned
make[5]: *** [XWidgets/xwCommon.o] Fehler 1
make[5]: Leaving directory `/usr/local/plt/src/wxxt/src'
...
Manfred