tuxkart-users Mailing List for Tux Kart (Page 4)
Status: Alpha
Brought to you by:
sjbaker
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
(1) |
Jul
(43) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(13) |
Oct
|
Nov
|
Dec
|
2002 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
(2) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
|
Nov
(2) |
Dec
|
2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(1) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
|
2015 |
Jan
(2) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: al <al...@te...> - 2000-07-30 15:09:15
|
Steve Baker wrote: > > al wrote: > > > > al wrote: > > > > > > Steve Baker wrote: > > > > > > > > al wrote: > > > > > > > > > tuxkart.cxx: In function `void load_track(ssgBranch *, char *)': > > > > > tuxkart.cxx:312: implicit declaration of function `int atan2(...)' > > > > > make[1]: *** [tuxkart.o] Error 1 > > > > > make[1]: Leaving directory `/opt/src/tuxkart-0.0.3/src' > > > > > make: *** [all-recursive] Error 1 > > > > > > > > > > Let me appologize for the hassel :) > > > > > > > > OK - then there is *certainly* something broken about your machine setup. > > > > > > > > atan2 is defined in /usr/include/math.h which tuxkart includes unconditionally. > > > > > > > > All I can suggest is that you re-install your Mandrake C/C++ development > > > > package. > > > > a small Q > > are we talking about libstdc++ > > or libstdc++-devel > > or both? > > > > or somthing else > > I'm not sure how Mandrake packages things - but 'math.h' should be > in the standard C compiler package - not specifically in C++. > > Is there a 'libstdc' and 'libstdc-devel' ? If so, I'd guess that > libstdc-devel was the missing one - but like I said - I don't know would we be talking about glibc here? |
From: Steve B. <sjb...@ai...> - 2000-07-29 23:15:08
|
Mads Bondo Dydensborg wrote: > > The earlier compile problems I had with the plib rpm for mandrake on a > redhat system, completly disappeared when I compiled the plib 1.2 myself. > > I must say, that is a fine game, but, like tux_aqfh, it lacks artists :-( > > My artistic talent is ... lacking. Ditto. > The music, btw, drives me crazy. Well, either compose me some new music, or find a friendly musician who will...or... rm mods/* :-) -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Mads B. D. <ma...@ch...> - 2000-07-26 00:02:55
|
The earlier compile problems I had with the plib rpm for mandrake on a redhat system, completly disappeared when I compiled the plib 1.2 myself. I must say, that is a fine game, but, like tux_aqfh, it lacks artists :-( My artistic talent is ... lacking. The music, btw, drives me crazy. Mads -- Mads Bondo Dydensborg. ma...@ch... In a stinging rebuke, a federal judge Monday ruled Microsoft Corp. violated the nation's antitrust laws by using its monopoly power in personal computer operating systems to stifle competition. - CNN Financial News April 03, 2000: 7:53 p.m. ET |
From: J S. <js...@oh...> - 2000-07-18 09:19:18
|
Steve Baker wrote: >> tuxkart then compiled fine, but doesnt work. It switches to >> fullscreen but then straight back again... > > So you arent running the new Xfree4.0.1+DRI stuff? No. >> > ./src/tuxkart >> Data files will be fetched from: . >> fxmesa: Received a not handled signal 11 >Did you install PLIB from the RPM or the sources? plib1 and plib-dev are synchronised and come from the current woody (unstable) version of the debian distribution. Suspecting that running 'configure' and 'make' without plib followed by 'configure' and 'make' with plib had somehow confused the build process, I first ran 'make distclean' and started again. Lo and behold it now works :))) Presumably this problem wouldn't have surfaced if configure had detected the plib stuff was missing. Thanks for your help, jay |
From: Steve B. <sjb...@ai...> - 2000-07-18 07:13:23
|
jay wrote: > The 3D stuff is working fine as shown by tuxracer running > well on the machine. Have Voodoo3, Mesa (3.2), Glide (2.60), > libc (2.1.3), gcc (2.95.2), Debian 2.1 with upgrades > > Had to install plib version 1.2.0 to compile tuxkart > (./configure didn't notice that libplib was missing tho) Oops! > tuxkart then compiled fine, but doesn't work. It switches to > fullscreen but then straight back again... So you aren't running the new Xfree4.0.1+DRI stuff? If not then your configuration is almost identical to my son's machine (which works of course). > and generates the following message: > > > ./src/tuxkart > Data files will be fetched from: '.' > fxmesa: Received a not handled signal 11 Hmmm - that's not much to go on. Can you get a gdb backtrace? (if that means nothing to you - forgive me - we'll go slowly step-by-step.) Could you run 'ldd' on the tuxkart executable, and again on the tuxracer executable and see if they are both linked to the same copy of Mesa and GLIDE? TuxRacer doesn't use PLIB - so I guess there is a possibility that you have something like the header files from one version of PLIB and the library binaries from another. Did you install PLIB from the RPM or the sources? (The RPM has been reported as broken by a couple of people). > Any ideas what went wrong? Nope - it *sounds* like everything should have gone OK. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: jay <js...@oh...> - 2000-07-17 17:46:27
|
Hi, Have a problem running tuxkart. The 3D stuff is working fine as shown by tuxracer running well on the machine. Have Voodoo3, Mesa (3.2), Glide (2.60), libc (2.1.3), gcc (2.95.2), Debian 2.1 with upgrades Had to install plib version 1.2.0 to compile tuxkart (./configure didn't notice that libplib was missing tho) tuxkart then compiled fine, but doesn't work. It switches to fullscreen but then straight back again and generates the following message: > ./src/tuxkart Data files will be fetched from: '.' fxmesa: Received a not handled signal 11 Any ideas what went wrong? Thanks, jay |
From: al <al...@te...> - 2000-07-15 13:00:46
|
Steve Baker wrote: > > Dick Mac Innis wrote: > > > > I think I found my problem, and I'll let you know. The Mandrake 7.1 disk I > > have does not include the DEVELOPMENT rpms for mesa, so I was missing the > > *.h files altogether. I found these rpms at rpmfind, and I'm about to > > symbolically link the installed files to the "correct" directories. I'll > > write back if this works. > Mandrake 7.1 is on TWO cds(inst & ext) all the devels are on the second one (EXT) aal |
From: Steve B. <sjb...@ai...> - 2000-07-15 02:26:11
|
Dick Mac Innis wrote: > > Ok, I got the mesa devel rpms and linked the files to the right directories, > the games compiled (tuxkart and tux-a quest for herring) but when I run > them, they're incredibly slow. like 1 fps slow. I have a celeron 500 with > 64MB ram and a 128MB swap, and my video card is an intel i740 with 8MB VRam. > Shouldn't this run good on my system? e-mail me if you have any suggestions. Noooooo! Is the i740 supported in Mesa now? I don't think so. I think the problem is that you don't have hardware accellerated OpenGL - so everything is rendered in software - hence 1Hz (on a *good* day!) :-( You might want to check the Mesa homepage and see if they have an i740 version yet. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Steve B. <sjb...@ai...> - 2000-07-15 02:26:09
|
Dick Mac Innis wrote: > > I think I found my problem, and I'll let you know. The Mandrake 7.1 disk I > have does not include the DEVELOPMENT rpms for mesa, so I was missing the > *.h files altogether. I found these rpms at rpmfind, and I'm about to > symbolically link the installed files to the "correct" directories. I'll > write back if this works. I don't think it got that far. According to the log file: First shot: (Looking for libGL.so) > configure:2292: checking for glNewList in -lGL > configure:2311: gcc -o conftest -g -O2 conftest.c -lGL -L/usr/X11R6/lib -lSM -lICE -lX11 -lXi -lXext -lXmu -lm 1>&5 > /usr/bin/ld: cannot find -lGL Second shot: (Looking for libMesaGL.so as a fallback) > configure:2340: checking for glNewList in -lMesaGL > configure:2359: gcc -o conftest -g -O2 conftest.c -lMesaGL -L/usr/X11R6/lib > -lSM -lICE -lX11 -lXi -lXext -lXmu -lm 1>&5 > /usr/bin/ld: cannot find -lMesaGL -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Steve B. <sjb...@ai...> - 2000-07-15 02:26:05
|
Dick Mac Innis wrote: > > ok, I deleted config.cache and ran configure again. and I've attached > config.log. Well, according to the log, you don't have Mesa installed in any of the usual places: /usr/lib/libGL.so /usr/X11R6/lib/libGL.so /usr/lib/libMesaGL.so /usr/X11R6/lib/libMesaGL.so If any of those files was a valid OpenGL library, it *should* have build OK. One other possibility is that your '/etc/ld.so.conf' is incorrectly set up so the linker isn't looking in sensible places. It should probably look like this: ---------------------------------------------- /lib-aout /usr/X11R6/lib/Xaw95 /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/i486-linux/lib /usr/i486-linux-libc5/lib=libc5 /usr/i486-linux-libc6/lib=libc6 /usr/i486-linuxaout/lib /usr/local/lib /usr/openwin/lib /opt/kde/lib /opt/gnome/lib ----------------------------------------------- After you fix this (if that's the problem), you might try logging in as 'root' and running 'ldconfig' to straighten out all the library symbolic links. Let me know what happens! -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Dick M. I. <ric...@ho...> - 2000-07-15 00:20:21
|
Ok, I got the mesa devel rpms and linked the files to the right directories, the games compiled (tuxkart and tux-a quest for herring) but when I run them, they're incredibly slow. like 1 fps slow. I have a celeron 500 with 64MB ram and a 128MB swap, and my video card is an intel i740 with 8MB VRam. Shouldn't this run good on my system? e-mail me if you have any suggestions. Thanx, Dick. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com |
From: Dick M. I. <ric...@ho...> - 2000-07-14 23:35:59
|
I think I found my problem, and I'll let you know. The Mandrake 7.1 disk I have does not include the DEVELOPMENT rpms for mesa, so I was missing the *.h files altogether. I found these rpms at rpmfind, and I'm about to symbolically link the installed files to the "correct" directories. I'll write back if this works. Dick ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com |
From: Dick M. I. <ric...@ho...> - 2000-07-14 22:03:47
|
ok, I deleted config.cache and ran configure again. and I've attached config.log. >From: Steve Baker <sjb...@ai...> >Reply-To: tux...@li... >To: tux...@li... >Subject: Re: [TuxKart-users] nothing compiles! >Date: Fri, 14 Jul 2000 16:04:29 -0500 > >Dick Mac Innis wrote: > > > > This is not a game specific problem, it happens with all the games that >use > > PLIB, including the PLIB example programs. > >Fortunately (or not) I'm also the owner/maintainer of PLIB. > > > The configure scripts work fine, > > but when i do a "make", it ends prematurely with the errors "glut.h: no >such > > file or directory" and the same for gl.h and glu.h . > >It's hard to see how that could be because the configure script checks for >gl.h and glu.h > >Please delete the file 'config.cache', re-run the './configure' script >and send me the output it generates and the file 'config.log' - that's >usually enough to track this down. > > > I don't know much about programming and am kind of new to linux, > > so it seems to me that it can't find mesa, > >Yes - it does, doesn't it. It should have said so at the configure >stage though - and that puzzles me. > > > but I know it's installed in /usr/X11R6/local and I know I > > have PLIB installed (I'm not sure where. I used the mandrake RPMS to >install > > these (I'm running Mandrake 7.1)... > >We've had a LOT of problems with those RPM's - although they *are* >Mandrake-generated >and you are the first person I've come across who is actually using >Mandrake - so >that may not be the problem. > > > and I even made some symblolic links to the > > mesa libraries from /usr/local. > >That's not a bad idea - but /usr/local isn't right. The 'official' place >for Mesa/OpenGL is > > /usr/lib/libGL.so > /usr/lib/libGLU.so > /usr/lib/libglut.so > > /usr/include/GL/gl.h > /usr/include/GL/glu.h > /usr/include/GL/glut.h > > > If anyone could help, these games look cool > > and I'd really like to solve this problem! > >I'll be happy to offer what help I can - we usually manage to get >everyone up and running in the end. It's rather time consuming >doing it remotely like this - but if you can be patient, we should >be able to get you going in a day or two. > >Send me the configure stuff and we'll take it from there. > >-- >Steve Baker HomeEmail: <sjb...@ai...> > WorkEmail: <sj...@li...> > HomePage : http://web2.airmail.net/sjbaker1 > Projects : http://plib.sourceforge.net > http://tuxaqfh.sourceforge.net > http://tuxkart.sourceforge.net > http://prettypoly.sourceforge.net > > >_______________________________________________ >Tuxkart-users mailing list >Tux...@li... >http://lists.sourceforge.net/mailman/listinfo/tuxkart-users ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com |
From: Steve B. <sjb...@ai...> - 2000-07-14 21:05:56
|
Dick Mac Innis wrote: > > This is not a game specific problem, it happens with all the games that use > PLIB, including the PLIB example programs. Fortunately (or not) I'm also the owner/maintainer of PLIB. > The configure scripts work fine, > but when i do a "make", it ends prematurely with the errors "glut.h: no such > file or directory" and the same for gl.h and glu.h . It's hard to see how that could be because the configure script checks for gl.h and glu.h Please delete the file 'config.cache', re-run the './configure' script and send me the output it generates and the file 'config.log' - that's usually enough to track this down. > I don't know much about programming and am kind of new to linux, > so it seems to me that it can't find mesa, Yes - it does, doesn't it. It should have said so at the configure stage though - and that puzzles me. > but I know it's installed in /usr/X11R6/local and I know I > have PLIB installed (I'm not sure where. I used the mandrake RPMS to install > these (I'm running Mandrake 7.1)... We've had a LOT of problems with those RPM's - although they *are* Mandrake-generated and you are the first person I've come across who is actually using Mandrake - so that may not be the problem. > and I even made some symblolic links to the > mesa libraries from /usr/local. That's not a bad idea - but /usr/local isn't right. The 'official' place for Mesa/OpenGL is /usr/lib/libGL.so /usr/lib/libGLU.so /usr/lib/libglut.so /usr/include/GL/gl.h /usr/include/GL/glu.h /usr/include/GL/glut.h > If anyone could help, these games look cool > and I'd really like to solve this problem! I'll be happy to offer what help I can - we usually manage to get everyone up and running in the end. It's rather time consuming doing it remotely like this - but if you can be patient, we should be able to get you going in a day or two. Send me the configure stuff and we'll take it from there. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Dick M. I. <ric...@ho...> - 2000-07-14 20:03:19
|
This is not a game specific problem, it happens with all the games that use PLIB, including the PLIB example programs. The configure scripts work fine, but when i do a "make", it ends prematurely with the errors "glut.h: no such file or directory" and the same for gl.h and glu.h . I don't know much about programming and am kind of new to linux, so it seems to me that it can't find mesa, but I know it's installed in /usr/X11R6/local and I know I have PLIB installed (I'm not sure where. I used the mandrake RPMS to install these (I'm running Mandrake 7.1) and I even made some symblolic links to the mesa libraries from /usr/local. If anyone could help, these games look cool and I'd really like to solve this problem! Thanx, Dick. (Ric...@ho... ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com |
From: Steve B. <sjb...@ai...> - 2000-07-12 12:54:54
|
al wrote: > > al wrote: > > > > Steve Baker wrote: > > > > > > al wrote: > > > > > > > tuxkart.cxx: In function `void load_track(ssgBranch *, char *)': > > > > tuxkart.cxx:312: implicit declaration of function `int atan2(...)' > > > > make[1]: *** [tuxkart.o] Error 1 > > > > make[1]: Leaving directory `/opt/src/tuxkart-0.0.3/src' > > > > make: *** [all-recursive] Error 1 > > > > > > > > Let me appologize for the hassel :) > > > > > > OK - then there is *certainly* something broken about your machine setup. > > > > > > atan2 is defined in /usr/include/math.h which tuxkart includes unconditionally. > > > > > > All I can suggest is that you re-install your Mandrake C/C++ development > > > package. > > a small Q > are we talking about libstdc++ > or libstdc++-devel > or both? > > or somthing else I'm not sure how Mandrake packages things - but 'math.h' should be in the standard C compiler package - not specifically in C++. Is there a 'libstdc' and 'libstdc-devel' ? If so, I'd guess that libstdc-devel was the missing one - but like I said - I don't know the mandrake distro at all well. It certainly wouldn't hurt to re-install libstdc++-devel too. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: al <al...@te...> - 2000-07-12 12:50:06
|
al wrote: > > Steve Baker wrote: > > > > al wrote: > > > > > tuxkart.cxx: In function `void load_track(ssgBranch *, char *)': > > > tuxkart.cxx:312: implicit declaration of function `int atan2(...)' > > > make[1]: *** [tuxkart.o] Error 1 > > > make[1]: Leaving directory `/opt/src/tuxkart-0.0.3/src' > > > make: *** [all-recursive] Error 1 > > > > > > Let me appologize for the hassel :) > > > > OK - then there is *certainly* something broken about your machine setup. > > > > atan2 is defined in /usr/include/math.h which tuxkart includes unconditionally. > > > > All I can suggest is that you re-install your Mandrake C/C++ development > > package. a small Q are we talking about libstdc++ or libstdc++-devel or both? or somthing else |
From: Steve B. <sjb...@ai...> - 2000-07-12 12:47:55
|
Henry Stanaland wrote: > > I get an error when compiling TuxKart... > c++ -g -O2 -O6 -Wall -o tuxkart start_tuxkart.o tuxkart.o gfx.o > material.o gui.o status.o sound.o utils.o isect.o guNet.o loader.o > guClock.o Track.o Driver.o Herring.o Explosion.o KartDriver.o Traffic.o > PlayerDriver.o AutoDriver.o Projectile.o -lplibsl -lplibssg -lplibpu > -lplibfnt -lplibsg -lpthread -lX11 -lXi -lXext -lXmu -lm > /usr/bin/ld: cannot find -lX11 Well, it looks like your X windows libraries are missing - but assuming you are actually running X, that's impossible. It must be that the linker is not looking in the right places for libraries. When I compile TuxKart, it has '-L/usr/X11R6/lib' on the c++ command-line, but you don't seem to have that. That suggests that your './configure' didn't work properly. Could you please remove the 'config.cache' file from the top level tuxkart directory, re-run './configure' and email me everything that comes out of that program plus the contents of 'config.log' after you did that. This will allow me to see what went wrong during configuration and why. I agree though - it sounds like some kind of X-windows development option needed to be installed on your machine - and isn't. We can find out for sure though. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Mads B. D. <ma...@ch...> - 2000-07-12 09:40:26
|
On Wed, 12 Jul 2000, Henry Stanaland wrote: > I get an error when compiling TuxKart, if somebody can help. > I installed Mesa-common-devel-3.1-14, Mesa-devel-3.1-14, > & plib. Which got me a lot further along in the compile process...but > there is this one that I get and don't know what to do with(couldn't > find anything on the internet about it). I don't have a lot of of the > "development" packages installed, so that may be the problem. From the error below, it seems that you lack an "X11-devel" package. You should also consider compiling some of the Mesa and GLUT examples before trying tuxkart. Mads -- Mads Bondo Dydensborg. ma...@ch... I survived the Microsoft marketing holocaust and all I got was this lousy Windows 2000 t-shirt. - int...@ne... |
From: Henry S. <he...@MI...> - 2000-07-12 07:23:16
|
I get an error when compiling TuxKart, if somebody can help. I installed Mesa-common-devel-3.1-14, Mesa-devel-3.1-14, & plib. Which got me a lot further along in the compile process...but there is this one that I get and don't know what to do with(couldn't find anything on the internet about it). I don't have a lot of of the "development" packages installed, so that may be the problem. make[1]: Entering directory `/home/henryst/tuxkart/tuxkart-0.0.3/src' c++ -g -O2 -O6 -Wall -o tuxkart start_tuxkart.o tuxkart.o gfx.o material.o gui.o status.o sound.o utils.o isect.o guNet.o loader.o guClock.o Track.o Driver.o Herring.o Explosion.o KartDriver.o Traffic.o PlayerDriver.o AutoDriver.o Projectile.o -lplibsl -lplibssg -lplibpu -lplibfnt -lplibsg -lpthread -lX11 -lXi -lXext -lXmu -lm /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status make[1]: *** [tuxkart] Error 1 make[1]: Leaving directory `/home/henryst/tuxkart/tuxkart-0.0.3/src' make: *** [all-recursive] Error 1 Thanks, Henry |
From: al <al...@te...> - 2000-07-11 19:37:07
|
Steve Baker wrote: > > Mads Bondo Dydensborg wrote: > > > > On Sun, 9 Jul 2000, al wrote: > > > > > Mads Bondo Dydensborg wrote: > > > > > > > > Hi there. > > > > > > > > I have installed the plib rpm file, that there is a link to from the > > > > homepage. I am using RedHat 6.2, Mesa 3.1 and > > > > gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) > > > > > > > isnt that link for a Mandrake RPM? > > > > True. I was under the impression that they usually were compatible? I have > > installed several -mdk rpm's earlier, but I will try and install plib > > directly. > > Yes - I was working under the assumption that they'd be compatible too. > > The '__rethrow' thing sounds like a C++ compiler compatibility issue. > > That symbol certainly isn't used in PLIB or TuxKart - it sounds like > something to do with C++ exception handling - but neither PLIB nor > TuxKart uses that stuff either. > > I don't understand. > > Let me know what happens when you use the sources to build PLIB/TuxKart. I have been working on the assumption that if the rpm name includes a distro then I only use it with that distro especially since MDK7.x is no longer RH+ but an independent distro Mandrake has a few notes about some rpms needing to be mdk versions so I figured it would work the other way around as well aal |
From: al <al...@te...> - 2000-07-11 13:14:51
|
Steve Baker wrote: > > al wrote: > > > tuxkart.cxx: In function `void load_track(ssgBranch *, char *)': > > tuxkart.cxx:312: implicit declaration of function `int atan2(...)' > > make[1]: *** [tuxkart.o] Error 1 > > make[1]: Leaving directory `/opt/src/tuxkart-0.0.3/src' > > make: *** [all-recursive] Error 1 > > > > Let me appologize for the hassel :) > > OK - then there is *certainly* something broken about your machine setup. > > atan2 is defined in /usr/include/math.h which tuxkart includes unconditionally. > > All I can suggest is that you re-install your Mandrake C/C++ development > package. > good deal I will try that I think you are right bcause I cant compile some other stuff either |
From: Steve B. <sjb...@ai...> - 2000-07-11 04:19:20
|
Mads Bondo Dydensborg wrote: > > On Sun, 9 Jul 2000, al wrote: > > > Mads Bondo Dydensborg wrote: > > > > > > Hi there. > > > > > > I have installed the plib rpm file, that there is a link to from the > > > homepage. I am using RedHat 6.2, Mesa 3.1 and > > > gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) > > > > > isnt that link for a Mandrake RPM? > > True. I was under the impression that they usually were compatible? I have > installed several -mdk rpm's earlier, but I will try and install plib > directly. Yes - I was working under the assumption that they'd be compatible too. The '__rethrow' thing sounds like a C++ compiler compatibility issue. That symbol certainly isn't used in PLIB or TuxKart - it sounds like something to do with C++ exception handling - but neither PLIB nor TuxKart uses that stuff either. I don't understand. Let me know what happens when you use the sources to build PLIB/TuxKart. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Steve B. <sjb...@ai...> - 2000-07-11 04:16:21
|
al wrote: > tuxkart.cxx: In function `void load_track(ssgBranch *, char *)': > tuxkart.cxx:312: implicit declaration of function `int atan2(...)' > make[1]: *** [tuxkart.o] Error 1 > make[1]: Leaving directory `/opt/src/tuxkart-0.0.3/src' > make: *** [all-recursive] Error 1 > > Let me appologize for the hassel :) OK - then there is *certainly* something broken about your machine setup. atan2 is defined in /usr/include/math.h which tuxkart includes unconditionally. All I can suggest is that you re-install your Mandrake C/C++ development package. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |
From: Mads B. D. <ma...@ch...> - 2000-07-10 09:12:14
|
On Sun, 9 Jul 2000, al wrote: > Mads Bondo Dydensborg wrote: > > > > Hi there. > > > > I have installed the plib rpm file, that there is a link to from the > > homepage. I am using RedHat 6.2, Mesa 3.1 and > > gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) > > > isnt that link for a Mandrake RPM? True. I was under the impression that they usually were compatible? I have installed several -mdk rpm's earlier, but I will try and install plib directly. Thanks, Mads -- Mads Bondo Dydensborg. ma...@ch... If a man says something in a forest and there are no women around to hear him, is he still wrong? - Anonymous |