Re: [TuxKart-users] TuxKart on Mandrake 9.1
Status: Alpha
Brought to you by:
sjbaker
From: Frank B. <Cu...@gm...> - 2003-08-20 14:20:18
|
Hello there, you have to install plib and glut ( or freeglut ), see the tuxkart readme file for more informations :) - Frank > Hi, I am trying to install TuxKart on Mandrake 9.1 Configure goes fine, > but I get this on make: > > ke[1]: Entering directory `/home/mugs/Desktop/tuxkart-0.2.0/src' > c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.2.0\" -DHAVE_LIBGL=1 > -DHAVE_GL_GL_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 start_tuxkart.cxx:2: > start_tuxkart.h:20:21: GL/glut.h: No such file or directory > start_tuxkart.h:22:22: plib/ssg.h: No such file or directory > start_tuxkart.h:23:21: plib/sl.h: No such file or directory > start_tuxkart.h:24:21: plib/js.h: No such file or directory > start_tuxkart.h:25:22: plib/fnt.h: No such file or directory > start_tuxkart.h:26:21: plib/pu.h: No such file or directory > start_tuxkart.cxx:18: syntax error before `*' token > start_tuxkart.cxx:19: syntax error before `*' token > start_tuxkart.cxx:20: syntax error before `*' token > start_tuxkart.cxx:21: syntax error before `*' token > start_tuxkart.cxx:22: syntax error before `*' token > start_tuxkart.cxx:23: syntax error before `*' token > start_tuxkart.cxx:24: syntax error before `*' token > start_tuxkart.cxx:26: syntax error before `*' token > start_tuxkart.cxx:30: syntax error before `*' token > start_tuxkart.cxx: In function `void switch_to_game()': > start_tuxkart.cxx:43: `trackButtons' undeclared (first use this > function) > start_tuxkart.cxx:43: (Each undeclared identifier is reported only once > for each function it appears in.) > start_tuxkart.cxx:44: `numLapsText' undeclared (first use this function) > start_tuxkart.cxx:46: `glutWarpPointer' undeclared (first use this > function) > start_tuxkart.cxx:48: `pleaseWaitButton' undeclared (first use this > function) > start_tuxkart.cxx:48: `puDeleteObject' undeclared (first use this > function) > start_tuxkart.cxx:49: `numLapsSlider' undeclared (first use this > function) > start_tuxkart.cxx:51: `playButton' undeclared (first use this function) > start_tuxkart.cxx:52: `exitButton' undeclared (first use this function) > start_tuxkart.cxx:54: `intro_gst' undeclared (first use this function) > start_tuxkart.cxx:55: `sorority' undeclared (first use this function) > start_tuxkart.cxx:56: `fnt' undeclared (first use this function) > start_tuxkart.cxx: In function `void specialfn(int, int, int)': > start_tuxkart.cxx:71: `PU_KEY_GLUT_SPECIAL_OFFSET' undeclared (first use > this function) > start_tuxkart.cxx:71: `PU_DOWN' undeclared (first use this function) > start_tuxkart.cxx:71: `puKeyboard' undeclared (first use this function) > start_tuxkart.cxx:72: `glutPostRedisplay' undeclared (first use this > function) > start_tuxkart.cxx: In function `void motionfn(int, int)': > start_tuxkart.cxx:83: `puMouse' undeclared (first use this function) > start_tuxkart.cxx: In function `void displayfn()': > start_tuxkart.cxx:106: `GL_PROJECTION' undeclared (first use this > function) > start_tuxkart.cxx:106: `glMatrixMode' undeclared (first use this > function) > start_tuxkart.cxx:107: `glLoadIdentity' undeclared (first use this > function) > start_tuxkart.cxx:108: `GL_MODELVIEW' undeclared (first use this > function) > start_tuxkart.cxx:110: `GL_DEPTH_TEST' undeclared (first use this > function) > start_tuxkart.cxx:110: `glDisable' undeclared (first use this function) > start_tuxkart.cxx:111: `GL_LIGHTING' undeclared (first use this > function) > start_tuxkart.cxx:112: `GL_FOG' undeclared (first use this function) > start_tuxkart.cxx:113: `GL_CULL_FACE' undeclared (first use this > function) > start_tuxkart.cxx:114: `GL_ALPHA_TEST' undeclared (first use this > function) > start_tuxkart.cxx:115: `glOrtho' undeclared (first use this function) > start_tuxkart.cxx:119: `GL_QUADS' undeclared (first use this function) > start_tuxkart.cxx:119: `glBegin' undeclared (first use this function) > start_tuxkart.cxx:120: `glColor3f' undeclared (first use this function) > start_tuxkart.cxx:121: `glTexCoord2f' undeclared (first use this > function) > start_tuxkart.cxx:121: `glVertex2i' undeclared (first use this function) > start_tuxkart.cxx:125: `glEnd' undeclared (first use this function) > start_tuxkart.cxx:129: `GL_BLEND' undeclared (first use this function) > start_tuxkart.cxx:129: `glEnable' undeclared (first use this function) > start_tuxkart.cxx:130: `puDisplay' undeclared (first use this function) > start_tuxkart.cxx:134: `glutSwapBuffers' undeclared (first use this > function) > start_tuxkart.cxx: At global scope: > start_tuxkart.cxx:152: `puObject' was not declared in this scope > start_tuxkart.cxx:152: parse error before `)' token > start_tuxkart.cxx: In function `void play_cb(...)': > start_tuxkart.cxx:154: `puSetDefaultColourScheme' undeclared (first use > this function) > start_tuxkart.cxx:155: parse error before `(' token > start_tuxkart.cxx: At global scope: > start_tuxkart.cxx:162: `puObject' was not declared in this scope > start_tuxkart.cxx:162: parse error before `)' token > start_tuxkart.cxx:170: `puObject' was not declared in this scope > start_tuxkart.cxx:170: parse error before `)' token > start_tuxkart.cxx: In function `void install_material()': > start_tuxkart.cxx:187: parse error before `;' token > start_tuxkart.cxx:190: `TRUE' undeclared (first use this function) > start_tuxkart.cxx:194: `GL_TEXTURE_2D' undeclared (first use this > function) > start_tuxkart.cxx:199: `GL_SMOOTH' undeclared (first use this function) > start_tuxkart.cxx:200: `GL_COLOR_MATERIAL' undeclared (first use this > function) > start_tuxkart.cxx:202: `GL_EMISSION' undeclared (first use this > function) > start_tuxkart.cxx:203: `GL_SPECULAR' undeclared (first use this > function) > start_tuxkart.cxx:204: `GL_DIFFUSE' undeclared (first use this function) > start_tuxkart.cxx:205: `GL_AMBIENT' undeclared (first use this function) > start_tuxkart.cxx: In function `int main(int, char**)': > start_tuxkart.cxx:316: `glutInitWindowPosition' undeclared (first use > this function) > start_tuxkart.cxx:317: `glutInitWindowSize' undeclared (first use this > function) > start_tuxkart.cxx:318: `glutInit' undeclared (first use this function) > start_tuxkart.cxx:319: `GLUT_RGB' undeclared (first use this function) > start_tuxkart.cxx:319: `GLUT_DOUBLE' undeclared (first use this > function) > start_tuxkart.cxx:319: `GLUT_DEPTH' undeclared (first use this function) > start_tuxkart.cxx:319: `glutInitDisplayMode' undeclared (first use this > function) > start_tuxkart.cxx:321: `glutCreateWindow' undeclared (first use this > function) > start_tuxkart.cxx:329: `glutDisplayFunc' undeclared (first use this > function) > start_tuxkart.cxx:330: `glutKeyboardFunc' undeclared (first use this > function) > start_tuxkart.cxx:331: `glutSpecialFunc' undeclared (first use this > function) > start_tuxkart.cxx:332: `glutMouseFunc' undeclared (first use this > function) > start_tuxkart.cxx:333: `glutMotionFunc' undeclared (first use this > function) > start_tuxkart.cxx:334: `glutPassiveMotionFunc' undeclared (first use > this function) > start_tuxkart.cxx:335: `glutIdleFunc' undeclared (first use this > function) > start_tuxkart.cxx:337: `puInit' undeclared (first use this function) > start_tuxkart.cxx:338: `ssgInit' undeclared (first use this function) > start_tuxkart.cxx:341: `puShowCursor' undeclared (first use this > function) > start_tuxkart.cxx:345: parse error before `;' token > start_tuxkart.cxx:347: parse error before `(' token > start_tuxkart.cxx:349: `puSetDefaultFonts' undeclared (first use this > function) > start_tuxkart.cxx:350: `PUSTYLE_SMALL_SHADED' undeclared (first use this > function) > start_tuxkart.cxx:350: `puSetDefaultStyle' undeclared (first use this > function) > start_tuxkart.cxx:353: parse error before `(' token > start_tuxkart.cxx:358: parse error before `(' token > start_tuxkart.cxx:362: parse error before `(' token > start_tuxkart.cxx:363: `PUPLACE_ABOVE' undeclared (first use this > function) > start_tuxkart.cxx:366: `PUSLIDER_ALWAYS' undeclared (first use this > function) > start_tuxkart.cxx:370: parse error before `(' token > start_tuxkart.cxx:371: `PUSTYLE_BOXED' undeclared (first use this > function) > start_tuxkart.cxx:373: parse error before `(' token > start_tuxkart.cxx:383: `glutFullScreen' undeclared (first use this > function) > start_tuxkart.cxx:384: `glutMainLoop' undeclared (first use this > function) > make[1]: *** [start_tuxkart.o] Error 1 > make[1]: Leaving directory `/home/mugs/Desktop/tuxkart-0.2.0/src' > make: *** [all-recursive] Error 1 > [mugs@dhcppc2 tuxkart-0.2.0]$ > > > If anybody can help, I would appreciate it. Thanks. > -- > Yossi 4Ever > > -- COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test -------------------------------------------------- 1. GMX TopMail - Platz 1 und Testsieger! 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger! 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post |