From: Chris T. <tre...@cs...> - 2003-10-04 22:29:14
|
Hi, I'm getting an error while trying to compile Visual Python (visual-2.1.7-20031001.tar.gz). (config.log attached) Does anyone have any suggestions? Chris <START EXCERPT> make[1]: Entering directory `/nfs/hades.dgp/ondemand9/trendall/visual-2.1.7/cvisual' /bin/sh ..//libtool --mode=compile g++ -c -I./CXX/Include -I. -DHAVE_CONFIG_H -I/homes/e/trendall/s/include/python2.3 -g -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/homes/e/trendall/s/include -pthread -I/nfs/hades.dgp/ondemand9/trendall/include/glib-2.0 -I/nfs/hades.dgp/ondemand9/trendall/lib/glib-2.0/include -o xgl.lo xgl.cpp g++ -c -I./CXX/Include -I. -DHAVE_CONFIG_H -I/homes/e/trendall/s/include/python2.3 -g -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/homes/e/trendall/s/include -pthread -I/nfs/hades.dgp/ondemand9/trendall/include/glib-2.0 -I/nfs/hades.dgp/ondemand9/trendall/lib/glib-2.0/include xgl.cpp -fPIC -DPIC -o xgl.lo xgl.cpp: In method `bool xglContext::initWindow (const char *, int, int, int, int, int)': xgl.cpp:349: parse error before `)' xgl.cpp:349: `G_TYPE_CHECK_INSTANCE_CAST' undeclared (first use this function) xgl.cpp:349: (Each undeclared identifier is reported only once for each function it appears in.) xgl.cpp: In method `void xglContext::makeCurrent ()': xgl.cpp:465: parse error before `)' xgl.cpp: In method `void xglContext::swapBuffers ()': xgl.cpp:472: parse error before `)' make[1]: *** [xgl.lo] Error 1 make[1]: Leaving directory `/nfs/hades.dgp/ondemand9/trendall/visual-2.1.7/cvisual' make: *** [all-recursive] Error 1 <END EXCERPT> -- |