Re: [Flightgear-devel] how to change airplane/environment/conditions using FG 2.4.0

2011-11-08 Thread Erik Hofman
On Wed, 2011-11-09 at 11:02 +0800, roger phil bakerå…­ wrote: > hello, > > i have succeeded in building FG 2.4.0 using MS VS 2008, but the > executable fgfs.exe only directs to the game with Cessna > > without "FlightGear Wizard" which can select airplanes, airports, and > other environmental cond

[Flightgear-devel] how to change airplane/environment/conditions using FG 2.4.0

2011-11-08 Thread roger phil bakerå…­
hello, i have succeeded in building FG 2.4.0 using MS VS 2008, but the executable fgfs.exe only directs to the game with Cessna without "FlightGear Wizard" which can select airplanes, airports, and other environmental conditions before the flight starts. is there any other source code for select

Re: [Flightgear-devel] Terragear now sans plib

2011-11-08 Thread Frederic Bouvier
- Mail original - > > On 8 Nov 2011, at 19:59, Frederic Bouvier wrote: > > > FWIW, I added a TerraGear-Win-Cmake task to the Jenkins Server. > > Artifacts are archived. > > Brilliant, thanks Fred. I am still not sure about the right method to exclude OSG from the build. I added -DNO_OPE

Re: [Flightgear-devel] Terragear now sans plib

2011-11-08 Thread James Turner
On 8 Nov 2011, at 19:59, Frederic Bouvier wrote: > FWIW, I added a TerraGear-Win-Cmake task to the Jenkins Server. Artifacts are > archived. Brilliant, thanks Fred. James -- RSA(R) Conference 2012 Save $700 by Nov 18

Re: [Flightgear-devel] Terragear now sans plib

2011-11-08 Thread Gijs de Rooy
> Fred wrote: > FWIW, I added a TerraGear-Win-Cmake task to the Jenkins Server. Artifacts are > archived. Wow, thanks a lot!! I've been waiting for that ever since 2009 :) Gijs -- RS

Re: [Flightgear-devel] Terragear now sans plib

2011-11-08 Thread Frederic Bouvier
Hi, FWIW, I added a TerraGear-Win-Cmake task to the Jenkins Server. Artifacts are archived. Regards, -Fred -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 __

[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

Re: [Flightgear-devel] cmake

2011-11-08 Thread Arnt Karlsen
On Tue, 08 Nov 2011 11:15:50 +0100, Erik wrote in message <1320747350.5635.0.camel@Raptor>: > On Tue, 2011-11-08 at 11:07 +0100, Arnt Karlsen wrote: > > On Tue, 08 Nov 2011 10:03:42 +0100, Erik wrote in message > > > > IF(CMAKE_SIZEOF_VOID_P MATCHES "8") > > > SET(LIB_POSTFIX "64" CACHE STRIN

Re: [Flightgear-devel] cmake

2011-11-08 Thread Erik Hofman
On Tue, 2011-11-08 at 11:07 +0100, Arnt Karlsen wrote: > On Tue, 08 Nov 2011 10:03:42 +0100, Erik wrote in message > > IF(CMAKE_SIZEOF_VOID_P MATCHES "8") > > SET(LIB_POSTFIX "64" CACHE STRING "suffix for 32/64 dir placement") > > MARK_AS_ADVANCED(LIB_POSTFIX) > > ENDIF() > > IF(NOT DEFINED L

Re: [Flightgear-devel] cmake

2011-11-08 Thread Arnt Karlsen
On Tue, 08 Nov 2011 10:03:42 +0100, Erik wrote in message <1320743022.2034.0.camel@Raptor>: > On Mon, 2011-11-07 at 18:26 +, James Turner wrote: > > On 7 Nov 2011, at 17:07, Martin Spott wrote: > > > > > Ok, I conclude: "LIB_POSTFIX" im Simgear doesn't work as > > > expected ;-/ > > > > I

Re: [Flightgear-devel] Terragear now sans plib

2011-11-08 Thread James Turner
On 8 Nov 2011, at 09:57, Christian Schmitt wrote: > Done. If someone could remove the cmake branches, that'd be nice. :) I'll do so, thanks for the merge. Onwards with fixing the fgfs-construct crashes! James -- RSA(

Re: [Flightgear-devel] Terragear now sans plib

2011-11-08 Thread Christian Schmitt
Martin Spott wrote: > I'm pretty certain the crash in 'fgfs-construct' is unrelated, just the > usual issue we already know. Therefore I'd vote to merge the CMake > branch - just in case, we'd fix the remaining issues in master. Done. If someone could remove the cmake branches, that'd be nice. :

Re: [Flightgear-devel] Terragear now sans plib

2011-11-08 Thread Martin Spott
Christian Schmitt wrote: > Can confirm the fix as well. It works all as expected. Waiting for your last > feedback now, Martin, before preparing the merge. I'm pretty certain the crash in 'fgfs-construct' is unrelated, just the usual issue we already know. Therefore I'd vote to merge the CMake

Re: [Flightgear-devel] cmake

2011-11-08 Thread Erik Hofman
On Mon, 2011-11-07 at 18:26 +, James Turner wrote: > On 7 Nov 2011, at 17:07, Martin Spott wrote: > > > Ok, I conclude: "LIB_POSTFIX" im Simgear doesn't work as expected ;-/ > > I think we have a 'thinko' in the module - looking at the code, we're using: > > install (TARGETS ${libName