Hi, First of all sincere thanks to ehofman for makinf chnage in panel.cxx to resolve truncf problem.
Now I am facing another compiler problem in FGEngine.cpp.I got the latest source code from CVS today. The error messages obtained during compilation are as follow ===BEGIN ====== if g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Include -I../../.. -I../../../src -D_GNU_SOURCE -I/usr/X11R6/include -DFGFS -g -O2 -MT FGEngine.o -MD -MP -MF ".deps/FGEngine.Tpo" \ -c -o FGEngine.o `test -f 'FGEngine.cpp' || echo './'`FGEngine.cpp; \ then mv ".deps/FGEngine.Tpo" ".deps/FGEngine.Po"; \ else rm -f ".deps/FGEngine.Tpo"; exit 1; \ fi FGEngine.cpp: In method `JSBSim::FGEngine::FGEngine (JSBSim::FGFDMExec *)': FGEngine.cpp:71: no matching function for call to `basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >::clear ()' make[4]: *** [FGEngine.o] Error 1 make[4]: Leaving directory `/home/gopal/FlightGear/source/source/src/FDM/JSBSim'make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/gopal/FlightGear/source/source/src/FDM/JSBSim'make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/gopal/FlightGear/source/source/src/FDM' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gopal/FlightGear/source/source/src' make: *** [all-recursive] Error 1 ====== END ============================= My g++ details are as under gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk) Similar kind of problem that I am facing was discussed for a short period on this mailinf list. On 19 Jan, Adam replied that by upgrading the compiler (probably g++) the problem is resolved. So is it necessary to upgrade the compiler? Am I the only one who is facing this problem? With regards Gopal __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
