Re: [Flightgear-devel] Configure errors

2005-02-07 Thread Erik Hofman
John Wojnaroski wrote: Hi, boy, this is my day for weird errors.. Finished installing gcc-3.4.3 and downloaded latest CVS versions of SimGear, plib-1.8.4, and FlightGear Built and installed plib; no problems, but simgear configure reports wrong version when checking for plib-1.8.4 Maybe it's time

Re: [Flightgear-devel] STL help requested

2005-02-07 Thread Gerhard Wesp
On Fri, Feb 04, 2005 at 11:37:54PM +0100, Erik Hofman wrote: You could use qsort to sort the map just prior to using it: No you cannot, neither is this necessary. std::map is always maintained in sorted order. For this it uses the comparision function std::less or the one given in the template

[Flightgear-devel] Mac joysticks

2005-02-07 Thread James Turner
I finally managed to get my FlightGear behaving itself last week - there are a few issues I want to investigate before I bring them up here, but one affected me almost immediately - the input code as it stands right now means Mac joysticks tend not to be recognised. There are two issues: firstly,

Re: [Flightgear-devel] STL help requested

2005-02-07 Thread Gerhard Wesp
bool operator()( const string x, const string y) const { return your ordering; } Where your ordering can be written as std::lexicographical_compare ( x.begin() , x.end() , y.begin() , y.end() , ICAOcode_char_lt() ) where ICAOcode_char_lt implements the ``less than'' relation

Re: [Flightgear-devel] Fun with the FAA DOF.

2005-02-07 Thread David Luff
On 31/01/2005 at 17:19 Chris Metzler wrote: With building positions and heights from the FAA Digital Obstruction File, and a few new buriable (thus, height-adjustable) models, here's an approach into La Guardia Rwy 04, starting over Staten Island.

[Flightgear-devel] Qt 4 will be GPLed for all supported systems

2005-02-07 Thread Christian Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've just read at the Heise Newsticker, that Trolltech is planning to release the next version of Qt for all systems (including M$ Windows) under it's dual license. = We can start to use it!! :) The attached text (including the reasons their

[Flightgear-devel] Flightgear to demo 747 at Scale 3x.

2005-02-07 Thread Dave Martin
Just found this at http://www.linuxgames.com Although the news story appears broken / mislinked, it states that someone will be demoing a full-scale 747 cockpit driven by FlightGear at Scale 3x this coming weekend. Any idea who's hardware / project it is? Dave Martin

Re: [Flightgear-devel] Flightgear to demo 747 at Scale 3x.

2005-02-07 Thread Erik Hofman
Dave Martin wrote: Just found this at http://www.linuxgames.com Although the news story appears broken / mislinked, it states that someone will be demoing a full-scale 747 cockpit driven by FlightGear at Scale 3x this coming weekend. Any idea who's hardware / project it is? It's the topmost

Re: [Flightgear-devel] Flightgear to demo 747 at Scale 3x.

2005-02-07 Thread Dave Martin
On Monday 07 Feb 2005 20:18, Erik Hofman wrote: Dave Martin wrote: Just found this at http://www.linuxgames.com Although the news story appears broken / mislinked, it states that someone will be demoing a full-scale 747 cockpit driven by FlightGear at Scale 3x this coming weekend.

Re: [Flightgear-devel] STL help requested

2005-02-07 Thread David Luff
Christian Mayer writes: The C++ Programming language 3rd ed. tells me: Basically you've got 2 options: 1 - create a class with the operator class IACOcode { string the_code; } bool operator( const IACOcode a, const IACOcode b ) { return your ordering; } mapIACOcode, ARP*

Re: [Flightgear-devel] Flightgear to demo 747 at Scale 3x.

2005-02-07 Thread Curtis L. Olson
Dave Martin wrote: Just found this at http://www.linuxgames.com Although the news story appears broken / mislinked, it states that someone will be demoing a full-scale 747 cockpit driven by FlightGear at Scale 3x this coming weekend. Any idea who's hardware / project it is? Yes, John

Re: [Flightgear-devel] Flightgear to demo 747 at Scale 3x.

2005-02-07 Thread Ampere K. Hardraade
Please take some pictures and videos of the Expo. Ampere ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d

Re: [Flightgear-devel] Flightgear to demo 747 at Scale 3x.

2005-02-07 Thread Dave Martin
On Monday 07 Feb 2005 23:40, Curtis L. Olson wrote: Finally, there is a little bit larger description of the project with a few pictures here: http://www.flightgear.org/Projects/747-JW/ I hope to have a few more pictures and info after the event is finished. John will be the first to