Richard Bytheway writes:
>
> I have done a complete rebuild and reinstall of plib, and SimGear, but compiling 
>FlightGear fails:
> 

> ../../../src/Cockpit/hud.hxx:380: implicit declaration of function `int 
>for_each(...)'

Hmm...

There is no  'for_each()'  call in the hud.hxx in the CVS

try deleting hud.hxx and issuing a 'cvs up'

You probably picked this up from my '2D 3D HUD consolidation'
which never made it into CVS

Don't really understand why you are having a problem with 'for_each()' 
though as it is defined in <stl_algol.h>

I guess you could try adding
#include <algorithm>

Norman

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

Reply via email to