[PyOpenGL-Users] unable to build PyOpenGL on RedHat 8.0
Brought to you by:
mcfletch
From: Scott N. <scu...@ho...> - 2003-02-09 04:06:41
|
I am unable to install PyOpenGL on RedHat 8.0. Below is a portion of the install log that shows the error. I think it may be very similar to some of the problems other people asked about earlier. Christoph Lehmann posted a message about a changed linux.cnf file but his attachment was not accessible from sourceforge. Any help would be greatly appreciated. Thanks, Scott Nichols gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DGLX_PLATFORM -DNUMERIC -I/usr/include -I/usr/local/include -I/usr/X11/ include -I/usr/X11R6/include -I/usr/local/include/python2.2/Numeric -I/usr/local/include/python2.2 -c src/interface/GL.ARB.p oint_parameters.c -o build/temp.linux-i686-2.2/GL.ARB.point_parameters.o gcc -shared build/temp.linux-i686-2.2/GL.ARB.point_parameters.o -L/usr/lib -L/usr/local/lib -L/usr/X11/lib -L/usr/X11R6/lib -Lbuild/temp.linux-i686-2.2 -lGL -lX11 -lXext -lGLU -linterface_util -o build/lib.linux-i686-2.2/OpenGL/GL/ARB/point_paramet ers.so building 'GL.ARB.texture_compression' extension cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory In file included from src/interface/GL.ARB.texture_compression.c:8: src/interface/GL.ARB.texture_compression.0103.inc:750: warning: function declaration isn't a prototype src/interface/GL.ARB.texture_compression.0103.inc:798: warning: function declaration isn't a prototype src/interface/GL.ARB.texture_compression.0103.inc:929: warning: function declaration isn't a prototype src/interface/GL.ARB.texture_compression.0103.inc: In function `_wrap_glCompressedTexSubImage3DARB': src/interface/GL.ARB.texture_compression.0103.inc:1127: warning: passing arg 11 of `glCompressedTexSubImage3DARB' makes poin ter from integer without a cast src/interface/GL.ARB.texture_compression.0103.inc:1127: too many arguments to function `glCompressedTexSubImage3DARB' src/interface/GL.ARB.texture_compression.0103.inc: In function `_wrap_glCompressedTexSubImage2DARB': src/interface/GL.ARB.texture_compression.0103.inc:1176: warning: passing arg 9 of `glCompressedTexSubImage2DARB' makes point er from integer without a cast src/interface/GL.ARB.texture_compression.0103.inc:1176: too many arguments to function `glCompressedTexSubImage2DARB' src/interface/GL.ARB.texture_compression.0103.inc: In function `_wrap_glCompressedTexSubImage1DARB': src/interface/GL.ARB.texture_compression.0103.inc:1223: warning: passing arg 7 of `glCompressedTexSubImage1DARB' makes point er from integer without a cast src/interface/GL.ARB.texture_compression.0103.inc:1223: too many arguments to function `glCompressedTexSubImage1DARB' src/interface/GL.ARB.texture_compression.0103.inc: At top level: src/interface/GL.ARB.texture_compression.0103.inc:875: warning: `_doc_glCompressedTexImage3DARB' defined but not used src/interface/GL.ARB.texture_compression.0103.inc:876: warning: `_doc_glCompressedTexImage2DARB' defined but not used src/interface/GL.ARB.texture_compression.0103.inc:877: warning: `_doc_glCompressedTexImage1DARB' defined but not used src/interface/GL.ARB.texture_compression.0103.inc:878: warning: `_doc_glCompressedTexSubImage3DARB' defined but not used src/interface/GL.ARB.texture_compression.0103.inc:879: warning: `_doc_glCompressedTexSubImage2DARB' defined but not used src/interface/GL.ARB.texture_compression.0103.inc:880: warning: `_doc_glCompressedTexSubImage1DARB' defined but not used src/interface/GL.ARB.texture_compression.0103.inc:907: warning: `_doc_glGetCompressedTexImageARB' defined but not used src/interface/GL.ARB.texture_compression.0103.inc:925: warning: `_doc_glInitTextureCompressionARB' defined but not used src/interface/GL.ARB.texture_compression.0103.inc:926: warning: `_doc_glInitTexCompressionARB' defined but not used gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DGLX_PLATFORM -DNUMERIC -I/usr/include -I/usr/local/include -I/usr/X11/ include -I/usr/X11R6/include -I/usr/local/include/python2.2/Numeric -I/usr/local/include/python2.2 -c src/interface/GL.ARB.t exture_compression.c -o build/temp.linux-i686-2.2/GL.ARB.texture_compression.o error: command 'gcc' failed with exit status 1 _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail |