[PyOpenGL-Users] Fedora Core 3 compile error
Brought to you by:
mcfletch
From: James E. <mil...@cl...> - 2005-06-02 00:55:58
|
I'm getting the following error while compiling PyOpenGL-2.0.2.01 on Fedora Core 3. Compile proceeds normally until reaching the _GLUT extension. building '_GLUT' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_GNU_SOURCE -fPIC -fPIC -DGLX_PLATFORM -DNUMERIC -I/usr/include -I/usr/local/include -I/usr/X11/include -I/usr/X11R6/include -I/usr/include/python2.3/Numeric -I/usr/include/python2.3 -c src/interface/_GLUT.c -o build/temp.linux-i686-2.3/src/interface/_GLUT.o In file included from src/interface/_GLUT.0014.inc:2439, from src/interface/_GLUT.c:10: /usr/include/GL/freeglut_ext.h:69: error: conflicting types for 'glutMouseWheelFunc' src/interface/_GLUT.0014.inc:2411: error: previous implicit declaration of 'glutMouseWheelFunc' was here /usr/include/GL/freeglut_ext.h:70: error: conflicting types for 'glutCloseFunc' src/interface/_GLUT.0014.inc:2420: error: previous implicit declaration of 'glutCloseFunc' was here /usr/include/GL/freeglut_ext.h:73: error: conflicting types for 'glutMenuDestroyFunc' src/interface/_GLUT.0014.inc:2429: error: previous implicit declaration of 'glutMenuDestroyFunc' was here error: command 'gcc' failed with exit status 1 Fedora Core 3 python-2.3.4-13.1 freeglut-2.2.0-14 Running build_w to rebuild the SWIG bindings has no effect. Thanks for any help you can offer, james evans |