[TuxKart-users] I have a compilation problem
Status: Alpha
Brought to you by:
sjbaker
From: al <al...@te...> - 2000-07-05 17:01:48
|
Mandrake 7.1 Glide_V3-2.60.15-3mdk.rpm & devel rpm Mesa3.2(compiled from source) plib-1.2.0(source) freeglut-alpha-1.3(source) VooDoo3 1000 AGP Q3Ademo, UTdemo, TerminusDemo, several other 3d apps run fine but...... when I tried to compile tuxkart... ./configure runs without a hitch make gives this: Making all in src make[1]: Entering directory `/opt/src/tuxkart-0.0.3/src' c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.0.3\" -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBGLUT=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLUT_H=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -DTUXKART_DATADIR=\"/usr/local/share/games/tuxkart\" -I. -I. -g -O2 -O6 -Wall -c start_tuxkart.cxx In file included from /usr/include/plib/ssg.h:15, from start_tuxkart.h:18, from start_tuxkart.cxx:2: /usr/include/plib/sg.h: In method `void sgBox::empty()': /usr/include/plib/sg.h:842: `FLT_MAX' undeclared (first use this function) /usr/include/plib/sg.h:842: (Each undeclared identifier is reported only once /usr/include/plib/sg.h:842: for each function it appears in.) /usr/include/plib/sg.h: In method `void sgdBox::empty()': /usr/include/plib/sg.h:1961: `DBL_MAX' undeclared (first use this function) In file included from start_tuxkart.h:18, from start_tuxkart.cxx:2: /usr/include/plib/ssg.h: In method `float ssgRangeSelector::getRange(unsigned int)': /usr/include/plib/ssg.h:1276: warning: control reaches end of non-void function `ssgRangeSelector::getRange(unsigned int)' make[1]: *** [start_tuxkart.o] Error 1 make[1]: Leaving directory `/opt/src/tuxkart-0.0.3/src' make: *** [all-recursive] Error 1 I am at a loss to decypher what is wrong.. if this is in a faq please send me a link thank you aal |