|
From: Stephan K. <ske...@xs...> - 2007-10-11 05:38:43
|
Hi Paul, Xrender is probably is missing. I added this to the bug tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=1674545&group_id=3777&atid=103777 Stephan On Thu, 2007-10-11 at 15:03 +1000, Paul Trevethan wrote: > On Thu, 11 Oct 2007 02:50:51 +0200 > Bernhard Wymann <be...@bl...> wrote: > > > Hi Paul > > > > > checking for XOpenDisplay in -lX11... no > > > configure: error: Can't find libX11. Please check config.log and if > > > you can't solve the problem send the file to > > > tor...@li... with the subject "torcs > > > compilation problem" > > > > If the configure script does not find the X11 library or include > > files you can pass the location as parameter to the configure script, > > example: ./configure --x-libraries=/usr/lib/ > > ./configure --x-libraries=/usr/lib/ --x-includes=/usr/include/X11/ > > > > Bye, Bernhard. > > > > Hi Bernhard, > > I added your suggested parameters and it got me past the original error > only to fall over on the following: > > checking for XRenderSetSubpixelOrder in -lXrender... no > configure: error: Can't find libXrandr. Please check config.log and if > you can't solve the problem send the file to > tor...@li... with the subject "torcs compilation > problem" > > I had a look and (same as before) I have the required library I think: > > $ locate libXrandr > /usr/lib/libXrandr.so.2 > /usr/lib/libXrandr.so.2.0.0 > > >From the README I tried the configure again with the --disable-xrandr > and it still falls over; but disabling is different to finding in the > 1st place. It has to find it to disable it I guess. > > I get a bit lost with all this required library stuff, I can follow it > when given instructions but I don't do enough to know how to track down > problems too well. I only try it when I really want an app. > > I have a .deb file from a Ubuntu distro. I might see if I can "alien" > convert it to an rpm that will work. As well, pclinuxos is based on > Mandriva so I might be able to find an rpm there that will work. > Finding a 1.3 version that is accessible would be nice. > > I have no idea why the distro makers left out such a popular game - I > have asked them about that. > > Thanks for the guidance. Any further thoughts most welcome. > > Paul. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Torcs-users mailing list > Tor...@li... > https://lists.sourceforge.net/lists/listinfo/torcs-users > |