On Thu, 19 Dec 2002 20:36:12 -0700
Dave Perry <[EMAIL PROTECTED]> wrote:

> 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.)

Needs a SG_USING_STD(ifstream);

Bernie

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

Reply via email to