|
From: Vicente M. <vte...@ya...> - 2008-09-17 21:45:45
|
Hello Marcin, I think you can compile torcs and solve your problem by using: ./configure --x-libraries=/usr/lib/ By the way, maybe you need the X libraries. I've used the following commands to compile torcs from the sources in ubuntu. Download fron www.torcs.org the sources. sudo apt-get install plib1.8.4-dev sudo apt-get install libghc6-openal-dev download and install freealut from the internet ./configure make sudo make install sudo apt-get install libxmu-dev sudo apt-get install libXxf86vm-dev ./configure --x-libraries=/usr/lib/ make make install make datainstall Hope this helps ----- Mensaje original ---- De: "tor...@li..." <tor...@li...> Para: tor...@li... Enviado: miércoles, 17 de septiembre, 2008 19:44:58 Asunto: Torcs-users Digest, Vol 28, Issue 3 Send Torcs-users mailing list submissions to tor...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/torcs-users or, via email, send a message with subject or body 'help' to tor...@li... You can reach the person managing the list at tor...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Torcs-users digest..." Today's Topics: 1. Torcs Compilation Problem (Marcin Szamotulski) ---------------------------------------------------------------------- Message: 1 Date: Wed, 17 Sep 2008 18:45:01 +0100 From: "Marcin Szamotulski" <ms...@gm...> Subject: [Torcs-users] Torcs Compilation Problem To: tor...@li... Message-ID: <291...@ma...> Content-Type: text/plain; charset="iso-8859-1" Hello, When I compile Torcs from source code on my laptop: AMD Turion 64x2 with Kubuntu Hardy Heron with ./configure CHOST="i686-pc-linux-gnu" CFLAGS="-march=native" CXXFLAGS="${CFLAGS}" the program is unable to find libx11, in the attachement I send You my config.log from running ./configure as above. The message that has appear during configuration is the following: configure: error: Can't find libX11. Please check config.log and if you can't solve the problem send the file to tor...@li... the subject "torcs compilation problem" Best regards, and thanks for any help, Marcin -------------- next part -------------- An HTML attachment was scrubbed... -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 28851 bytes Desc: not available ------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ Torcs-users mailing list Tor...@li... https://lists.sourceforge.net/lists/listinfo/torcs-users End of Torcs-users Digest, Vol 28, Issue 3 ****************************************** |