Jon Berndt writes: > > This seems to clear things up > > > > Norman > > It did. Yee-haw! > > I'll commit this fix to JSBSim CVS.
Jon, Since you want JSBSim to run stand-alone as well as integrated into FGFS please give some consideration to adopting the SimGear "compiler.h" file as a common include to resolve these issues #ifdef FGFS #include <simgear/compiler.h" #else #include "compiler.h" // local copy of common defines 'similar' to simgear/compiler.h #endif To prevent us from getting out of sync again Cheers Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
