Re: [Plib-users] plib_examples-1.6.1 build failure.
Brought to you by:
sjbaker
From: flashfyre <fla...@us...> - 2003-08-12 02:31:36
|
Both GL/gl.h and GL/glext.h define it, I noticed the other way to enable it is to -DGL_GLEXT_PROTOTYPES. Not sure why...but all the examples are compiling and working now. Thanks, FF Cameron Lerch wrote: > I got this too. Looks like the function is now considered obsolete. You > can get around this by setting CXXFLAGS="$CXXFLAGS -DGL_GLEXT_LEGACY" > before you run configure. > > On Mon, Aug 11, 2003 at 01:10:11PM -0700, flashfyre wrote: > >>Uh oh...does this mean I have a broken or outdated GL on my Mandrake 9.1 >>box? >> >>I scanned over the last few months in the archives and did not see >>anything about this. >> >>Is there a way to search the mail archives by keyword? I am new to sf. >> >>-- >>FF >> >>make[3]: Entering directory >>`/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg/water' >>c++ -DPACKAGE=\"plib_examples\" -DVERSION=\"1.6.1\" -DHAVE_LIBDL=1 >>-DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DGLUT_IS_PRESENT=1 >> -I. -I. -g -O2 >>-Wall -c water.cxx >>water.cxx: In function `int enableTexGen(ssgEntity*)': >>water.cxx:119: `glActiveTextureARB' undeclared (first use this function) >>water.cxx:119: (Each undeclared identifier is reported only once for >>each function it appears in.) >>make[3]: *** [water.o] Error 1 >>make[3]: Leaving directory >>`/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg/water' >>make[2]: *** [all-recursive] Error 1 >>make[2]: Leaving directory >>`/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg' >>make[1]: *** [all-recursive] Error 1 >>make[1]: Leaving directory >>`/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src' >>make: *** [all-recursive] Error 1 |