Re: [Flightgear-devel] more cmake problems

2011-11-09 Thread Vivian Meazza
Syd > -Original Message- > From: syd adams [mailto:adams@gmail.com] > Sent: 09 November 2011 22:51 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] more cmake problems > > Oops , spoke too soon :) > > /home/syd/FG/flightgear/

Re: [Flightgear-devel] more cmake problems

2011-11-09 Thread Frederic Bouvier
SimGear not in sync with flightgear -Fred - Mail original - > Oops , spoke too soon :) > > /home/syd/FG/flightgear/src/Scenery/tilemgr.cxx: In member function > ‘virtual osg::Node* FGTileMgr::loadTileModel(const std::string&, > bool)’: > /home/syd/FG/flightgear/src/Scenery/tilemgr.cxx:27

Re: [Flightgear-devel] more cmake problems

2011-11-09 Thread syd adams
Oops , spoke too soon :) /home/syd/FG/flightgear/src/Scenery/tilemgr.cxx: In member function ‘virtual osg::Node* FGTileMgr::loadTileModel(const std::string&, bool)’: /home/syd/FG/flightgear/src/Scenery/tilemgr.cxx:279:17: error: ‘loadDeferedModel’ is not a member of ‘simgear::SGModelLib’ make[2]:

Re: [Flightgear-devel] more cmake problems

2011-11-09 Thread syd adams
OK , success I obviously messed it up myself here I started fresh , used cmake-gui. The first error that appeared was the SIMGEAR_VERSION_OK , so i added that BOOL variable in the Add Entry box , reconfigured , and everything built successfully. I guess i messed it up by hand editing.Than

Re: [Flightgear-devel] more cmake problems

2011-11-09 Thread syd adams
Im on linux , not windows . Im about to try again , and since i know nothing about Cmake files i may be hand editing it wrong ... or possibly putting the variables in the wrong place ... I'll post if Im successful. Cheers On Wed, Nov 9, 2011 at 7:47 AM, James Turner wrote: > > On 9 Nov 2011, at 0

Re: [Flightgear-devel] more cmake problems

2011-11-09 Thread James Turner
On 9 Nov 2011, at 08:33, Vivian Meazza wrote: > You need ALL of the following: > > CMAKE_PREFIX_PATH - path/to/simgear e.g. D:/Cygwin/simgear > SIMGEAR_INCLUDE_DIR - path/to/simgear/include e.g. D:/Cygwin/simgear/include > SIMGEAR_LIBRARIES - SIMGEAR_LIBRARIES-NOTFOUND > SIMGEAR_VERSION_OK - tru

Re: [Flightgear-devel] more cmake problems

2011-11-09 Thread Vivian Meazza
syd > > Hi > Ive been trying to build flightgear with ccmake , no luck yet. > The first error was SIMGEAR_VERSION_OK not found , but with some help on > irc, > I managed to get past this by adding set(SIMGEAR_VERSION_OK 1) to the > CMakeLists.txt. > Now i get these error messages : > > WARNING:

[Flightgear-devel] more cmake problems

2011-11-08 Thread syd adams
Hi Ive been trying to build flightgear with ccmake , no luck yet. The first error was SIMGEAR_VERSION_OK not found , but with some help on irc, I managed to get past this by adding set(SIMGEAR_VERSION_OK 1) to the CMakeLists.txt. Now i get these error messages : WARNING: Target "fgfs" requests lin