Am 28.11.2011 16:57, schrieb Alan Teeder:
> This was sent directly to me. Does anyone know what her problem is
> likely to be?
> (I, and others , have already given several answers to this question on
> the FG forum)

> After having compiling in DEBUG & RELEASE mode FlightGear under Windows,
> I get systematically an error while I'm trying to launch fgfs under
> Windows command DOS.
>
> “Fatal error: Unrecognized flight model 'jsb', cannot init flight
> dynamics model.”

Alan, please add a forum link when cross posting:
http://www.flightgear.org/forums/viewtopic.php?f=35&t=14371&hilit=jsb

With the introduction of CMake it is possible to enable/disable the 
different FDMs. The JSBSim and YASim are enabled by default, only the 
LARCSim and UIUC flight dynamics are excluded from the build by default. 
As Anders said on the forum, something must have gone wrong while 
configuring the build, so somehow the default was changed, and JSBSim 
support disabled and excluded from the build.

Either remove "CMakeCache.txt" and run cmake again (so the correct 
defaults are taken), or run "cmake -DENABLE_JSBSIM:BOOL=ON" to override 
the current local setting.

cheers,
Thorsten

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to