Thread: [Plib-users] plib_examples-1.6.1 build failure.
Brought to you by:
sjbaker
From: flashfyre <fla...@us...> - 2003-08-11 20:29:20
|
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 |
From: Cameron L. <le...@sk...> - 2003-08-11 21:16:06
|
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 > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users -- Cameron Lerch <le...@sk...> |
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 |
From: Steve B. <sjb...@ai...> - 2003-08-11 23:48:31
|
flashfyre wrote: > Uh oh...does this mean I have a broken or outdated GL on my Mandrake 9.1 > box? Yeah - looks like it. The ARB multitexture extension is pretty mainstream nowadays. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |