Re: [Flightgear-devel] CVS compiling error

2005-10-20 Thread Erik Hofman
David Luff wrote: Cygwin doesn't have HUGE, so change HUGE to HUGE_VAL and -HUGE to -HUGE_VAL and I suspect this should compile. Ok, I've committed a fix. I guess that we could do something in compiler.h along the lines of #ifdef __CYGWIN__ #define HUGE HUGE_VAL #define -HUGE -HUGE_VAL

Re: [Flightgear-devel] CVS compiling error

2005-10-20 Thread Erik Hofman
David Luff wrote: Fair point. Do you know if HUGE is part of a standard anywhere that definately should be supplied by Cygwin, or is it simply available from everyone else by unwritten convention? According to the IRIX header file it would be an ANSI definition. Erik

[Flightgear-devel] Problems with 'V' (backwards view) on Mac os X

2005-10-20 Thread Ima Sudonim
[Flightgear-devel] Problems with 'V' (backwards view) on Mac os X Lee Elliott leee at spatial.freeserve.co.uk Wed Oct 19 22:00:29 CDT 2005 Previous message: [Flightgear-devel] Problems with 'V' (backwards view) on Mac os X Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On

RE: [Flightgear-devel] CVS compiling error

2005-10-20 Thread Norman Vine
Erik Hofman David Luff wrote: Fair point. Do you know if HUGE is part of a standard anywhere that definately should be supplied by Cygwin, or is it simply available from everyone else by unwritten convention? According to the IRIX header file it would be an ANSI definition. IRIX

Re: [Flightgear-devel] CVS compiling error

2005-10-20 Thread Frank Olaf
The same problem is present using MSYS/Mingw with 5min old cvs.. Georg Vollnhals wrote: David Luff schrieb: Cygwin doesn't have HUGE, so change HUGE to HUGE_VAL and -HUGE to -HUGE_VAL and I suspect this should compile. Changing HUGE to HUGE_VAL in simple.cxx solved the problem!

[Flightgear-devel] Problems with 'V' (backwards view) on Mac os X, fixed (somewhat)

2005-10-20 Thread Ima Sudonim
If I trash my preferences.xml file and go back to the default, I now get a view cycle of: cockpit view, helicopter view, chase view, tower view, tower view look from, chase view wo yaw 'v' and 'V' both work fine with the Citation-II and the default aircraft. The only difference

Re: [Flightgear-devel] Re: contacting tower

2005-10-20 Thread Frank Olaf
Melchior FRANZ wrote: * Frank Olaf -- Wednesday 19 October 2005 10:55: I don't think that is the problem. Pressing 'v' works several times, but 'V' works only once. The entries in keyboard.xml are similar.. Which interface have you compiled fgfs with? (non-free) glut, freeglut, or SDL

[Flightgear-devel] Re: Problems with 'V' (backwards view) on Mac os X, fixed (somewhat)

2005-10-20 Thread Melchior FRANZ
* Ima Sudonim -- Thursday 20 October 2005 12:54: I don't know why it makes a difference, but it does. Darn, I really liked that Chase View Above 8-( What about also increasing the number of views in the preferences file, if you add some? number-views type=int7/number-views No idea, why we

[Flightgear-devel] Re: contacting tower

2005-10-20 Thread Melchior FRANZ
* Frank Olaf -- Thursday 20 October 2005 13:03: [...] I am using the versions of SDL, pthread and such from the tarball on plausible.org/andy. Anyway, I applied your patch to today's CVS, and besides the problem with HUGE when compiling, all keys are now operating as expected, I don't

[Flightgear-devel] Bug in ATC code.

2005-10-20 Thread George Patterson
Hi All, I have noticed two annoying bugs in the ATC dialog boxes. When you press ' for the first ATC dialog labelled ATC menu is displayed. (btw, Can we change that title as it's not an accurate description, perhaps ATC communication) Anyway, if you change frequencies for another ATC tower,

[Flightgear-devel] Two problems - 1 easy and 1 hard! - in XP using MSVC7

2005-10-20 Thread Geoff Air
Hi all, Last CVS update Oct 19. 1. The Easy fix When trying --airport=LFPO, after downloading, and installing the required scenery ... FG exited with - Adding subsystem gui fgtzfile_read(): : Invalid argument Timezone reading failed in the console ... This turned out to be the usual file line

Re: [Flightgear-devel] Bug in ATC code.

2005-10-20 Thread David Luff
On 20/10/2005 at 21:40 George Patterson wrote: Hi All, I have noticed two annoying bugs in the ATC dialog boxes. When you press ' for the first ATC dialog labelled ATC menu is displayed. (btw, Can we change that title as it's not an accurate description, perhaps ATC communication) Anyway, if

[Flightgear-devel] Re: Problems with 'V' (backwards view) on Mac os X, fixed (somewhat)

2005-10-20 Thread Jim Wilson
-Original Message- snip Interestingly enough, if I add a 7th node, the new view works and so does 'V'. Overwriting one of flightgear's default views must be unacceptable to some portion of the code. snip Not true. The only possiblilty would be view 0, the cockpit view, and

Re: [Flightgear-devel] Bug in ATC code.

2005-10-20 Thread George Patterson
On Thu, 2005-10-20 at 13:49 +0100, David Luff wrote: On 20/10/2005 at 21:40 George Patterson wrote: Hi All, I have noticed two annoying bugs in the ATC dialog boxes. When you press ' for the first ATC dialog labelled ATC menu is [Snipped] Thanks George. I'll attend to those in

[Flightgear-devel] Re: Problems with 'V' (backwards view) on Mac os X, fixed (somewhat)

2005-10-20 Thread Jim Wilson
-Original Message- From: Melchior FRANZ * Ima Sudonim -- Thursday 20 October 2005 12:54: I don't know why it makes a difference, but it does. Darn, I really liked that Chase View Above 8-( What about also increasing the number of views in the preferences file, if you add

Re: [Flightgear-devel] Re: Problems with 'V' (backwards view) on Mac os X, fixed (somewhat)

2005-10-20 Thread Josh Babcock
Melchior FRANZ wrote: * Ima Sudonim -- Thursday 20 October 2005 12:54: I don't know why it makes a difference, but it does. Darn, I really liked that Chase View Above 8-( What about also increasing the number of views in the preferences file, if you add some? number-views

Re: [Flightgear-devel] PLIB version for building from CVS

2005-10-20 Thread Mike Rawlins
--- Buchanan, Stuart [EMAIL PROTECTED] wrote: Hi All, Which version of PLib is required to build the current FG CVS? v1.8.4 is the latest stable release. Unfortunately, I can't add any other useful info regarding the compile error. Mike I'm getting a build error (output below),

Re: [Flightgear-devel] Re: contacting tower

2005-10-20 Thread Frank Olaf
Melchior FRANZ wrote: * Frank Olaf -- Thursday 20 October 2005 13:03: [...] I am using the versions of SDL, pthread and such from the tarball on plausible.org/andy. Anyway, I applied your patch to today's CVS, and besides the problem with HUGE when compiling, all keys are now operating as

Re: [Flightgear-devel] Re: contacting tower

2005-10-20 Thread Olaf Flebbe
Hi, I am still unable to find the appropriate glut libraries to compile with msys. There is now a short documentation docs-mini/README.mingw in the CVS. It may give you some hints. Cheers Olaf ___ Flightgear-devel mailing list

Re: [Flightgear-devel] Two problems - 1 easy and 1 hard! - in XP using MSVC7

2005-10-20 Thread Harald JOHNSEN
Geoff Air wrote: ... This turned out to be the usual file line ending problem ... mine has the 'normal' WIN32 0x0d, 0x0a, ending, and could be solved by 'fixing' the zone.tab file, or, as I would suggest, a small 'fix' in SimGear, timezone.cxx ... Changing the line 104, in timezone.cxx - while

Re: [Flightgear-devel] Problems with 'V' (backwards view) on Mac os X

2005-10-20 Thread Andy Ross
Ima Sudonim wrote: I noticed that with latest CVS on mac os x, I can scroll thru views (forward) with 'v' as many times as I like, but that 'V' (reverse) only works 1-3 times until I reach the view that has a name ending in 'w/o yaw'. 'V' will no longer work, until I move forward in the

Re: [Flightgear-devel] Problems with 'V' (backwards view) on Mac os X, fixed

2005-10-20 Thread Andy Ross
[ Unrelated nit: who's mail client keeps breaking this thread? ] Ima Sudonim wrote: The actual problem was my error: the number-views was one less than the actual number of views. Sorry to waste bandwidth on a user error... OK, then the real symptom here is an interaction with the Nasal view

[Flightgear-devel] Re: Bug in ATC code.

2005-10-20 Thread Melchior FRANZ
* David Luff -- Thursday 20 October 2005 14:49: On 20/10/2005 at 21:40 George Patterson wrote: When you press ' for the first ATC dialog labelled ATC menu is displayed. (btw, Can we change that title as it's not an accurate description, perhaps ATC communication) Anyway, if you change

[Flightgear-devel] Re: Two problems - 1 easy and 1 hard! - in XP using MSVC7

2005-10-20 Thread Geoff Air
Thank you, Harald for your quick reply ... 1. Easy fix - line endings Glad you could confirm my CVS check out ... but the suggested code fix takes care of it, which ever line endings there are in zone.tab ;=)) 2. Hard find - ABORT Thank you for the Debug menu pointer ... I had not found MSVC

Re: [Flightgear-devel] Re: Two problems - 1 easy and 1 hard! - in XP using MSVC7

2005-10-20 Thread bfinney8
In regards to #2. Hard find - ABORT Question, which version of MSVC7 are you using? 7.0 is .net 2002, 7.1 is .net 2003 I was having a memory allocation error in one application that I was using .net 2002 (7.0) on that I could not solve. After upgrading to .net 2003 (7.1), the memory allocation