Re: [Flightgear-devel] LFDF, wrong dimensions grass strip

2009-07-20 Thread Patrice Poly
> If someone's going to do that, please publish the result at this place > or at least send me a copy off-list so I can add it to the collection > of airfields which had been updated after Robin Peel stopped > maintenance of the v8.10 format. > > Thanks, > Martin. Thanks to papillon81 on irc

Re: [Flightgear-devel] [Simgear-cvslogs]CVS:source/simgear/propsprops.cxx, 1.44, 1.45 props.hxx, 1.32, 1.33

2009-07-20 Thread Alan Teeder
Vivian I have managed a compile of Flightgear. "Nic" was correct, props .hxx, not props.cxx. Flightgear and Simgear both now have NOMINMAX in my pre-processor defines. Flightgear needed most of the new modules from simgear\scene\material to be added to Simgear library before it would link.

Re: [Flightgear-devel] [Simgear-cvslogs]CVS:source/simgear/propsprops.cxx, 1.44, 1.45 props.hxx, 1.32, 1.33

2009-07-20 Thread Nicolas Quijano
That seems to have done the trick : edit props.hxx, not .cxx to use SGMath.hxx and defining #NOMINMAX at project level seems to work. More testing later, got to run. Thanks to Vivian and Tim for taking time to sort it out, Cheers, Nic On Mon, Jul 20, 2009 at 8:50 AM, Vivian Meazza wrote: > Al

Re: [Flightgear-devel] [Simgear-cvslogs]CVS:source/simgear/propsprops.cxx, 1.44, 1.45 props.hxx, 1.32, 1.33

2009-07-20 Thread Vivian Meazza
Alan, simgear-config.h cannot be used in SGMisc.cxx because it is called from fg as well as sg. SGMisc will not compile without NOMINMAX , so you need it in your pre-processor definitions. Unless you have a better way . The error you report is the very one that replacing the SGMathFwd.hxx i

Re: [Flightgear-devel] osg devel and Tims changes

2009-07-20 Thread dave perry
Tim Moore wrote: > dave perry wrote: > > >> I am getting segmentation fault after updating osg trunk from svn, >> SimGear from cvs, and fgfs source from cvs. I also tried compiling >> against osg-2.8.2-rc4. I still get a segmentation fault right after >> "loading aircraft" completes. >>

Re: [Flightgear-devel] LFDF, wrong dimensions grass strip

2009-07-20 Thread Martin Spott
Patrice Poly wrote: > So far I didn't manage to compile and use taxidraw, so I pass it here with > the > hope someone would give it a quick fix ! If someone's going to do that, please publish the result at this place or at least send me a copy off-list so I can add it to the collection of airfi