Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS:

2005-09-16 Thread Erik Hofman
Martin Spott wrote: No such message as this one ? cc-1020 cc: ERROR File = arch/irix/iris.c, Line = 415 The identifier AL_FORMAT_QUAD8_LOKI is undefined. case AL_FORMAT_QUAD8_LOKI: Ah, yes, now that you mention it. You will need to add #include AL/alext.h right after AL/al.h Erik

Re: [Flightgear-devel] Electrical system properties

2005-09-16 Thread Melchior FRANZ
On Thu, Sep 15, 2005 at 09:57:56PM -0400, Steve Knoblock wrote: In NASAL, when I write elec = getprop(/systems/electrical/volts[0]); print(elec:); print(elec); It prints nothing. If you do that at startup time, the property may not be known yet. In this case use something like INIT =

RE: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS:FlightGear configure.ac, 1.94, 1.95

2005-09-16 Thread Vivian Meazza
Erik Hofman Martin Spott wrote: Hello Erik, Erik Hofman wrote: Update of /var/cvs/FlightGear-0.9/FlightGear In directory baron:/tmp/cvs-serv29428 Modified Files: configure.ac Log Message: Prepare for OpenAL 1.1 and a separate alut lubrary. Er ... Erik are you about to break

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS:FlightGear configure.ac, 1.94, 1.95

2005-09-16 Thread Erik Hofman
Vivian Meazza wrote: Er ... Erik are you about to break Cygwin again? No, should I? Erik ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS:FlightGear configure.ac, 1.94, 1.95

2005-09-16 Thread Erik Hofman
Vivian Meazza wrote: Er ... Erik are you about to break Cygwin again? BTW, form the openal (1.1) Changelog: * More fixes for Cygwin/MinGW compilation plus some #include cleanups. The linux subtree compiles now under Linux, MinGW/MSYS and Cygwin (with and without -mno-cygwin). Erik

RE: [Flightgear-devel] Re:[Flightgear-cvslogs] CVS:FlightGear configure.ac, 1.94, 1.95

2005-09-16 Thread Vivian Meazza
Erik Hofman Vivian Meazza wrote: Er ... Erik are you about to break Cygwin again? BTW, form the openal (1.1) Changelog: * More fixes for Cygwin/MinGW compilation plus some #include cleanups. The linux subtree compiles now under Linux, MinGW/MSYS and Cygwin (with and without

RE: [Flightgear-devel] cygwin problems (was Re cvslogs etc)

2005-09-16 Thread Vivian Meazza
David Luff On 16/09/2005 at 10:34 Vivian Meazza wrote: Erik Hofman Vivian Meazza wrote: Er ... Erik are you about to break Cygwin again? BTW, form the openal (1.1) Changelog: * More fixes for Cygwin/MinGW compilation plus some #include cleanups. The linux subtree compiles

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS:

2005-09-16 Thread Martin Spott
Erik Hofman wrote: You will need to add #include AL/alext.h right after AL/al.h Yep, looks good adding to that I suggest to replace alut.h with alext.h or simply remove it in simgear/sound/sample_openal.hxx, line 50, maybe line 47 as well as alut now lives in a separate tree in the OpenAL

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS:

2005-09-16 Thread Martin Spott
Martin Spott wrote: Yep, looks good adding to that I suggest to replace alut.h with alext.h or simply remove it in simgear/sound/sample_openal.hxx, line 50, maybe line 47 as well as alut now lives in a separate tree in the OpenAL source, O.k., I see, this is the wrong approach

[Flightgear-devel] [OT] Outlook help

2005-09-16 Thread Richard Bytheway
I am about to go away for a week, and would like to setup my out-of-office thing in Outlook (corporate setting - no choice on email client). However I would like to prevent it replying to this, and other, lists that I am on. Does anyone know if this is possible, and if so how to do it?

Re: [Flightgear-devel] [OT] Outlook help

2005-09-16 Thread Andy Ross
Richard Bytheway wrote: I am about to go away for a week, and would like to setup my out-of-office thing in Outlook (corporate setting - no choice on email client). However I would like to prevent it replying to this, and other, lists that I am on. Does anyone know if this is possible, and

Re:[Flightgear-devel] Bug in moving-average filter?

2005-09-16 Thread Roy Vegard Ovesen
Lee Elliot: Hello List, I think there's a small bug in the moving-average filter in xmlauto.cxx I noticed that the output from it was always out a bit and checking with a calculator showed that it seemed to be dividing by the number of samples + 1 instead of just the number of

Re: [Flightgear-devel] Bug in moving-average filter?

2005-09-16 Thread Curtis L. Olson
Done ... Roy Vegard Ovesen wrote: Lee Elliot: Hello List, I think there's a small bug in the moving-average filter in xmlauto.cxx I noticed that the output from it was always out a bit and checking with a calculator showed that it seemed to be dividing by the number of samples + 1

Re: [Flightgear-devel] Bug in moving-average filter?

2005-09-16 Thread Lee Elliott
On Friday 16 Sep 2005 21:11, Roy Vegard Ovesen wrote: Lee Elliot: Hello List, I think there's a small bug in the moving-average filter in xmlauto.cxx I noticed that the output from it was always out a bit and checking with a calculator showed that it seemed to be dividing by the