On Mon, 2011-11-28 at 15:57 +0000, Alan Teeder wrote:
> 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)
>  
> Alan
>  
> From: Iervolino Fatima 
> 
> 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.”

Looks like JSBSim was not included in the build, maybe even none of the
FDM's (see src/FDM/fdm_shell.cxx):

#ifdef ENABLE_JSBSIM
    else if ( model == "jsb" ) {
        _impl = new FGJSBsim( dt );
    }
#endif

Erik



------------------------------------------------------------------------------
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