[Flightgear-devel] [Fwd: [Simgear-cvslogs] Compile Simgear error]

2009-12-09 Thread Ron Jensen
Just noticed this sitting im my CVS e-mail folders and thought I'd forward it along to the -dev list... Ron Forwarded Message > From: hujingfei529 > To: simgear-cvsl...@lists.sourceforge.net > Subject: [Simgear-cvslogs] Compile Simgear error > Date: Mon, 07 Dec 2009 11:46:02 +

Re: [Flightgear-devel] fgfs compile error, today's cvs

2009-12-09 Thread Curtis Olson
I'm not sure the best way to handle this but if you start at the top and run ./autogen.sh followed by ./configure --options I think the error will be cleaned up. Switching files from abc.c to abc.cxx confuses the dependency tracking of automake. Curt. On Wed, Dec 9, 2009 at 7:33 PM, dave perry

[Flightgear-devel] fgfs compile error, today's cvs

2009-12-09 Thread dave perry
I am getting the following error compiling fgfs from cvs today on two different systems. $ make Making all in tests make[1]: Entering directory `/home/dad/source-osg/source-fgfs/tests' make[1]: *** No rule to make target `est-epsilon.c', needed by `est-epsilon.o'. Stop. make[1]: Leaving directo

Re: [Flightgear-devel] missing 737-BmiBaby referenced by AI traffic file

2009-12-09 Thread Durk Talsma
Hi Csaba, On Wednesday 09 December 2009 04:56:12 pm Csaba Halász wrote: > Relaying a report from IRC (by "blucher"): data/AI/Traffic/B/BMI.xml > in cvs is referencing Aircraft/737/737-BmiBaby.xml which is not in > cvs. Thanks for the report. It's correct that not all the liveries that are includ

Re: [Flightgear-devel] releases +- bugs

2009-12-09 Thread Torsten Dreyer
> On 12/01/2009 11:38 AM, John Denker wrote: > > On 12/01/2009 11:19 AM, Heiko Schulz wrote: > >> To your note: So the c172p has now: > > > > -struts animation > > > > The reported bug > >http://www.av8n.com/fly/fgfs/htm/bug-list.htm#bug-x1768 > > concerns the nutcracker, which as of 1 Dec 20

Re: [Flightgear-devel] releases +- bugs

2009-12-09 Thread Thomas Betka
A quick follow-up on my previous post... While researching this a bit more, I found a very interesting engineering document on the mechanics of landing gear systems: http://www.mecheng.adelaide.edu.au/~marjom01/Aeronautical%20Engineering%20Projects/2006/group11.pdf The PDF is just over 6mb in s

[Flightgear-devel] missing 737-BmiBaby referenced by AI traffic file

2009-12-09 Thread Csaba Halász
Relaying a report from IRC (by "blucher"): data/AI/Traffic/B/BMI.xml in cvs is referencing Aircraft/737/737-BmiBaby.xml which is not in cvs. -- Csaba/Jester -- Return on Information: Google Enterprise Search pays you bac

Re: [Flightgear-devel] releases +- bugs

2009-12-09 Thread Thomas Betka
I am not exactly sure what you guys are talking about with the "nut cracker" reference, but the Oleo Strut the vertical assembly with compressed air (or Nitrogen) and hydraulic oil. There is a piston assembly and a metered orifice arrangement, allowing this assembly to act as a shock-absorbing d

[Flightgear-devel] Inadvertant change to c172p p_factor

2009-12-09 Thread dave perry
I just noticed that the patch to animate the c172p nose gear strut scissors that I sent to James Turner to commit also picked up a "local" change I made to decrease the p_factor. RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/c172p/c172p.xml,v retrieving revision 1.24 diff -u -p -r1.24 c172p.xm

Re: [Flightgear-devel] releases +- bugs

2009-12-09 Thread Gene Buckle
On Tue, 8 Dec 2009, dave perry wrote: > On 12/01/2009 11:38 AM, John Denker wrote: >> On 12/01/2009 11:19 AM, Heiko Schulz wrote: >> >> >>> To your note: So the c172p has now: >>> >> -struts animation >> >> The reported bug >>http://www.av8n.com/fly/fgfs/htm/bug-list.htm#bug-x1768 >> concern

Re: [Flightgear-devel] Debug Assertion Failed in Sample_opneal.hxx

2009-12-09 Thread Erik Hofman
Alan Teeder wrote: > In debug the program now fails in sample_openal.cxx at line 477 > (if(sample->is_file() ) free (sample_data) ;) > , reporting a possible heap corruption. That's virtually impossible. You might check the code if you see a problem but this starts to look like a compiler bug. MS

Re: [Flightgear-devel] GPS find nearest.

2009-12-09 Thread James Turner
On 9 Dec 2009, at 13:47, Scott Hamilton wrote: >Something I was playing around with a few months back I thought, if only I > could find the nearest VOR/NDB/FIX/APT to >some point that I am not at but will be in the near future, unfortunately > I've forgotten what it was I was trying to

Re: [Flightgear-devel] Debug Assertion Failed in Sample_opneal.hxx

2009-12-09 Thread Alan Teeder
Eric No improvement, sorry :-( To compile I had to remove one of the "=" in line 440 of soundmgr_openal.cxx (void *sample_data == NULL;) . On the problematic Vista laptop, when I run fgfs release with --disable-sound there is no problem. Once sound is enabled the program fails. In debug the

Re: [Flightgear-devel] GPS find nearest.

2009-12-09 Thread Scott Hamilton
On Wed, 2009-12-09 at 08:27 +, James Turner wrote: I second this. Something I was playing around with a few months back I thought, if only I could find the nearest VOR/NDB/FIX/APT to some point that I am not at but will be in the near future, unfortunately I've forgotten what it was

[Flightgear-devel] Compile Simgear error

2009-12-09 Thread Geoff McLane
>> From: hujingfei...@sina.com >> Compile Simgear error >> Tools: Visual studio 2008 >> ... >> .../sgmisc.hxx(29) : warning C4002: “min”宏的实参太多 >> ... Hi Hu, I am not sure this will solve all your problems, but certainly those related to 'min' and 'max', which may be all of them... You must def

Re: [Flightgear-devel] Debug Assertion Failed in Sample_opneal.hxx

2009-12-09 Thread Erik Hofman
Alan Teeder wrote: > Eric > > Yes, both are 32 bit with identical Visual C++ 2008 (VC09) and Flightgear > library setups. OpenALand Alut are from the Creative site. The Vista laptop > is Intel dual core, the XP box is an ancient Athlon. I've updated the code slightly to not assign the sample da

Re: [Flightgear-devel] [GIT] misc fixes

2009-12-09 Thread Erik Hofman
Csaba Halász wrote: > 2) fix a crash in SGSoundMgr::stop() due to invalid iterator usage: > http://gitorious.org/~jester/fg/jesters-sg-clone/commit/12604fb231631252b13af1338020926e2ca1a605 > Thanks to Vivian for reporting. That one still bites me once in a while. I don't like itterators all that

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: data/Aircraft/Instruments-3d/zkv500 MainScreens.nas, 1.7, 1.8 TaskScreens.nas, 1.3, 1.4 TurnpointScreens.nas, 1.5, 1.6

2009-12-09 Thread James Turner
On 9 Dec 2009, at 00:25, Sébastien MARQUE wrote: > I've got an suggestion for the gps code: a command "nearest-coord" (or > better name) which would give nearest navaid for arbitrary coordinates, > given by scratch/longitude-deg and scratch/latitude-deg. It will allow > to implement a simple n