Jonathan Polley wrote: > > With the irregularity that I am having problems with "using XXX" I get the > feeling that there is something wrong with a header someplace, or a > #define. Not all modules generate the error, and others (namely the > updates, and only the updates, to JSBSim) blow body parts across the room. > I can change the behavior of JSBSim by rearranging the #includes in some > of the modules, but I cannot get rid of the errors. > > Is anyone else building under MSVC 6.0 (or other MSVC compiler)? >
Moving using std::sort after #include <algorithm> fixes the problem in props.cxx. I build under MSVC6 occasionally though generally I use linux. However I was responsible for resolving some of the early portability issues. Cheers, Bernie _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
