Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-25 Thread Jim Wilson
Andy Ross <[EMAIL PROTECTED]> said: > Geoff McLane wrote: > > JSBSim stops after the QNAN's, > > and now YASim c172 seems unable to get speed to lift off ... > > Just one of those days ... > > Odd. Jim Wilson also reported a "not enough power" situation (with > the YASim 747) that I couldn't

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-25 Thread David Megginson
Andy Ross writes: > Geoff McLane wrote: > > JSBSim stops after the QNAN's, > > and now YASim c172 seems unable to get speed to lift off ... > > Just one of those days ... > > Odd. Jim Wilson also reported a "not enough power" situation (with > the YASim 747) that I couldn't reproduce.

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-25 Thread David Megginson
Curtis L. Olson writes: > Christian Mayer writes: > > > In my case it effects - > > > simgear/sg_zlib.h, and 2 other headers - no problem. I > > > usually 'fix' them locally and get on with the compile ... > > What is the issue here? I think that there might be some confusion about whethe

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-25 Thread Erik Hofman
Curtis L. Olson wrote: >>From this point on, if your system doesn't have zlib or metakit > available as a package, you need to build and install it yourself from > source (a version of which is included in the top simgear source > tree.) Now I wonder what you expect Irix users to do. The offic

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Christian Mayer
Jon Berndt wrote: > > >JSBSim stops after the QNAN's, > >and now YASim c172 seems unable to get speed to lift off ... > >Just one of those days ... > > ... only in MSVC ... > > Christian: are you seeing this, too? I was, but it's fixed in the latest JSBsim CVS. Thanks! Geoff: Just update the

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Christian Mayer
"Curtis L. Olson" wrote: > > Erik Hofman writes: > > Christian Mayer wrote: > > > > > Geoff McLane wrote: > > > > >>In my case it effects - > > >>simgear/sg_zlib.h, and 2 other headers - no problem. I > > >>usually 'fix' them locally and get on with the compile ... > > >> > > > > > > It's no prob

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Geoff McLane
> > A sg/fg (DEBUG) build on yesterdays/todays simgear/flightgear trees > > worked well with --fdm=magic. > > JSBSim stops after the QNAN's, > There is a fix for the FGInitialCondition problem in JSBSim > CVS, don't think it has migrated its way into FG, though. > If you want it, you should be abl

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Erik Hofman
Curtis L. Olson wrote: > Erik Hofman writes: > >>Christian Mayer wrote: >> >> >>>Geoff McLane wrote: >>> In my case it effects - simgear/sg_zlib.h, and 2 other headers - no problem. I usually 'fix' them locally and get on with the compile ... >>>It's no problem to fix. But

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Curtis L. Olson
Erik Hofman writes: > Christian Mayer wrote: > > > Geoff McLane wrote: > > >>In my case it effects - > >>simgear/sg_zlib.h, and 2 other headers - no problem. I > >>usually 'fix' them locally and get on with the compile ... > >> > > > > It's no problem to fix. But it doesn't compile "out of the

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Curtis L. Olson
Christian Mayer writes: > > In my case it effects - > > simgear/sg_zlib.h, and 2 other headers - no problem. I > > usually 'fix' them locally and get on with the compile ... What is the issue here? Regards, Curt. -- Curtis Olson Intelligent Vehicles Lab FlightGear Project Twin Cities

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Erik Hofman
Christian Mayer wrote: > Geoff McLane wrote: >>In my case it effects - >>simgear/sg_zlib.h, and 2 other headers - no problem. I >>usually 'fix' them locally and get on with the compile ... >> > > It's no problem to fix. But it doesn't compile "out of the box" without > a fix - and that's bad.

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Wolfram Kuss
Unfortunately I don't have time right now. I just wanted to say to you and Christian and everyone working on making / keeping it MSVC compilable a big THANK YOU. I plan to compile FGFS again in the medium term. >(a) the question >As a user of zlib objects in other projects, i do not care >whi

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Andy Ross
Geoff McLane wrote: > JSBSim stops after the QNAN's, > and now YASim c172 seems unable to get speed to lift off ... > Just one of those days ... Odd. Jim Wilson also reported a "not enough power" situation (with the YASim 747) that I couldn't reproduce. I didn't think to ask about platform.

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Christian Mayer
Geoff McLane wrote: > > A sg/fg (DEBUG) build on yesterdays/todays simgear/flightgear trees > worked well with --fdm=magic. It also works well with --fdm=yasim for me. (LaRCsim doesn't work as I can't start the engine there, dunno why) > JSBSim stops after the QNAN's, Fixed in currend CVS :) :

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Curtis L. Olson
Geoff McLane writes: > I 'must' remember to adjust src\main\options.cxx per - > // SET independent location for scenery data > // no ENV VAR - char *envp = ::getenv( "FG_SCENERY" ); > char * envp = "D:\\FGFS\\FlightGear\\Scenery"; > where I unloaded my CD-ROM, otherwise I reach a 'wate

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread David Megginson
Tony Peden writes: > There is a fix for the FGInitialCondition problem in JSBSim > CVS, don't think it has migrated its way into FG, though. I'm testing it in fgfs now, and will commit to CVS if there are no problems. All the best, David -- David Megginson [EMAIL PROTECTED] ___

re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread David Megginson
Geoff McLane writes: > JSBSim stops after the QNAN's, When you run in gdb, where does JSBSim stop? All the best, David -- David Megginson [EMAIL PROTECTED] ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Tony Peden
On Thu, 2002-01-24 at 04:59, Geoff McLane wrote: > A sg/fg (DEBUG) build on yesterdays/todays simgear/flightgear trees > worked well with --fdm=magic. > > JSBSim stops after the QNAN's, There is a fix for the FGInitialCondition problem in JSBSim CVS, don't think it has migrated its way into FG,

Re: [Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Jon Berndt
>JSBSim stops after the QNAN's, >and now YASim c172 seems unable to get speed to lift off ... >Just one of those days ... ... only in MSVC ... Christian: are you seeing this, too? Jon ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.f

[Flightgear-devel] msvc6-win32-0.7.9 (minus)

2002-01-24 Thread Geoff McLane
A sg/fg (DEBUG) build on yesterdays/todays simgear/flightgear trees worked well with --fdm=magic. JSBSim stops after the QNAN's, and now YASim c172 seems unable to get speed to lift off ... Just one of those days ... But with quiet patience i can really 'fly the magic carpet' ... I 'must' rememb