[Flightgear-devel] JSBSim : potential division by zero error

2009-06-27 Thread Frederic Bouvier
Hi Jon, in the code below ( from FGJSBBase.h ), there is a potential divide by zero error reported by the compiler : static double GaussianRandomNumber(void) { static double V1, V2, S; static int phase = 0; double X; V1 = V2 = S = X = 0.0; if (phase == 0) { do {

[Flightgear-devel] Problematic code in xmlauto.cxx

2009-06-27 Thread Frederic Bouvier
Hi Torsten, you committed rev 1.39 of xmlauto.cxx where the average variable is used to initialise itself. 1.10 (curt 19-Mar-04): if ( enabled ) { 1.10 (curt 19-Mar-04): 1.10 (curt 19-Mar-04): if ( dt 0.0 ) { 1.10 (curt 19-Mar-04):

Re: [Flightgear-devel] Problematic code in xmlauto.cxx

2009-06-27 Thread Torsten Dreyer
Hi Torsten, you committed rev 1.39 of xmlauto.cxx where the average variable is used to initialise itself. ...which is certainly crap and fixed. Thanks for reporting. Torsten --

Re: [Flightgear-devel] UFO marker.ac invalid?

2009-06-27 Thread Alez Buzin
James Turner wrote: With latest CVS (source and data), I'm seeing the following continuously in the console (with the UFO, obviously): Instance of model Aircraft/ufo/Models/marker.ac has invalid values CullVisitor::apply(Geode) detected NaN, depth=nan, center=(0 0 35040),

Re: [Flightgear-devel] Incompatibility with win32 CVS build 6/23 and Dave Culp's planes...

2009-06-27 Thread Rob Shearman, Jr.
http://home.comcast.net/~davidculp2/hangar/hangar.html North American T-2C Buckeye Not counting DavePack (the instrument models), it's the 13th aircraft from the top. But as I said, I started up a couple other of his models (the A-29B, I think, and one of the F-4's, I forget which) and got

[Flightgear-devel] Cygwin

2009-06-27 Thread Jon S. Berndt
Is cygwin still supported as a build environment for FlightGear? Or, would it be possible/easier to get a version that works with MS VC++ 2008 Express Edition? Jon -- ___

Re: [Flightgear-devel] Cygwin

2009-06-27 Thread Vivian Meazza
Jon S. Berndt wrote: Is cygwin still supported as a build environment for FlightGear? Or, would it be possible/easier to get a version that works with MS VC++ 2008 Express Edition? I haven't built using Cygwin for a while now. I migrated to MSVC9 because, while FG built OK, OSG wouldn't

Re: [Flightgear-devel] Cygwin

2009-06-27 Thread Durk Talsma
On Saturday 27 June 2009 22:41:36 Vivian Meazza wrote: I haven't built using Cygwin for a while now. I migrated to MSVC9 because, while FG built OK, OSG wouldn't build with the then current version of gcc included in Cygwin. I'm not sure if that situation still pertains. FWIW, I've been to