I updated plib, simgear, and FlightGear source from cvs this evening and compiled plib and simgear with no problems. I get the following error compiling FlightGear (at the compile of ground.cxx).

source='ground.cxx' object='ground.o' libtool=no \
depfile='.deps/ground.Po' tmpdepfile='.deps/ground.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/usr/X11R6/include -g -O2 -D_REENTRANT -c -o ground.o `test -f 'ground.cxx' || echo './'`ground.cxx
ground.cxx: In member function `bool FGGround::LoadNetwork()':
ground.cxx:68: `ifstream' undeclared (first use this function)
ground.cxx:68: (Each undeclared identifier is reported only once for each
function it appears in.)
ground.cxx:68: parse error before `;' token
ground.cxx:76: `fin' undeclared (first use this function)
ground.cxx:402:11: warning: no newline at end of file
make[2]: *** [ground.o] Error 1
make[2]: Leaving directory `/usr/local/source/FlightGear/src/ATC'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/source/FlightGear/src'
make: *** [all-recursive] Error 1

Any suggestions?
- Dave


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to