Re: [Flightgear-devel] Re: [Flightgear-users] Error making SimGear 0.2.0...

2002-11-18 Thread Patrick Staehlin
On Wed, 13 Nov 2002 21:33:56 -0500 Norman Vine [EMAIL PROTECTED] wrote: I realize that Patrick needed to change the #ifdef WIN32 to #ifdef __CYGWIN__ but this should not be necessary in that WIN32 should be being #defined by our configure script and as it is written this works on both

Re: [Flightgear-devel] Re: [Flightgear-users] Error making SimGear 0.2.0...

2002-11-16 Thread David Megginson
Norman Vine writes: Can we get this patch or its functional equivalant comitted into the CVS please so that we can support gcc 3.2 on Windows ? It's in. Thanks, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ ___

[Flightgear-devel] Re: [Flightgear-users] Error making SimGear 0.2.0...

2002-11-13 Thread Norman Vine
Patrick Staehlin writes: Here's what i've done: 1. downloaded installed cygwin ./configure worked fine make returned: .. from newbucket.cxx:31: /usr/include/c++/3.2/limits:942:22: macro min requires 2 arguments, but only 1 given In file included from

[Flightgear-devel] Re: [Flightgear-users] Error making SimGear 0.2.0...

2002-11-13 Thread Patrick Staehlin
It works now... ;-) On Wed, 13 Nov 2002 15:02:59 -0500 Norman Vine [EMAIL PROTECTED] wrote: Try adding this to $SIMGEAR / simgear / compiler.h [...] # ifdef WIN32 ^ Had to change this one to: #ifdef __CYGWIN__ // keep windows.h from #defining min() max() macros

Re: [Flightgear-devel] Re: [Flightgear-users] Error making SimGear 0.2.0...

2002-11-13 Thread Norman Vine
Norman Vine wrote: Patrick Staehlin writes: Has anyone managed to compile 0.2.0 on cygwin/gcc3.2-2? Arrgh ... I thought that 3.2-2 would just work :-( Try adding this to $SIMGEAR / simgear / compiler.h $ cvs diff compiler.h Index: compiler.h