On Thursday, March 21, 2002, at 06:54 PM, Jon Berndt wrote:
>> The only way I can get SimGear to build is to replace >> >> SG_USING_STD(sort); >> >> with >> >> SG_USING_NAMESPACE(std); >> >> Nothing else seems to work. I have tried cleaning and rebuilding from >> scratch *multiple* times. > > Are there any other stdlib function calls in there from std namespace? > > Jon The only thing I see it complain about is using std::sort. If I try 'using std::sort,' as is done if PROPS_STANDALONE is defined, I get the same errors. Considering the problems I am having getting JSBSim to compile, with similar complaints, I am getting concerned that something has gone terribly wrong. If I had a better understanding of C++ and/or STL, I could be more help hunting this down. I may have to attempt a re-install of MSVC tomorrow. Thanks, Jonathan Polley _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
