Norman Vine writes: > Curtis L. Olson writes: > > > > I'm running gcc-2.95.4. In the latest cvs, the compile bombs here: > > > > make[3]: Entering directory > > `/home/curt/projects/FlightGear-0.9/FlightGear/src/Cockpit' > > source='cockpit.cxx' object='cockpit.o' libtool=no \ > > depfile='.deps/cockpit.Po' tmpdepfile='.deps/cockpit.TPo' \ > > depmode=gcc /bin/sh ../../depcomp \ > > g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. > > -I../../src -I/usr/X11R6/include -Wall -O2 -D_REENTRANT -c -o > > cockpit.o `test -f cockpit.cxx || echo './'`cockpit.cxx > > In file included from cockpit.cxx:55: > > hud.hxx: In method `void fgLineList::draw()': > > hud.hxx:380: implicit declaration of function `int for_each(...)' > > make[3]: *** [cockpit.o] Error 1 > > Deja view > http://www.menet.umn.edu/~curt/lists/fgfs/archive-200212/msg00169.html
Well in this case someone actually added a call to for_each() in hud.hxx, but otherwise very similar symptoms. Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
