Re: [Flightgear-devel] compile error for pre3

2005-11-11 Thread Andy Ross
Stewart Andreason wrote: Since Flightgear-0.9.9-pre2 compiled fine without any problems, I was surprised to see this: fg_init.cxx:1581: error: `setRealtimeProperty' undeclared This is SimGear version skew. You need to use the properly matched version of SimGear, but are probably building

Re: [Flightgear-devel] compile error for pre3

2005-11-11 Thread Stewart Andreason
I _knew_ it was something simple... I guess one prerequisite at http://www.flightgear.org/Downloads/source.shtml needs to be updated. Thanks Andy Stewart Andreason wrote: Since Flightgear-0.9.9-pre2 compiled fine without any problems, I was surprised to see this: fg_init.cxx:1581: error:

Re: [Flightgear-devel] Compile error with plib-1.8.1

2004-03-22 Thread Curtis L. Olson
Martin Spott wrote: Hello, with current PLIB CVS or plib-1.8.1 I see the following error: make[3]: Entering directory `/usr/local/src/FlightGear/src/FDM/ExternalNet' if g++ -march=pentium3 -DHAVE_CONFIG_H -I. -I. -I../../../src/Include -I../../.. -I../../../src -I/opt/gnu/include

Re: [Flightgear-devel] Compile error with latest simgear cvs.

2004-03-12 Thread Seamus Thomas Carroll
Hi, from g++ -v: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 2731 (Red Hat Linux 7.3 2.96-113) On Thu, 11 Mar 2004, Frederic Bouvier wrote: Seamus Thomas Carroll wrote: Hi, Just update my simgear cvs today and I now get the following error:

Re: [Flightgear-devel] Compile error with latest simgear cvs.

2004-03-12 Thread Frederic BOUVIER
Seamus Thomas Carroll wrote: Hi, from g++ -v: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 2731 (Red Hat Linux 7.3 2.96-113) Ok, pre 3 compiler. Hopefully, a fix is in CVS since this morning. -Fred On Thu, 11 Mar 2004, Frederic Bouvier wrote:

Re: [Flightgear-devel] Compile error with latest simgear cvs.

2004-03-12 Thread Seamus Thomas Carroll
Thanks, compiles now. On Fri, 12 Mar 2004, Frederic BOUVIER wrote: Seamus Thomas Carroll wrote: Hi, from g++ -v: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 2731 (Red Hat Linux 7.3 2.96-113) Ok, pre 3 compiler. Hopefully, a fix is in

Re: [Flightgear-devel] Compile error with latest simgear cvs.

2004-03-11 Thread Frederic Bouvier
Seamus Thomas Carroll wrote: Hi, Just update my simgear cvs today and I now get the following error: In file included from sgstream.hxx:47, from sgstream.cxx:32: ../../simgear/misc/zfstream.hxx:144: `traits_type' is not a member of type `streambuf'

Re: [Flightgear-devel] Compile Error

2003-10-01 Thread David Luff
On 10/1/03 at 10:50 PM Duncan McCreanor wrote: Hi, I am having trouble compiling the latest CVS FlightGear. Below is a snip of the error. Is anyone else having this problem? Making all in Objects make[2]: Entering directory`/FlightGear/source/src/Objects' if g++ -DHAVE_CONFIG_H -I. -I.

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 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.Po'

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.TPo' \

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/cockpit.Po'

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='cockpit.o' libtool=no \

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'

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='.deps/cockpit.Po'

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/FlightGear/src/Cockpit'

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 ignores

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 all of the

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. Exactly this

Re: [Flightgear-devel] Compile error

2002-12-20 Thread David Luff
On 12/20/02 at 4:59 PM Bernie Bright wrote: 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

Re: [Flightgear-devel] Compile error in src/Systems/electrical.cxx with g++-3.2

2002-09-28 Thread The Bergrens
I just started with MSVC, but I recognize this one. you have to use std::cout, because MSVC is anal about namespaces. - Original Message - From: Simon Fowler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 8:21 AM Subject: Re: [Flightgear-devel] Compile error

Re: [Flightgear-devel] Compile error in src/Systems/electrical.cxx with g++-3.2

2002-09-25 Thread Curtis L. Olson
I think MSVC reports the same errors. I really shouldn't be using cout here, it's just easier/quicker when hacking on the code. I'll fix that up. Curt. Simon Fowler writes: This is a strange one - as far as I can tell, it shouldn't be a problem, but it is . . .

Re: [Flightgear-devel] Compile error in src/Systems/electrical.cxx with g++-3.2

2002-09-25 Thread Simon Fowler
On Wed, Sep 25, 2002 at 07:37:55AM -0500, Curtis L. Olson wrote: I think MSVC reports the same errors. I really shouldn't be using cout here, it's just easier/quicker when hacking on the code. I'll fix that up. It builds now - thanks for the prompt fix ;-) Simon -- PGP public key Id

re: [Flightgear-devel] Compile Error in vacuum.cxx

2002-09-24 Thread David Megginson
Tony Peden writes: I ran into compile errors with vacuum.cxx this morning. Adding _pressure_node to the header as a member variable solved the problem. The file is attached. Apologies -- I just forgot to commit the header. It's in now. All the best, David -- David Megginson,

re: [Flightgear-devel] Compile Error in vacuum.cxx

2002-09-24 Thread Tony Peden
On Tue, 2002-09-24 at 06:10, David Megginson wrote: Tony Peden writes: I ran into compile errors with vacuum.cxx this morning. Adding _pressure_node to the header as a member variable solved the problem. The file is attached. Apologies -- I just forgot to commit the header. It's

Re: [Flightgear-devel] Compile error with plib

2002-07-10 Thread Alex Perry
Try the attatched patch - it works for me(tm). If it works for you, I'll see about sending it to the plib list . . . It fixed it for me too. SimGear build is now in progress. ___ Flightgear-devel mailing list [EMAIL PROTECTED]

Re: [Flightgear-devel] Compile error with plib

2002-07-10 Thread William Earnest
Alex Perry wrote: Try the attatched patch - it works for me(tm). If it works for you, I'll see about sending it to the plib list . . . It fixed it for me too. SimGear build is now in progress. ___ Flightgear-devel mailing list [EMAIL

Re: [Flightgear-devel] Compile error with plib

2002-07-10 Thread Simon Fowler
On Wed, Jul 10, 2002 at 08:32:13AM -0400, William Earnest wrote: Alex Perry wrote: Try the attatched patch - it works for me(tm). If it works for you, I'll see about sending it to the plib list . . . It fixed it for me too. SimGear build is now in progress.

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 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 best,

re: [Flightgear-devel] Compile Error

2002-03-18 Thread David Megginson
David Findlay writes: Anyone getting this error with latest cvs of everything? Yes, you're getting it because you're using the CVS plib (like many of us). I #ifdef'd sgdPointInTriangle out locally in my hitlist.cxx, but we need someone who knows plib better to add a general solution. This

RE: [Flightgear-devel] Compile Error

2002-03-18 Thread Norman Vine
Andy Ross writes: Or, maybe better still (simpler anyway), just rename the function in hitlist.cxx to fgPointInTriangle and simply use that, ignoring plib entirely. Already Done Norman ___ Flightgear-devel mailing list [EMAIL PROTECTED]

Re: [Flightgear-devel] Compile error latest CVS

2002-01-11 Thread Christian Mayer
Bernie Bright wrote: g++ 2.95.x lacks the Standard's ios_base class. One messy work around is demonstrated in simgear/misc/zfstream.hxx. FWIW I've been working on an alternative solution using namespaces that is much cleaner. It compiles with gcc 2.95.x and 3.0.x, Intel C++ and MSVC6.

RE: [Flightgear-devel] Compile error latest CVS

2002-01-11 Thread David Megginson
Norman Vine writes: g++ 2.95.x lacks the Standard's ios_base class. One messy work around is demonstrated in simgear/misc/zfstream.hxx. FWIW I've been working on an alternative solution using namespaces that is much cleaner. It compiles with gcc 2.95.x and 3.0.x, Intel C++ and

Re: [Flightgear-devel] Compile error latest CVS

2002-01-11 Thread Erik Hofman
David Megginson wrote: And so it does, at least for G++ 3.0. I've committed Norm's change to the FlightGear and JSBSim CVS repositories. Please let me know if there are any further problems compiling with G++ 2.95 (or MSVC, etc.). I have to use long flags = cout.setf(ios::fixed);

RE: [Flightgear-devel] Compile error latest CVS

2002-01-11 Thread Norman Vine
David Megginson writes: Norman Vine writes: g++ 2.95.x lacks the Standard's ios_base class. One messy work around is demonstrated in simgear/misc/zfstream.hxx. FWIW I've been working on an alternative solution using namespaces that is much cleaner. It compiles with gcc 2.95.x and

RE: [Flightgear-devel] Compile error latest CVS

2002-01-11 Thread Norman Vine
Erik Hofman writes: David Megginson wrote: And so it does, at least for G++ 3.0. I've committed Norm's change to the FlightGear and JSBSim CVS repositories. Please let me know if there are any further problems compiling with G++ 2.95 (or MSVC, etc.). I have to use long flags =

Re: [Flightgear-devel] Compile error latest CVS

2002-01-10 Thread Bernie Bright
John Check wrote: Latest CVS build dies with following error make[4]: Entering directory `/home/j4strngs/Repository/FlightGear/src/FDM/JSBSim' c++ -DFGFS -I../../.. -I../../../src -I/usr/local/include -I/usr/X11R6/include -g -O2 -c FGTable.cpp FGTable.cpp: In method `void

re: [Flightgear-devel] Compile error latest CVS

2002-01-10 Thread David Megginson
John Check writes: Latest CVS build dies with following error make[4]: Entering directory `/home/j4strngs/Repository/FlightGear/src/FDM/JSBSim' c++ -DFGFS -I../../.. -I../../../src -I/usr/local/include -I/usr/X11R6/include -g -O2 -c FGTable.cpp FGTable.cpp: In method `void

RE: [Flightgear-devel] Compile error latest CVS

2002-01-10 Thread Norman Vine
Bernie Bright writes: John Check wrote: Latest CVS build dies with following error make[4]: Entering directory `/home/j4strngs/Repository/FlightGear/src/FDM/JSBSim' c++ -DFGFS -I../../.. -I../../../src -I/usr/local/include -I/usr/X11R6/include -g -O2 -c FGTable.cpp FGTable.cpp: In

RE: [Flightgear-devel] Compile error latest CVS

2002-01-10 Thread Jon S. Berndt
Behalf Of David Megginson Thanks -- I'll fix that tomorrow, if people don't mind waiting. It's an ANSI/non-ANSI C++ thing. That would be great, David. Been very, very, busy today! And I am all smiles, now. Jon ___ Flightgear-devel mailing list