Re: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-24 Thread Norman Vine
September 2002 10:34 am > > To: [EMAIL PROTECTED] > > Subject: Re: [Flightgear-devel] MSVC 6.0 Problem with > > systems/vacuum/vacuum.cxx > > > > > > On Tue, 24 Sep 2002 03:46:54 -0400 > > "Norman Vine" <[EMAIL PROTECTED]> wrote

Re: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-24 Thread David Megginson
Bernie Bright writes: > Well, as far as I can tell, fmin() is C99 not Std C++. We could > use std::min() but that causes a problem with MSVC where you have > to use cpp_min() instead. And so it goes on... My fault -- I didn't realize that fmin() was non-ANSI. I've fixed it in the CVS (in a

RE: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-24 Thread Richard Bytheway
IL PROTECTED] > Subject: Re: [Flightgear-devel] MSVC 6.0 Problem with > systems/vacuum/vacuum.cxx > > > On Tue, 24 Sep 2002 03:46:54 -0400 > "Norman Vine" <[EMAIL PROTECTED]> wrote: > > > Bernie Bright writes: > > > > > On Mon, 23 S

Re: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-24 Thread Bernie Bright
On Tue, 24 Sep 2002 03:46:54 -0400 "Norman Vine" <[EMAIL PROTECTED]> wrote: > Bernie Bright writes: > > > On Mon, 23 Sep 2002 18:51:25 -0700 > > Jonathan Polley <[EMAIL PROTECTED]> wrote: > > > > > MSVC does not have fmin() defined, so complains in vacuum.cxx. > > > > > > > gcc 2.95.3 complains

Re: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-24 Thread Norman Vine
Bernie Bright writes: > On Mon, 23 Sep 2002 18:51:25 -0700 > Jonathan Polley <[EMAIL PROTECTED]> wrote: > > > MSVC does not have fmin() defined, so complains in vacuum.cxx. > > > > gcc 2.95.3 complains too. fmin() is only defined if _ISOC99_SOURCE is defined before including . I wonder if we ar

Re: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-23 Thread Frederic Bouvier
From: "Curtis L. Olson" <[EMAIL PROTECTED]> > Jonathan Polley writes: > > MSVC does not have fmin() defined, so complains in vacuum.cxx. > > gcc-2.95 is also complaining about it missing. Same for MSVC 7. Cheers, -Fred ___ Flightgear-devel mailing

Re: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-23 Thread Bernie Bright
On Mon, 23 Sep 2002 18:51:25 -0700 Jonathan Polley <[EMAIL PROTECTED]> wrote: > MSVC does not have fmin() defined, so complains in vacuum.cxx. > gcc 2.95.3 complains too. fmin() is only defined if _ISOC99_SOURCE is defined before including . Bernie __

Re: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-23 Thread Curtis L. Olson
Jonathan Polley writes: > MSVC does not have fmin() defined, so complains in vacuum.cxx. gcc-2.95 is also complaining about it missing. Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities[EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota

[Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-23 Thread Jonathan Polley
MSVC does not have fmin() defined, so complains in vacuum.cxx. Thanks, Jonthan Polley Of COURSE they can do that. They're engineers! ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel