[EMAIL PROTECTED] a �crit :
On Nov 10, 2004, at 6:26 PM, Arthur wrote:
This is an OpenGL function -- perhaps a 'make clean' in ./src/plib, ./src/simgear, and ./src/flightgear followed by a rebuild would help? You might have obj module/lib conflicts as you've tried at least two build strategies, right? (--with-x and --without-x)Date: Wed, 10 Nov 2004 18:26:04 -0500 From: Arthur Wiebe <[EMAIL PROTECTED]> Subject: Re: [Flightgear-devel] Re: FlightGear on Mac OS X To: FlightGear developers discussions <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII
g++ -I/usr/X11R6/include -D_REENTRANT -L/fgfs/lib -o layout-test layout-test.o libGUI.a -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml -lplibpw -lplibpu -lplibfnt -lplibul -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc ld: Undefined symbols: fntTexFont::load(char const*, unsigned int, unsigned int) make[2]: *** [layout-test] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
No, no, fntTexFont::load(char const*, unsigned int, unsigned int) is a plib function, not an openGL one.
It is defined as
int fntTexFont::load ( const char *fname, GLenum mag, GLenum min )
in plib/src/fnt.cxx
Maybe you have problems with opengl headers and have GLenum not being 'int' ?
-Fred
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
