Yes, I understand that the user can override Cmake defaults. This would however require another fix to the Brisa automated script.
My point is that " /usr/lib/l386-linux-gnu/" IS the default that the Ubuntu package manager is now using for the svn library (for 32 bit configurations at least), and therefore it would be sensible to add it to the Cmake svn library search path. I would not be surprised if Debian is now the same. Alan -----Original Message----- From: Rob Bloemers Sent: Wednesday, November 28, 2012 8:15 PM To: ajtee...@v-twin.org.uk Subject: Re: [Flightgear-devel] Linux (Ubuntu) libsvn not found by cmake You can use 'cmake -LH' to show any parameters you can pass along with cmake to use non default locations for libs and include files or other specific settings for the project you can use for compiling. Using SVN_CLIENT-1_LIBRARY:FILEPATH= would allow you to pass/use any non default library location for the svn client lib as far as i know. ----- Original Message ----- From: "Alan Teeder" <ajtee...@v-twin.org.uk> To: "FlightGear developers discussions" <Flightgear-devel@lists.sourceforge.net> Sent: Wednesday, November 28, 2012 5:22:11 PM Subject: [Flightgear-devel] Linux (Ubuntu) libsvn not found by cmake Today I tried a build on linux to check compatibility of my development. Using the Brisa script, both simgear and flightgear fail to find the SVN libraries. The include files are found in /usr/include/subversion-1/, but the libraries , which are in /usr/lib/l386-linux-gnu/ are not. Can the cmake search paths be updated to add this directory? When I hand patch the relevant cmake cache files FG and SG build and run OK. Alan ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel