hi james,
true, i didn't check the archive before posting the question... sorry! well, yes i'm on linux / fedora core 3 / with free-glut, 2.6.10.
gl.h * Mesa 3-D graphics library * Version: 6.1
glext.h (not sure what version so) ** Version 1.2.1, released January 26, 2000, developed by Silicon #define GL_GLEXT_VERSION 24 #ifndef GL_VERSION_1_2
what do i have to upgrade? patrick
james tittle wrote:
...this is a f-asked-q, but unfortunately also a f-unanswered-q...
On Feb 2, 2005, at 10:30 AM, patrick wrote:
c++ -c -g -g -O2 -DNEW_VIDEOFILM -fPIC -mmmx -I../ -I/usr/local/include/avifile-0.7 -I/usr/local/include/FTGL/ -I/usr/include/freetype2/ -I/usr/local/include/ -fno-builtin -O3 -funroll-loops -ffast-math GEMglBitmap.cpp -o GEMglBitmap.o GEMglBindProgramARB.cpp: In member function `virtual void GEMglBindProgramARB::render(GemState*)': GEMglBindProgramARB.cpp:48: error: `glBindProgramARB' undeclared (first use this function) GEMglBindProgramARB.cpp:48: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [GEMglBindProgramARB.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/home/patrick/src/Gem/src/openGL' make: *** [subdirs] Error 255
...just guessing: could you search your gl.h/glext.h for VERSION and
then also for glBindProgram?