Re: [Flightgear-devel] Compile error in latest cvs

2003-03-25 Thread Gerhard Wesp
> hud.hxx:380: implicit declaration of function `int for_each(...)' Is there any specific reason why you're using gcc 2.95.4? It's *way* old and has a less-than-satisfactory implementation of the standard library. This may well be related to the problem you're seeing. for_each() is in namespace

RE: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Norman Vine
Curtis L. Olson writes: > > Norman Vine writes: > > Curtis L. Olson writes: > > > > > > > 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. E

Re: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Frederic Bouvier
From: "Curtis L. Olson" <[EMAIL PROTECTED]> > Frederic Bouvier writes: > > In fact, no, it is not the same. MSVC is having problem with > > SG_USING_STD(for_each). There is already a SG_USING_NAMESPACE(std). > > > > Could you please remove the line containing SG_USING_STD(for_each). > > Should a

Re: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Curtis L. Olson
Frederic Bouvier writes: > In fact, no, it is not the same. MSVC is having problem with > SG_USING_STD(for_each). There is already a SG_USING_NAMESPACE(std). > > Could you please remove the line containing SG_USING_STD(for_each). Should all of the SG_USING_STD() lines be removed? gcc-2.95.4 igno

Re: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Frederic Bouvier
From: "Frederic Bouvier" <[EMAIL PROTECTED]> > From: "Curtis L. Olson" : > > Frederic Bouvier writes: > > > From: "Curtis L. Olson" : > > > > 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/Fli

RE: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Curtis L. Olson
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='.de

RE: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Norman Vine
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/coc

Re: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Frederic Bouvier
From: "Curtis L. Olson" : > Frederic Bouvier writes: > > From: "Curtis L. Olson" : > > > 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='coc

Re: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Curtis L. Olson
Frederic Bouvier writes: > From: "Curtis L. Olson" : > > 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/

Re: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Frederic Bouvier
From: "Curtis L. Olson" : > 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.T

Re: [Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread William L Riley
On Fri, 2003-03-21 at 12:57, Curtis L. Olson wrote: > 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.P

[Flightgear-devel] Compile error in latest cvs

2003-03-21 Thread Curtis L. Olson
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 ../../dep

Re: [Flightgear-devel] compile error in latest cvs

2002-03-25 Thread David Megginson
Jim Wilson writes: > > I'm getting a compile error in model.cxx with the latest cvs. There > > Same thing here. I sent the same message to David about an hour ago. If you > roll back the very last change in just model.cxx you can build and it works. Fixed -- sorry about that. All the be

Re: [Flightgear-devel] compile error in latest cvs

2002-03-25 Thread Jim Wilson
Let me clarify what I just said. The bug is still there, but the program otherwise builds and works :-) Best, Jim ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] compile error in latest cvs

2002-03-25 Thread Jim Wilson
"Curtis L. Olson" <[EMAIL PROTECTED]> said: > David, > > I'm getting a compile error in model.cxx with the latest cvs. There Curt, Same thing here. I sent the same message to David about an hour ago. If you roll back the very last change in just model.cxx you can build and it works. Best,

[Flightgear-devel] compile error in latest cvs

2002-03-25 Thread Curtis L. Olson
David, I'm getting a compile error in model.cxx with the latest cvs. There appears to be a mismatch between model.hxx and model.cxx. Perhaps you missed commiting changes in one or the other of these? Here is the error I'm seeing (gcc version 2.95.4 Debian): c++ -DHAVE_CONFIG_H -I. -I. -I../..