[Flightgear-devel] Re: joysticks.xml

2003-07-09 Thread Melchior FRANZ
* WillyB -- Wednesday 09 July 2003 03:23: Anyone notice this in the joysticks.xml? !-- Microsoft devices -- joysticks.xml js-named include=Input/Joysticks/Microsoft/sidewinder-joystick.xml/ === js-named include=Input/Joysticks/Microsoft/sidewinder.xml/ 1.18 js-named

[Flightgear-devel] Recent changes lead to build error

2003-07-09 Thread Martin Spott
but even after reading the recent cvslog messages I dont' have an idea how this Error could be related. Obviously simgear/threads doesn't get built and installed. Platform is Linux/x86 with GCC-3.3, Automake-1.7.2, Autoconf-2.57; same on Solaris8/Sparc (only difference is Automake-1.7.5).

[Flightgear-devel] Re: [Simgear-cvslogs] CVS: SimGear configure.ac,1.35,1.36

2003-07-09 Thread Martin Spott
Erik Hofman [EMAIL PROTECTED] wrote: Update of /var/cvs/SimGear-0.3/SimGear In directory baron:/tmp/cvs-serv13077 Modified Files: configure.ac Log Message: Back out a patch that never went in CVS ... This does not serve as a complete fix: quickstep: 16:54:30 /usr/local/src/SimGear

Re: [Flightgear-devel] Re: joysticks.xml

2003-07-09 Thread WillyB
On Tuesday 08 July 2003 22:54, Melchior FRANZ wrote: * WillyB -- Wednesday 09 July 2003 03:23: Anyone notice this in the joysticks.xml? !-- Microsoft devices -- joysticks.xml js-named include=Input/Joysticks/Microsoft/sidewinder-joystick.xml/ === js-named

[Flightgear-devel] libxnet for FlightGear

2003-07-09 Thread Martin Spott
Hello Erik, you were very successfull in adding the necessary bits to link the SimGear stuff against libxnet. Adding '-lxnet' to $LIBS is also required in FlightGear src/Main/Makefile and utils/TerraSync/Makefile. Would you be so kind to make the necessary additions here ? Martin. -- Unix _IS_

[Flightgear-devel] [PATCH][RFC] src/Main/view{er,mgr}.[ch]xx: roll pitch in chaseview

2003-07-09 Thread Melchior FRANZ
The current chase view respects heading but ignores roll pitch. And it follows heading without delay, which makes the viewer behave quite strange. This change makes the chase view feel more natural. You aren't fixed behind the plane, but follow all its movements with a delay. Compare reaction to

[Flightgear-devel] Re: [PATCH][RFC] src/Main/view{er,mgr}.[ch]xx: roll pitch inchase view

2003-07-09 Thread Melchior FRANZ
* Melchior FRANZ -- Wednesday 09 July 2003 20:02: The attached [...] Oops. The patch to main.cxx sneaked in. It has nothing to do with the viewer patch, but is part of my special edition. ;-) And then, sorry for the big message. I should have put the patches on my homepage and sent a link.

Re: [Flightgear-devel] libxnet for FlightGear

2003-07-09 Thread Erik Hofman
Martin Spott wrote: Hello Erik, you were very successfull in adding the necessary bits to link the SimGear stuff against libxnet. Adding '-lxnet' to $LIBS is also required in FlightGear src/Main/Makefile and utils/TerraSync/Makefile. Would you be so kind to make the necessary additions here ? No

Re: [Flightgear-devel] [PATCH][RFC] src/Main/view{er,mgr}.[ch]xx:roll pitch in chase view

2003-07-09 Thread Jim Wilson
Melchior FRANZ [EMAIL PROTECTED] said: The current chase view respects heading but ignores roll pitch. And it follows heading without delay, which makes the viewer behave quite strange. This change makes the chase view feel more natural. You aren't fixed behind the plane, but follow all its

Re: [Flightgear-devel] segfault on exit

2003-07-09 Thread Frederic Bouvier
I wrote : Erik Hofman wrote: Curtis L. Olson wrote: I'm getting a seg fault on exit these days somewhere in ~SGTexture. I haven't investigated further than that ... anyone have any ideas? I am not seeing this. Could it be the result of a stale object file? I am seeing the same

Re: [Flightgear-devel] libxnet for FlightGear

2003-07-09 Thread Martin Spott
Erik Hofman [EMAIL PROTECTED] wrote: Martin Spott wrote: you were very successfull in adding the necessary bits to link the SimGear stuff against libxnet. Adding '-lxnet' to $LIBS is also required in FlightGear src/Main/Makefile and utils/TerraSync/Makefile. Would you be so kind to make the

Re: [Flightgear-devel] libxnet for FlightGear

2003-07-09 Thread Curtis L. Olson
Martin Spott writes: Looks much better after the latest modification. I noticed that '-lxnet' lives in $network_LIBS in FlightGear and in $LIBS in Simgear. $network_LIBS does not exist in SimGear - is this yours or Curt's intention ? There have been a lot of changes to the configure scripts