Hi, I had updated FGFS after release of version 0.9.3 from CVS. At that time I was able to build it successfully.
Recently, I updated everything (including SimGear and plib). I could successfully rebuild and installl plib and SimGear. But FGFS failed with following error. if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/usr/X11R6/include -g -O2 -MT panel.o -MD -MP -MF ".deps/panel.Tpo" \ -c -o panel.o `test -f 'panel.cxx' || echo './'`panel.cxx; \ then mv ".deps/panel.Tpo" ".deps/panel.Po"; \ else rm -f ".deps/panel.Tpo"; exit 1; \ fi panel.cxx: In method `const char *FGTextLayer::Chunk::getValue () const': panel.cxx:1128: `truncf' undeclared (first use this function) panel.cxx:1128: (Each undeclared identifier is reported only once for each function it appears in.) make[3]: *** [panel.o] Error 1 make[3]: Leaving directory `/home/gopal/FlightGear/source/source/src/Cockpit' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/gopal/FlightGear/source/source/src/Cockpit' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gopal/FlightGear/source/source/src' make: *** [all-recursive] Error 1 The configure script was able to detect truncf function and therefore it has following content /* Define to 1 if you have the `truncf' function. */ #define HAVE_TRUNCF 1 Need guidance from any volunteer to resolve this problem. My system configuration is as follow [EMAIL PROTECTED] source]$ uname -a Linux localhost.localdomain 2.4.18-6mdk #1 Fri Mar 15 02:59:08 CET 2002 i686 unknown GeForce graphics card Thanks in advance. Regards Gopal Mor __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
