Re: [PyOpenGL-Users] Newbie problem with PyOpenGL build
Brought to you by:
mcfletch
From: <il...@ya...> - 2002-08-18 06:24:12
|
You need the glut headers. In a package called something like glut-devel(I don't use red hat much). You also need the glut library :) If you allready have those installed then the setup.py can not find them. If so could you post their location? --- Allen Toreja <ry...@ho...> wrote: > > I am trying to build/install PyOpenGL on my laptop > which runs RH Linux 7.3. > When I run python2 setup.py build I keep getting the > following > error message: > > .... > skipping 'GL.WIN.swap_hint' extension (up-to-date) > skipping 'GL._3DFX.tbuffer' extension (up-to-date) > skipping 'GL.__init___' extension (up-to-date) > skipping 'GLE' extension (up-to-date) > skipping 'GLU.SGI.filter4_parameters' extension > (up-to-date) > skipping 'GLU.__init___' extension (up-to-date) > building 'GLUT' extension > gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC > -DGLX_PLATFORM -DNUMERIC > -I/usr/include -I/usr/local/include > -I/usr/X11/include > -I/usr/include/python2.2/Numeric -Isrc/gle/src > -I/usr/include/python2.2 -c > src/interface/GLUT.c -o > build/temp.linux-i686-2.2/GLUT.o > src/interface/GLUT.c:6:21: GL/glut.h: No such file > or directory > error: command 'gcc' failed with exit status 1 > > I would appreciate anyone's suggestions or advice. > Thanks! > > > Ryoga > > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com |