Re: [Flightgear-devel] Build Error with BalloonSim

2002-05-13 Thread Christian Mayer
Jonathan Polley wrote: > > On Monday, May 13, 2002, at 05:20 AM, David Megginson wrote: > > > Jonathan Polley writes: > > > >> Sorry, I mistyped the incorrect macro. The block of code reads: > >> > >> #ifdef FG_WEATHERCM > >> sgScaleVec3(fFriction, v, cw_envelope * wind_facing_area_of_ball

Re: [Flightgear-devel] Build Error with BalloonSim

2002-05-13 Thread Jonathan Polley
On Monday, May 13, 2002, at 05:20 AM, David Megginson wrote: > Jonathan Polley writes: > >> Sorry, I mistyped the incorrect macro. The block of code reads: >> >> #ifdef FG_WEATHERCM >> sgScaleVec3(fFriction, v, cw_envelope * wind_facing_area_of_balloon >> * >> WeatherDatabase->getAirDensi

Re: [Flightgear-devel] Build Error with BalloonSim

2002-05-13 Thread David Megginson
Jonathan Polley writes: > Sorry, I mistyped the incorrect macro. The block of code reads: > > #ifdef FG_WEATHERCM > sgScaleVec3(fFriction, v, cw_envelope * wind_facing_area_of_balloon * > WeatherDatabase->getAirDensity(position) * speed / 2.0); //wind resistance > sgScaleVec3(

Re: [Flightgear-devel] Build Error with BalloonSim

2002-05-12 Thread Jonathan Polley
On Sunday, May 12, 2002, at 09:50 AM, David Megginson wrote: > Jonathan Polley writes: > >> I just updated to the newest FDM code and hit a problem with >> BalloonSim.cpp building under MSVC. Since MSVC does not define >> FG_NEW_ENVIRONMENT, the compiler generates the following errors: > > Try

re: [Flightgear-devel] Build Error with BalloonSim

2002-05-12 Thread David Megginson
Jonathan Polley writes: > I just updated to the newest FDM code and hit a problem with > BalloonSim.cpp building under MSVC. Since MSVC does not define > FG_NEW_ENVIRONMENT, the compiler generates the following errors: Try updating again -- the current CVS version of BalloonSim.cpp as of l

[Flightgear-devel] Build Error with BalloonSim

2002-05-11 Thread Jonathan Polley
I just updated to the newest FDM code and hit a problem with BalloonSim.cpp building under MSVC. Since MSVC does not define FG_NEW_ENVIRONMENT, the compiler generates the following errors: C:\FlightGear\src\FDM\Balloon\BalloonSim.cpp(234) : warning C4700: local variable 'fLift' used without havin