Re: [Flightgear-devel] SimGear Build Problem under MacOS X

2005-05-20 Thread Erik Hofman
Jonathan Polley wrote: It seems as if MacOS X does not have isnan(), or at least by default. There is a fix for this in cloud.cxx also. Erik ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/f

RE: [Flightgear-devel] FlightGear0.9.8 Segmentationfault Please Help!

2005-05-20 Thread Vivian Meazza
> -Original Message- > From: [EMAIL PROTECTED] [mailto:flightgear-devel- > [EMAIL PROTECTED] On Behalf Of YENEW T KASSAYE > Sent: 19 May 2005 23:04 > To: FlightGear developers discussions > Subject: RE: [Flightgear-devel] FlightGear0.9.8 Segmentationfault > Please Help! > > Thanks Vivan,

Re: [Flightgear-devel] Colditz Glider

2005-05-20 Thread Steve Hosgood
On Fri, 2005-05-20 at 02:37, Josh Babcock wrote: > I'll see what more I can deduce tonight. > Steve Didn't get anything much done, sadly, but I have taken a look at your fuselage images, Josh. Nice work! > Just an update. > > http://jrbabcock.home.comcast.net/flightgear/colditz/colditz1.

Re: [Flightgear-devel] Colditz Glider

2005-05-20 Thread Josh Babcock
Steve Hosgood wrote: > On Fri, 2005-05-20 at 02:37, Josh Babcock wrote: > >>I'll see what more I can deduce tonight. >>Steve > > > Didn't get anything much done, sadly, but I have taken a look at your > fuselage images, Josh. Nice work! > > >>Just an update. >> >>http://jrbabcock.home.

[Flightgear-devel] Microlight

2005-05-20 Thread Morne Fourie
Hi. How about inserting a Microlight like the solowings Aquilla into your list of aircraft? Keep up the good work.   Kind Regards Morné Fourie AFRIDATA.net   Cell:  +27 83 293 5893Office:  +27 83 293 5893 Fax:  +27 +83 281 5872Email: [EMAIL PROTECTED]

Re: [Flightgear-devel] FlightGear Build Problem Under MacOS 10.4

2005-05-20 Thread Arthur Wiebe
Did you use GCC 4 or 3.3? I've been so busy that I've not even tried building FGFS on 10.4. I did try to build plib but it failed with the same type of error. And I fixed it just like you (except by making it non-static) but then a mess of other errors showed up that well... I knew nothing about.On

Re: [Flightgear-devel] RE: RE: RE: Questions

2005-05-20 Thread Gerard ROBIN
Le vendredi 20 mai 2005 Ã 10:35 +1000, mostyn.gale a Ãcrit : > >converting it. > > I tried the conversion. It then takes all of the polygons, divides them into > triangles and seperates them, then it joins all triangles from the entire > model into a single part. > > The way that I am getting

Re: [Flightgear-devel] FlightGear Build Problem Under MacOS 10.4

2005-05-20 Thread James Turner
On 20 May 2005, at 13:29, Arthur Wiebe wrote:Did you use GCC 4 or 3.3? I've been so busy that I've not even tried building FGFS on 10.4. I did try to build plib but it failed with the same type of error. And I fixed it just like you (except by making it non-static) but then a mess of other errors s

Re: [Flightgear-devel] FlightGear Build Problem Under MacOS 10.4

2005-05-20 Thread Andy Ross
James Turner wrote: > At least one problem I am hitting (in many other projects as > well) is that Apple have made some changes to the GL typdefs, I > presume so that GLuint / GLint compile to be the appropriate size > on 64-bit systems. Since GCC 4.0.0 is picky about conversions > between integer

Re: [Flightgear-devel] c172r-yasim solution error

2005-05-20 Thread Andy Ross
Mathias Fröhlich wrote: > At first I need to know how this local frame is meant. > What I have found from the code is that it is meant to be the *geodetic* > horizontal local frame. > But is is meant to be fixed at the aircraft and thus rotates due to the > aircrafts velocity or is it fixed at the

Re: [Flightgear-devel] FlightGear Build Problem Under MacOS 10.4

2005-05-20 Thread James Turner
On 20 May 2005, at 15:30, Andy Ross wrote:it is no longer legal to do this: int i; glGenTextures(1, &i); Instead, you have to declare 'i' as GLint (and similarly for GLuint and so on) Are you sure?  I thought the Apple compiler was still a 32 bit environment on OS/X.  And in any case, PPC64 is a

Re: [Flightgear-devel] c172r-yasim solution error

2005-05-20 Thread DesmoSS
In a message dated 5/20/2005 2:09:17 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: But is is meant to be fixed at the aircraft and thus rotates due to the aircrafts velocity or is it fixed at the earth and relocated for every frame to display? Or the other question is: what is that hu

[Flightgear-devel] problem with signs program, convert: command not found

2005-05-20 Thread Ima Sudonim
Melchior, The new signs program, it's great! However, I'm noticing a problem on a mac os x system that I reinstalled recently. I downloaded new scripts this morning, when I install them in data and run signs (either from data/local/signs or from a copy of signs copied to bin, I get a series

Re: [Flightgear-devel] Colditz Glider

2005-05-20 Thread Steve Hosgood
I've just come across a few more details in: http://www.chicagolandglidercouncil.com/newsletter_files/CLGCNewsletterFeb02.pdf There's a comment by the pilot who flew the replica, to the effect that the glide ratio was about 18:1 That's pretty impressive! There's also a photo of the glider just

[Flightgear-devel] Re: problem with signs program, convert: command not found

2005-05-20 Thread Melchior FRANZ
* Ima Sudonim -- Friday 20 May 2005 17:49: > The new signs program, it's great! If it weren't that unhumble, I would agree. I enjoy it a lot. :-) I've meanwhile made a (simple) webpage for it, so that I don't have to announce here on the list every time I make some changes: http://members.aon

Re: [Flightgear-devel] c172r-yasim solution error

2005-05-20 Thread Andy Ross
Mike wrote: > The PA-28 -YASim provides the energy marker and the c172 - JSBSim > provides the avionics... hmmm... Which opens up another avenue of attack: someone should model a radio stack for the PA28-161. Or if you really want to cheat: use the Cessna 3D model with the Piper FDM configuration

Re: [Flightgear-devel] FlightGear Build Problem Under MacOS 10.4

2005-05-20 Thread Andy Ross
James Turner wrote: > Umm - I am not sure about the reason for making the change, but the > fact is that on Tiger, GLuint is a typedef for 'unsigned > long'. Hence, the code has to be changed to use the portable names, > or GCC 4.0 chokes. Hrm... that sounds like a bug in the Apple headers. The O

RE: [Flightgear-devel] FlightGear0.9.8 Segmentationfault Please Help!

2005-05-20 Thread YENEW T KASSAYE
Vivan, I followed your advice and started over and FightGear WORKS!!!. I had to place AL and GL in the /cygwin/include instead of /usr/local/include. If I dont do that when I run ./configure for SimGear, it errors out at the end and says openAL has to be installed. The last few lines before this er

RE: [Flightgear-devel] FlightGear0.9.8 Segmentationfault PleaseHelp!

2005-05-20 Thread Vivian Meazza
YENEW T KASSAYE wrote > I followed your advice and started over and FightGear WORKS!!!. > I had to place AL and GL in the /cygwin/include instead of > /usr/local/include. If I dont do that when I run ./configure for SimGear, > it errors out at the end and says openAL has to be installed. The last

[Flightgear-devel] My first solo cross-country; Was: My first solo ....

2005-05-20 Thread Martin Spott
Martin Spott wrote: > Well, it really took a very long time for getting there ! > > The second half of 2004 I didn't make a single flight due to timely > and/or monetary restrictions. Afterwards I had to bear almost four > months of delay because we never managed to match free time and good > weat

Re: [Flightgear-devel] c172r-yasim solution error

2005-05-20 Thread DesmoSS
In a message dated 5/20/2005 12:49:29 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: Or if you really want to cheat: use the Cessna 3D model with the Piper FDM configuration. :) I think that's how this whole thing started... YASim FDM with c172 model results in a YASim solution error -

Re: [Flightgear-devel] c172r-yasim solution error

2005-05-20 Thread Andy Ross
Mike wrote: > Andy Ross wrote: > > Or if you really want to cheat: use the Cessna 3D model with the Piper > > FDM configuration. :) > > I think that's how this whole thing started... YASim FDM with c172 > model results in a YASim solution error - insufficient elevator > trim. Not the C172 model

[Flightgear-devel] openGC problem need help!

2005-05-20 Thread can kalkan
i am trying to run fg with openGC displays but until now i am not succeded . i am using fg under xp sp2 .   i can not start fgfs  in opengc communication mode i also can not launch opengc alone when i run it gives  error  after loading fonts in dos mode and crashes       please help me Yahoo! Mai

Re: [Flightgear-devel] c172r-yasim solution error

2005-05-20 Thread DesmoSS
In a message dated 5/20/2005 3:02:33 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: You can use the 172 panel and graphics with another airplane's FDM configuration. A, Could you send me some specifics on the above procedure? I'm playing around within the pa28-set.xml without much suc

Re: [Flightgear-devel] c172r-yasim solution error

2005-05-20 Thread Andy Ross
Mike wrote: > Could you send me some specifics on the above procedure? I'm > playing around within the pa28-set.xml without much success. In your Aircraft/c172p directory, edit the c172p-set.xml file and replace these lines: jsb c172p with: yasim pa28-161 I didn't test this, but it sh