Re: `help' Compliling error - Can't find libXxf86vm - cygwin - TORCS-1.3.4
Bernhard Wymann <[email protected]>
| Newsgroups | gmane.games.torcs.general |
|---|---|
| Organization | wytec |
| Message-ID | <[email protected]> |
Hi First, I have never compiled TORCS on cygwin, there are Windows native project files available (which you can use with the "free" Visual Studio Express Editions with some 5 minute adoptions, see README). Nontheless, lets see... configure:5948: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lXxf86vm -lXmu -lXi -lXt -lSM -lICE -lXext -lX11 -lm >&5 conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent) /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lXxf86vm From that I guess that you linker is not able to find the library, maybe some of the configure related linker options could help (e.g. something like --x-libraries=/usr/lib/). Run ./configure --help for the list of options. Here I explained my approach to nail down such problems (just in case you are interested): http://sourceforge.net/p/torcs/mailman/message/30193739/ Best regards Bernhard On 09/17/2013 11:17 AM, Rene Hanna wrote: > > While compiling TORCS1.3.4 on Cygwin - i get the following error code- > > checking for XF86VidModeSetViewPort in -lXxf86vm... no > configure: error: Can't find libXxf86vm. Please check config.log and if > you can't solve the problem send the file to > [email protected] with the subject "torcs compilation > problem" > > i have already installed - libXxf86vm-1.1.3 - with all the depencies, > stated in: > http://torcs.sourceforge.net/index.php?name=Sections&op=viewarticle&artid=3#dependencies > > Attached is the config.log file > > Any Suggestions? > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Torcs-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/torcs-users > ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk