[fluxus] `glClientActiveTexture' undeclared, error while building fluxus

andersvi at extern.uio.no andersvi at extern.uio.no
Mon Mar 6 11:53:38 PST 2006


Im getting this error while trying to build fluxus here on a
linux-machine.  It hits an error when compiling
src/PolyPrimitive.cpp in line 113:

libfluxus/src/PolyPrimitive.cpp:113: error: `glClientActiveTexture' undeclared (first use this function)

Output from scons below.

Any hints as to which libraries, packages etc. to check are very welcome.

-anders



$ uname -a    
Linux localhost 2.6.10-2.1.ll.rhfc3.ccrma #1 Thu Dec 30 03:08:13 EST 2004 i686 athlon i386 GNU/Linux

$ sudo scons install
scons: Reading SConscript files ...
--------------------------------------------------------
Fluxus: Configuring Build Environment
--------------------------------------------------------
Checking for main() in C library m... yes
Checking for main() in C library jack... yes
Checking for main() in C library sndfile... yes
Checking for main() in C library guile... yes
Checking for main() in C library fftw3... yes
Checking for main() in C library ode... yes
Checking for main() in C library lo... yes
Checking for main() in C library pthread... yes
Checking for main() in C library jpeg... yes
Checking for main() in C library tiff... yes
Checking for main() in C library z... yes
Checking for main() in C library png... yes
Checking for main() in C library X11... yes
Checking for main() in C library glut... yes
Checking for main() in C library GL... yes
Checking for main() in C library GLU... yes
scons: done reading SConscript files.
scons: Building targets ...
g++ -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -I/usr/local/include -Il

[...further down...]

g++ -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -I/usr/local/include -Ilibfluxus/src -Ilibfluxphysics/src -c -o libfluxus/src/PolyPrimitive.o libfluxus/src/PolyPrimitive.cpp
libfluxus/src/PolyPrimitive.cpp: In member function `virtual void fluxus::PolyPrimitive::Render()':
libfluxus/src/PolyPrimitive.cpp:113: error: `glClientActiveTexture' undeclared (first use this function)
libfluxus/src/PolyPrimitive.cpp:113: error: (Each undeclared identifier is reported only once for each function it appears in.)
scons: *** [libfluxus/src/PolyPrimitive.o] Error 1
scons: building terminated because of errors.




More information about the Fluxus mailing list