Thread: [TuxKart-users] Compile errors
Status: Alpha
Brought to you by:
sjbaker
From: Carl & P. Z. <PCZ...@at...> - 2001-09-21 13:22:15
|
1 I am a Linux newbie 2 I'm running Mandrake 8.0 3 I have successfully installed the Nvidia drivers & can run Tuxracer with no problems. 4 I want to run Tuxkart & other Plib games 5 When I compile Plib & Tuxkart I get the same error. Missing file glu.h (I do have the files gl.h & glx.h) What do I need to install to get this? 6 I am assuming that I don't need to install glut because it's required to run Tuxracer. However, I believe that when compiling Tuxkart, it can't find glut or free glut. Thank you, Carl |
From: Mads B. D. <ma...@ch...> - 2001-09-21 13:34:41
|
On Fri, 21 Sep 2001, Carl & Paula Zeilon wrote: > 5 When I compile Plib & Tuxkart I get the same error. Missing file > glu.h (I do have the files gl.h & glx.h) What do I need to > install to get this? > 6 I am assuming that I don't need to install glut because it's required to > run Tuxracer. However, I believe that when compiling Tuxkart, it can't > find glut or free glut. You probably need to install the *devel* files. Here is what I have, that I think is relevant, on my Mandrake 8 system Mesa-3.4.1-4mdk Mesa-common-3.4.1-4mdk Mesa-common-devel-3.4.1-4mdk Mads -- Mads Bondo Dydensborg. ma...@ch... You know you're a Linux geek when... You find the thought of rebooting after installing a piece of software utterly absurd. - segfault |
From: Steve B. <sjb...@ai...> - 2001-09-21 16:57:03
|
Mads Bondo Dydensborg wrote: > > On Fri, 21 Sep 2001, Carl & Paula Zeilon wrote: > > > 5 When I compile Plib & Tuxkart I get the same error. Missing file > > glu.h (I do have the files gl.h & glx.h) What do I need to > > install to get this? > > 6 I am assuming that I don't need to install glut because it's required to > > run Tuxracer. However, I believe that when compiling Tuxkart, it can't > > find glut or free glut. > > You probably need to install the *devel* files. Here is what I have, that > I think is relevant, on my Mandrake 8 system > > Mesa-3.4.1-4mdk > Mesa-common-3.4.1-4mdk > Mesa-common-devel-3.4.1-4mdk Be careful - this is an nVidia user - they MUST NOT INSTALL MESA because it'll screw up their nVidia OpenGL drivers. ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://web2.airmail.net/sjbaker1 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 |
From: Adam S. <as...@id...> - 2001-09-21 13:35:28
|
Sometimes distributions don't install the necessary development libraries that you would require to install the game. The runtimes are there, which is why Tuxracer works, but there are no devels. The solution would be to take a look at your installation cds and see if you can find an RPM of glut development libraries. If you can't you'll have to download them. rpmfind.net is usually a good place to get hold of these things. HTH Adam ----- Original Message ----- From: "Carl & Paula Zeilon" <PCZ...@at...> To: <tux...@li...> Sent: Friday, September 21, 2001 2:17 PM Subject: [TuxKart-users] Compile errors > 1 I am a Linux newbie > 2 I'm running Mandrake 8.0 > 3 I have successfully installed the Nvidia drivers & can run Tuxracer with > no problems. > 4 I want to run Tuxkart & other Plib games > 5 When I compile Plib & Tuxkart I get the same error. Missing file > glu.h (I do have the files gl.h & glx.h) What do I need to > install to get this? > 6 I am assuming that I don't need to install glut because it's required to > run Tuxracer. However, I believe that when compiling Tuxkart, it can't > find glut or free glut. > > Thank you, Carl > > > _______________________________________________ > Tuxkart-users mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxkart-users > |
From: Steve B. <sjb...@ai...> - 2001-09-21 16:55:59
|
Carl & Paula Zeilon wrote: > > 1 I am a Linux newbie > 2 I'm running Mandrake 8.0 > 3 I have successfully installed the Nvidia drivers & can run Tuxracer with > no problems. > 4 I want to run Tuxkart & other Plib games > 5 When I compile Plib & Tuxkart I get the same error. Missing file > glu.h (I do have the files gl.h & glx.h) What do I need to > install to get this? I thought GLU was shipped with the latest nVidia drivers - well, perhaps not. I suggest you download *BUT DO NOT INSTALL* Mesa from www.mesa3d.org because it contains a valid GLU library and glu.h - don't install it because it will overwrite your nVidia drivers. > 6 I am assuming that I don't need to install glut because it's required to > run Tuxracer. However, I believe that when compiling Tuxkart, it can't > find glut or free glut. Perhaps they are installed - but in the wrong place. You should have: /usr/include/GL/glut.h ...and... /usr/lib/libglut.a ...or... /usr/lib/libglut.so ...some distro's (incorrectly) install GLUT in /usr/X11 somwhere - or perhaps in /usr/local ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://web2.airmail.net/sjbaker1 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 |