Erik Hofman wrote:
> mat churchill wrote:
> > Hi,
> >
> > still no joy with installing the latest CVS of flightgear, the error
> > message looks like this.
> >
> > http://www.mamaloucos.force9.co.uk/fgfs/compile.html
> >
> > this is what line 140 of aircraft.cxx looks like.
> >    globals->get_commands()->addCommand("load-aircraft", fgLoadAircraft);
> > }
> >
> > bool
> > fgLoadAircraft (const SGPropertyNode * arg)
> > {
> >     static const SGPropertyNode *master_freeze
> >         = fgGetNode("/sim/freeze/master");
> >
> >     bool freeze = master_freeze->getBoolValue();
> >     if ( !freeze ) {
> >         fgSetBool("/sim/freeze/master", true);
> >     }
> >
> >
> > am I missing something ?
>
> I can't find anything either.
> One thing you might want to try is to make fgLoadAircraft static.

No. From the log provided, we can see that the original poster has a very
old
SimGear. The change to the command_t typedef is date 2002/10/26 01:18:03
see :
http://cvs.simgear.org/cgi-bin/viewcvs/viewcvs.cgi/SimGear/simgear/misc/commands.hxx?cvsroot=SimGear-0.3

Could you rollback your recent change to aircraft.[ch]xx ?

-Fred



_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users

Reply via email to