> > When working from the CVS files you NEED to work > from both the SimGear and FlightGear CVS files. > > ie check SimGear out of CVS like you did with FlightGear > > Norman > Sorry mate I wasn't very clear after rereading what I posted I should have said that I had done that (I got a bit confused, been at it for a while). I am only a beginner and have just managed the first chapter of 'Learn C++ for linux in 2.7 minutes'. I stuffed around for a bit and modified the line (in fgfs.hxx) to various other types float, int, etc (instead of mutable) and it seems to get a lot further through make before it all falls over. According to some stuff I looked up in Google some versions of c++ cannot deal with the mutable keyword and so I wonder if this could be it. I am using GCC2.96 on Mandrake 8.2. I hope I am not being too annoying but look on the bright side at least you can see what a silly newbie can screw up while trying his hardest.
--- this is the section of fgfs.hxx where it grinds to a halt --- protected: mutable SGPropertyNode_ptr, _freeze_master_node; bool _suspended; }; --------------------------------------------------------------------------------------------- > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
