[Flightgear-devel] FMC

2003-12-29 Thread Patrick Staehlin
Hi! I've been playing around with the autopilot and the waypoint list, and discovered that the user-interface (and probably the code behind) lacks some features that I'd like to have (reordering/deleting wp's, using airways, etc.). Now that's not something that should live in an autopilot, but

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

[Flightgear-devel] Compiling CVS version with cygwin/gcc3.2-2....

2002-11-16 Thread Patrick Staehlin
can verify the changes and commit them into the CVS. Patrick -- Patrick Staehlin [EMAIL PROTECTED] ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[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