[Flightgear-devel] PATCH: Compiler Warnings - Was: Potential issue with magnetic variation?

2009-08-20 Thread Reagan Thomas
Torsten Dreyer wrote: Is that correct? Certainly not! Fixed in CVS, thanks for reporting. Torsten -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report

Re: [Flightgear-devel] Potential issue with magnetic variation?

2009-08-20 Thread Torsten Dreyer
I agree, we are due for an aggressive -Wall clean up and I'd like to remind our active developers that they should consider always compiling with warning flags activated. The following is pretty standard for me ... CFLAGS=-Wall -O2 CXXFLAGS=-Wall -O2 ./configure There is a lot of

Re: [Flightgear-devel] Potential issue with magnetic variation?

2009-08-20 Thread Curtis Olson
On Thu, Aug 20, 2009 at 8:26 AM, Torsten Dreyer wrote: I agree, we are due for an aggressive -Wall clean up and I'd like to remind our active developers that they should consider always compiling with warning flags activated. The following is pretty standard for me ...

Re: [Flightgear-devel] Potential issue with magnetic variation?

2009-08-20 Thread Torsten Dreyer
Except line 88 of RenderTexture.cpp is not complete for the non GNUC case. (sorry) Oups - fixed! VC++ 2008 is still giving a few warnings for other source files, but nowhere near as many as before. Well - VC++ ist not (yet) installed here, so I can't help with that. Torsten

[Flightgear-devel] possible bug in oursun.cxx

2009-08-20 Thread Torsten Dreyer
Hi, There are some possible floating point exceptions in oursun.cxx: in SGSun::update(double,double) there is sun_exp2_punch_through = 2.0/log(visibility); visibility is assigned the new_visibility _before_ new_visibility is clamped to 100 % 45000. Because update is called by SGSun::build with

Re: [Flightgear-devel] Potential issue with magnetic variation?

2009-08-20 Thread Alan Teeder
Torsten Thanks - the CVS fix has arrived already. Alan -Original Message- From: Alan Teeder [mailto:ajtee...@v-twin.org.uk] Sent: 20 August 2009 16:05 To: 'FlightGear developers discussions' Subject: Re: [Flightgear-devel] Potential issue with magnetic variation? Torsten Well done!!

Re: [Flightgear-devel] Can't find Plib files when linking

2009-08-20 Thread Tom P
Frederic Bouvier wrote: - Tom P zomm...@gmail.com a écrit : 1) missing dependencies, like jpeg lib, are provided by the OSG 3rdParty package, there's no need to rebuild them from gnuwin32. This 3rdParty package is available here:

Re: [Flightgear-devel] Potential issue with magnetic variation?

2009-08-20 Thread Alan Teeder
Torsten Well done!! Except line 88 of RenderTexture.cpp is not complete for the non GNUC case. (sorry) VC++ 2008 is still giving a few warnings for other source files, but nowhere near as many as before. Alan -Original Message- From: Torsten Dreyer [mailto:tors...@t3r.de] Sent: 20

[Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Randall Green
I want to thank everyone who has helped me so far. I'm compiling the CVS version of FlightGear and I'm down to 10 errors now. Files not found are svn_autth.h, osgd.lib, and fltkd.lib. Does anyone know what code is missing? Also, I have 7 file not found on sg_d.lib. I see it is in plib and I have

Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Reagan Thomas
Randall Green wrote: I want to thank everyone who has helped me so far. I'm compiling the CVS version of FlightGear and I'm down to 10 errors now. Files not found are svn_autth.h, osgd.lib, and fltkd.lib. Does anyone know what code is missing? Also, I have 7 file not found on sg_d.lib. I see

Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Victhor Foster
Just a note: current CVS FG won't compile with a version of OSG lower than 2.9.4. You will need code from OSG's SVN repository. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Tim Moore
Victhor Foster wrote: Just a note: current CVS FG won't compile with a version of OSG lower than 2.9.4. You will need code from OSG's SVN repository. As far as I know CVS FG compiles with OSG 2.8.2; at least, it did a couple of weeks ago on my 2.8.2 machine, and I didn't set out to break it.

Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Victhor Foster
I just read it somewhere, I think it was on this list. I never used something older than 2.9.4 so I don't know. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report

Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Frederic Bouvier
- Reagan Thomas a écrit : Randall Green wrote: I want to thank everyone who has helped me so far. I'm compiling the CVS version of FlightGear and I'm down to 10 errors now. Files not found are svn_autth.h, osgd.lib, and fltkd.lib. Does anyone know what code is missing? Also, I

Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Frederic Bouvier
- Tim Moore a écrit : Victhor Foster wrote: Just a note: current CVS FG won't compile with a version of OSG lower than 2.9.4. You will need code from OSG's SVN repository. As far as I know CVS FG compiles with OSG 2.8.2; at least, it did a couple of weeks ago on my 2.8.2 machine,

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: source/simgear/scene/tgdb TileEntry.cxx, 1.16, 1.17 TreeBin.cxx, 1.9, 1.10

2009-08-20 Thread James Turner
On 20 Aug 2009, at 14:08, Torsten Dreyer wrote: Log Message: warning fix: initializing members in the order they are declared keeps gcc happy Torsten, you are a good man! Regards, James -- Let Crystal Reports

Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Reagan Thomas
On Thu, Aug 20, 2009 at 3:42 PM, Frederic Bouvierfredfgf...@free.fr wrote: - Tim Moore a écrit : Victhor Foster wrote: Just a note: current CVS FG won't compile with a version of OSG lower than 2.9.4. You will need code from OSG's SVN repository. As far as I know CVS FG compiles with