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 =

[Flightgear-devel] Compile error latest CVS

2002-01-10 Thread John Check
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 FGTable::Print()': FGTable.cpp:228:

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