[Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski
For latest CVS (update 31 Jan 04) , running with Debian (woody) and gcc3.0 F../../src/Input/input.hxx:112: warning: for conversion from `SGPropertyNode_pt r' to `const SGPropertyNode *' ../../src/Input/input.hxx:112: warning: because conversion sequence for the ar gument is better panel.cxx:

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Erik Hofman
John Wojnaroski wrote: For latest CVS (update 31 Jan 04) , running with Debian (woody) and gcc3.0 panel.cxx: In method `const char * FGTextLayer::Chunk::getValue() const': panel.cxx:1128: implicit declaration of function `int truncf(...)' Thought there was a fix for this? don't recall the

[Flightgear-devel] CVS Compile

2004-02-01 Thread Roy Vegard Ovesen
I get this error when compiling src/Autopilot/route_mgr.cxx: if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -g -O2 -D_REENTRANT -MT route_mgr.o -MD -MP -MF .deps/route_mgr.Tpo \ -c -o route_mgr.o `test -f 'route_mgr.cxx' || echo './'`route_mgr.cxx; \ then mv

RE: [Flightgear-devel] CVS Compile

2004-02-01 Thread Norman Vine
Roy Vegard Ovesen writes: I get this error when compiling src/Autopilot/route_mgr.cxx: /usr/include/c++/3.2/limits:942:22: macro min requires 2 arguments, but only 1 given In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43, sigh There is a conflict between windows.h

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski
There has been a fix applied to both configure.ac and src/Cockpit/panel.cxx. Make rue those files are up to date and rerun autoconf and configure before proceding. I did a fresh CVS checkout late Saturday night (PST). I'll try again... Regards John W.

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Frederic Bouvier
Norman Vine wrote: Roy Vegard Ovesen writes: I get this error when compiling src/Autopilot/route_mgr.cxx: /usr/include/c++/3.2/limits:942:22: macro min requires 2 arguments, but only 1 given In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43, sigh There is a

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski
There has been a fix applied to both configure.ac and src/Cockpit/panel.cxx. Make rue those files are up to date and rerun autoconf and configure before proceding. I did a fresh CVS checkout late Saturday night (PST). I'll try again... Okay, started a fresh build with files

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Roy Vegard Ovesen
On Sun, 1 Feb 2004 06:48:20 -0500, Norman Vine [EMAIL PROTECTED] wrote: sigh There is a conflict between windows.h and some of the libstdc++ STL headers unless all of the STL includes are included before windows.h or visa versa otherwise some versions of the GNU compilers need NOMINMAX

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski
It's me again ;-) There has been a fix applied to both configure.ac and src/Cockpit/panel.cxx. Make rue those files are up to date and rerun autoconf and configure before proceding. I did a fresh CVS checkout late Saturday night (PST). I'll try again... Okay, started a

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Frederic Bouvier
John Wojnaroski wrote: There has been a fix applied to both configure.ac and src/Cockpit/panel.cxx. Make rue those files are up to date and rerun autoconf and configure before proceding. I did a fresh CVS checkout late Saturday night (PST). I'll try again... Okay, started a

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread David Culp
I don't know the answer to the missing truncf prototype, but it seems this function is defined in a macro in math.h. Here's some discussion on the problem: http://lists.debian.org/debian-glibc/2003/debian-glibc-200310/msg00295.html Dave -- David Culp

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Curtis L. Olson
Fred, I just committed a variation of this (assuming I understood the problem correctly hopefully this will fix it.) Otherwise just holler. Curt. Frederic Bouvier wrote: John Wojnaroski wrote: There has been a fix applied to both configure.ac and src/Cockpit/panel.cxx. Make rue those files

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Curtis L. Olson
Hi John, Try configuring with out the -with-weathercm option. Someone might need to go in and do some clean up there possibly. Curt. John Wojnaroski wrote: It's me again ;-) There has been a fix applied to both configure.ac and src/Cockpit/panel.cxx. Make rue those files are up to date

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski
- Original Message - From: Curtis L. Olson [EMAIL PROTECTED] To: FlightGear developers discussions [EMAIL PROTECTED] Sent: Sunday, February 01, 2004 8:52 AM Subject: Re: [Flightgear-devel] CVS Compile Hi John, Try configuring with out the -with-weathercm option. Someone might need

Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Andy Ross
Norman Vine wrote: There is a conflict between windows.h and some of the libstdc++ STL headers unless all of the STL includes are included before windows.h or visa versa otherwise some versions of the GNU compilers need NOMINMAX defined I *really* don't understand why this isn't done in

RE: [Flightgear-devel] cvs compile error

2003-03-05 Thread Norman Vine
for fix see http://seneca.me.umn.edu/pipermail/flightgear-devel/2003-March/015946.html make[3]: Entering directory `/usr/mingw/obj/FlightGear/debug/src/FDM/ExternalPipe' if mingw32-g++ -DHAVE_CONFIG_H -I. -I/src/fg2/FlightGear/src/FDM/ExternalPipe - I../../../src/Include -I/src/fg2/FlightGear

[Flightgear-devel] cvs compile error

2003-03-03 Thread Geoff Reidy
Hi, Got some errors trying to compile current cvs with gcc-3.2 on Mandrake 9.0. This fixed it: Index: src/FDM/ExternalPipe/ExternalPipe.cxx === RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/FDM/ExternalPipe/ExternalPipe.cxx,v

Re: [Flightgear-devel] cvs compile error

2003-03-03 Thread Curtis L. Olson
Sorry about that, I had fixed that locally, but hadn't commited to cvs. Should be there now. Curt. Geoff Reidy writes: Hi, Got some errors trying to compile current cvs with gcc-3.2 on Mandrake 9.0. This fixed it: Index: src/FDM/ExternalPipe/ExternalPipe.cxx

RE: [Flightgear-devel] cvs compile error

2003-03-03 Thread Norman Vine
Attached find diffs required for MingW and Cygwin and the new ExternalPipe code configure.ac.diff Description: Binary data ExternalPipe.diff Description: Binary data