Re: [TuxKart-users] Can't compile 0.0.5
Status: Alpha
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2001-07-15 00:00:45
|
Vonlia wrote: > I can't compile the newly untarred tuxkart-0.0.5.tar.gz )-: Here > are my errors: > > c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.0.5\" -DHAVE_LIBPLIBUL=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBGLUT=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_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 guNet.cxx > guNet.cxx: In method `void guUDPConnection::disconnect ()': > guNet.cxx:62: `shutdown' undeclared (first use this function) > guNet.cxx:81: `socket' undeclared (first use this function) > guNet.cxx:154: `bind' undeclared (first use this function) > guNet.cxx:176: `sendto' undeclared (first use this function) > guNet.cxx:208: `recvfrom' undeclared (first use this function) What are you compiling this on? Those functions are part of the Linux Kernel so they *must* be there if you are using Linux, UNIX, BSD...?!?. It can only be that some system header file is missing I think. What version of what OS are you using. If it's Linux, what Distro? You are correct that the network stuff isn't working - but I don't currently have an easy way to turn it off. ----------------------------- Steve Baker ------------------------------- HomeMail : <sjb...@ai...> WorkMail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://agtoys.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net |