Re: [Flightgear-devel] Build problem with today's CVS update

2005-09-18 Thread Erik Hofman
Jon Stockill wrote: I'm having the same problem here. While simgear_config.h can be found in the source tree it doesn't appear to get installed. Is this a problem in the simgear makefile (and simgear_config.h *should* be installed), or a problem in lowlevel.hxx (in that it shouldn't be referenc

RE: [Flightgear-devel] Release 0.0.7 of Digitrak Autopilot

2005-09-18 Thread Jon Berndt
> To everyone who has helped, thanks. My goal is to model the behaviors > and capabilities of the Digitrak with as much accuracy is possible > given my ability and the limitations of Flight Gear. I doubt it would > be possible or desirable to model the electrical characteristics of > the sensors or

[Flightgear-devel] Release 0.0.7 of Digitrak Autopilot

2005-09-18 Thread Steve Knoblock
To everyone who has helped, thanks. My goal is to model the behaviors and capabilities of the Digitrak with as much accuracy is possible given my ability and the limitations of Flight Gear. I doubt it would be possible or desirable to model the electrical characteristics of the sensors or reverse

Re: [Flightgear-devel] Build problem with today's CVS update

2005-09-18 Thread Jon Stockill
William D. Earnest wrote: Hello, Updated my source copy this morning, including the endian patches. Several tries, including a full autogen.sh in simgear and flightgear, don't yield a full compile. Simgear compiles without error reported. Flightgear builds until it gets to the /FDM/

[Flightgear-devel] Build problem with today's CVS update

2005-09-18 Thread William D. Earnest
Hello, Updated my source copy this morning, including the endian patches. Several tries, including a full autogen.sh in simgear and flightgear, don't yield a full compile. Simgear compiles without error reported. Flightgear builds until it gets to the /FDM/ExternalNet directory. There the

Re: [Flightgear-devel] new multiplayer patch

2005-09-18 Thread Erik Hofman
Oliver Schroeder wrote: Hi list. I have prepared a new patch for multiplayer, which fixes endianess issues with multiplayer code. It's basically identical to the patch I sent before my vacation, but contains minor fixes. Multiplayer should now be working under all unix-like environments and wi

Re: [Flightgear-devel] BUG: current cvs does not compile under linux

2005-09-18 Thread Oliver Schroeder
Am Sonntag 18 September 2005 11:03 schrieb Oliver Schroeder: > > A quick fix is to use an undocumented configure option: > ./configure --without-jpeg-factory > Ok, another fix is to configure simgear: ./configure --with-jpeg-factory So, the defaults in configure should be changed. Either for simg

[Flightgear-devel] BUG: current cvs does not compile under linux

2005-09-18 Thread Oliver Schroeder
Hi list. The current cvs version of flightgear does not compile under linux. The error message is: cut g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/usr/X11R6/include -I/usr/local//include -g -O2 -D_REENTRANT -c jpg-httpd.cxx In file included fr

[Flightgear-devel] new multiplayer patch

2005-09-18 Thread Oliver Schroeder
Hi list. I have prepared a new patch for multiplayer, which fixes endianess issues with multiplayer code. It's basically identical to the patch I sent before my vacation, but contains minor fixes. Multiplayer should now be working under all unix-like environments and windows native. The basic t

Re: [Flightgear-devel] Determining range?

2005-09-18 Thread Paul Surgeon
On Saturday 17 September 2005 23:48, Mike Kopack wrote: > Hey gang, > > As part of my simulated UAV control system project, I needed to augment the > built in Autopilot system in FG with a module in my own system (which is > written in java) that takes the aircraft's current position, and a desired

Re: [Flightgear-devel] Determining range?

2005-09-18 Thread Harald JOHNSEN
Dave Culp wrote: ... how do I get the distance from my current Lat/Long to another Lat/Long? There's a function in SimGear that does this. See SimGear/simgear/math/sg_geodesy.cxx for a function called int geo_inverse_wgs_84() This may be overkill for your application. Dave Do