Re: [TuxKart-users] (no subject)
Status: Alpha
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2002-07-19 20:52:44
|
r w wrote: > ./ configure works fine but when I > make > I get this: > Making all in src > make[1]: Entering directory `/usr/tuxkart-0.1.0/src' > c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.1.0\" > -DWIN32=1 -DSTDC_HEADERS=1 -DHAVE_ > GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 > -DWIN32=1 -DTUXKART_DATADIR=\"/us > r/local/share/games/tuxkart\" -I. -I. -g -O2 -O6 > -Wall -malign-double -I/ > usr/local/include -L/usr/local/lib -c > start_tuxkart.cxx > start_tuxkart.cxx: In function `int main(int, char > **)': > start_tuxkart.cxx:325: implicit declaration of > function `int glutEnterGameMode(. > ..)' > make[1]: *** [start_tuxkart.o] Error 1 > make[1]: Leaving directory `/usr/tuxkart-0.1.0/src' > make: *** [all-recursive] Error 1 > > What's going on? Sounds like either you don't have GLUT installed - or you have a version prior to 3.7 and therefore don't have the glutEnterGameMode feature. I suspect the latter. Upgrade GLUT and all should be OK. If that's what it is, then I'm suprised you still have such an old version. GLUT has been at 3.7 for many years now. ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |