Re: [Flightgear-devel] Compiling Flightgear 0.9.8 on Mac OS X 10.4.2

2005-07-27 Thread Erik Hofman
Hi Markus, Markus Morawitz wrote: Hello, I tried to compile Flightgear on a G4 running Mac OS X 10.4.2. There were several compilation errors which I could overcome by changing several source files in the packages: FlightGear-0.9.8 SimGear-0.3.8 plib-1.8.4 In detail, the list of f

RE: [Flightgear-devel] Overhauling the networking code(was:Multiplayer crashes with unknown aircrafts, any solution?)

2005-07-27 Thread Vivian Meazza
Mathias Fröhlich > Hi, > > On Sonntag 17 Juli 2005 10:16, Vivian Meazza wrote: > > Before we do any rework of the MP code, it works as is in 0.9.8 (with > some > > bugs), but it is fundamentally broken in CVS. In cvs the received > aircraft > > are displayed close to the observer, rather than i

Re: [Flightgear-devel] Overhauling the networking code(was:Multiplayer crashes with unknown aircrafts, any solution?)

2005-07-27 Thread Oliver Schroeder
Vivian Meazza wrote: >This patch does not work for Cygwin. I'm not sure if Multiplayer ever worked >under Cygwin. > > >Norman Vine did a bit of quick diagnosis last night, and came up with a >cause and a fix. Apparently Linux uses 4 bytes while Cygwin uses 8 as >standard. > > > Apperantly gcc

Re: [Flightgear-devel] jsbsim won't start with w110n40 or w110n30 airports

2005-07-27 Thread Gerard Robin
Le mardi 26 juillet 2005 à 23:13 +0200, Mathias Fröhlich a écrit : > Hi, > > sorry for the late reaction. > Turns out to be a bad interaction between jsbsims crash detection and my > past initialization changes. > The attached patch fixes this by moving crash detection out of the > initialization

Re: [Flightgear-devel] [Fwd: licensing problems in SUSE Linux]

2005-07-27 Thread Steve Hosgood
On Tue, 2005-07-26 at 17:34, Erik Hofman wrote: > that's all [fgSunPositionGST] does, give an angle to display the pretty > colors > properly. > Doh! That's a silly way to do it (see below). > > Give me a bit longer to disentangle it all! I can't work on it right > > now, (I'm at work) but I c

Re: [Flightgear-devel] jsbsim won't start with w110n40 or w110n30 airports

2005-07-27 Thread Erik Hofman
Mathias Fröhlich wrote: Erik, Can you apply that please to flightgears cvs. I will care for JSBsim's cvs. Done. Erik ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f58

Re: [Flightgear-devel] Overhauling the networking code(was:Multiplayer crashes with unknown aircrafts, any solution?)

2005-07-27 Thread Erik Hofman
Vivian Meazza wrote: This patch does not work for Cygwin. I'm not sure if Multiplayer ever worked under Cygwin. Norman Vine did a bit of quick diagnosis last night, and came up with a cause and a fix. Apparently Linux uses 4 bytes while Cygwin uses 8 as standard. I attach Norman's diff against

RE: [Flightgear-devel] jsbsim won't start with w110n40 or w110n30airports

2005-07-27 Thread Jon Berndt
> FGLGear.cpp line 507 > Here's the code: > // Crash detection logic (really out-of-bounds detection) > if (compressLength > 500.0 || > vForce.Magnitude() > 1.0 || > vMoment.Magnitude() > 50.0 || > SinkRate > 1.4666*30) > { >PutMessa

RE: [Flightgear-devel] jsbsim won't start with w110n40 or w110n30airports

2005-07-27 Thread Gerard Robin
Le mercredi 27 juillet 2005 à 07:05 -0500, Jon Berndt a écrit : > > FGLGear.cpp line 507 > > Here's the code: > > // Crash detection logic (really out-of-bounds detection) > > if (compressLength > 500.0 || > > vForce.Magnitude() > 1.0 || > > vMoment.Magnitude() >

RE: [Flightgear-devel] Overhauling the networking code(was:Multiplayercrashes with unknown aircrafts, any solution?)

2005-07-27 Thread Vivian Meazza
Erik Hofman > Vivian Meazza wrote: > > > This patch does not work for Cygwin. I'm not sure if Multiplayer ever > worked > > under Cygwin. > > > > Norman Vine did a bit of quick diagnosis last night, and came up with a > > cause and a fix. Apparently Linux uses 4 bytes while Cygwin uses 8 as > >

Re: [Flightgear-devel] [Fwd: licensing problems in SUSE Linux]

2005-07-27 Thread Steve Hosgood
On Wed, 2005-07-27 at 12:29, Steve Hosgood (that's me) wrote: > The julian_date() routine is pretty much word for word the same as > Johnson's original, but it's 'static' and only used by the GST() > routine. > > The GST() routine is also word for word identical with Johnson's. It is > 'static' an

[Flightgear-devel] Property Tree Catalog

2005-07-27 Thread Jon Berndt
Well, without the benefit of SimGear as a whole, I've crafted a [probably non-optimal] property tree cataloging function for use in JSBSim. Thought you might like to see it: //%% struct PropertyCatalogStructure { stri

Re: [Flightgear-devel] Debian Installation

2005-07-27 Thread flight . safety
LeeE I am trying to install plib and I got errors, it seems to be "Mesa" that is not installed. cd plib-1.8.4/ ./configure . . . checking for IceConnectionNumber in -lICE... no checking for pthread_create in -lpthread... no checking for glNewList in -lGL... no checking for glNewList in -lMesa

Re: [Flightgear-devel] Overhauling the networking code(was:Multiplayer crashes with unknown aircrafts, any solution?)

2005-07-27 Thread Andy Ross
Oliver Schroeder wrote: > Apperantly gcc under cygwin uses a different alignment for structs > than gcc under linux (I don't know which gcc version is used under > cygwin). At home I use gcc 3.3.6, and it reports: Yet another reason why blasting raw structures out an I/O channel (especially a net

Re: [Flightgear-devel] Debian Installation

2005-07-27 Thread Gerard Robin
Le mercredi 27 juillet 2005 à 11:58 -0300, [EMAIL PROTECTED] a écrit : > LeeE > > I am trying to install plib and I got errors, it seems to be "Mesa" that is > not > installed. > > > > cd plib-1.8.4/ > ../configure > > .. > .. > .. > checking for IceConnectionNumber in -lICE... no > checking

Re: [Flightgear-devel] Debian Installation

2005-07-27 Thread John Wojnaroski
Did you use the install utility to update/upgrade your Debian packages? Which version are you using? Stable->woody or Testing->Sarge? In either case you need the glut3g-dev or freeglut-dev packages installed to get the header and library files. Look in /usr/include/GL for the GL headers. If miss

Re: [Flightgear-devel] jsbsim won't start with w110n40 or w110n30airports

2005-07-27 Thread Arnt Karlsen
On Wed, 27 Jul 2005 14:18:34 +0200, Gerard wrote in message <[EMAIL PROTECTED]>: > I did NOT ask for deleting that piece of code which is rather good > (and could be improved), > i only ask for to remove the new AGL test >^^ > which delete the UNDERCARIA

Re: [Flightgear-devel] jsbsim won't start with w110n40 or w110n30airports

2005-07-27 Thread Gerard Robin
Le mercredi 27 juillet 2005 à 23:15 +0200, Arnt Karlsen a écrit : > On Wed, 27 Jul 2005 14:18:34 +0200, Gerard wrote in message > <[EMAIL PROTECTED]>: > > > I did NOT ask for deleting that piece of code which is rather good > > (and could be improved), > > i only ask for to remove the new AGL te

[Flightgear-devel] RSA meeting 2005; Was: Model submission [...]

2005-07-27 Thread Martin Spott
The topic stems from a private EMail conversation On Fri, Apr 01, 2005 at 02:19:43PM +0200, Martin Spott wrote: > On Fri, Apr 01, 2005 at 02:09:15PM +0200, Frederic Bouvier wrote: > > Quoting Martin Spott : > > > > > P.S.: The next RSA meeting in July (every third weekend in July) takes > >

[Flightgear-devel] VOIP radio (was: feature request...)

2005-07-27 Thread Paul Kahler
There's also GnomeMeeting which uses H.323 (I think via an external library). The biggest problems I see are doing multicasting and automatic hook-up with people "flying" in the same area. Oh, and making sure the I/O is done using a cross-platform library. Ideally I suppose this should be done as a

[Flightgear-devel] fluxgate compass

2005-07-27 Thread Josh Babcock
I am making a flux gate compass instrument that is gyro stabilized. Is there a property that reflects heading with magnetic declination but does not read incorrectly in a dive or bank? Josh ___ Flightgear-devel mailing list Flightgear-devel@flightgear.o