Re: [Flightgear-devel] atlas binary

2002-07-10 Thread Olivier Grisel

On Wed, 10 Jul 2002, Jim Wilson wrote:

 Got my new machine pretty much the way I want it...but rebuilding atlas is one
 of those little things that are left.   It looks like there's some issues with
 Atlas and simgear that haven't been fixed in CVS yet (well as far as I've
 looked).  Anyone have a working Atlas binary that will probably go under rh7
 for a fix it and re-compile weary linux abuser?

If other people are interested in : its about 200 kB :

http://champi.freezope.org/FlightGear/Atlas-bin.tar.bz2

Builded one month ago, on a RH7.2.
I used fg's autogen.sh to build it as mentionned in Atlas
mailing list.

Best
-- 
Champi (03)  Olivier Grisel
***   Paix, Amour, Liberté et Fleurs.   ***


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] atlas binary

2002-07-10 Thread Olivier Grisel


I also needed to do :

'mv acsite.m4  acinclude.m4'

as mentionned on the post :
http://www.geocrawler.com/archives/3/8316/2002/5/0/8733592/

Hope this can help.

Best
-- 
Champi (03)  Olivier Grisel
***   Paix, Amour, Liberté et Fleurs.   ***


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



RE: [Flightgear-devel] Hello and brief introduction :-).

2002-07-10 Thread Olivier Grisel


 The stuff might be in suse, but
 apparently not in M8.2 :-(.

Off course they are :

su
urpmi mesa
urpmi glx

That should find the list of rpms needed to build fg.
(you can try rpmdrake if you prefer a graphical tool that do the
same).

Best

-- 
Champi (03)  Olivier Grisel
***   Paix, Amour, Liberté et Fleurs.   ***


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] Java client library

2002-06-08 Thread Olivier Grisel


It don't like SWING !  It don't like SWING !
:)

For Windows users py2exe exists and transorf a wxPython
app into a dummy-windows-user friendly .exe file.
(but have never tested it since I don't have win)

Irix doesn't support motif or gtk ?

Some (too early) screen shots

http://champi.freezope.org/FlightGear/Oz/Oz-shot-1.png
http://champi.freezope.org/FlightGear/Oz/Oz-shot-2.png
http://champi.freezope.org/FlightGear/Oz/Oz-shot-3.png

and for curious people

http://champi.freezope.org/FlightGear/Oz/Oz.tar.bz2


-- 
Champi (03)  Olivier Grisel
***   Paix, Amour, Liberté et Fleurs.   ***


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] Where is the time ?

2002-06-08 Thread Olivier Grisel


I can't see the date / time in the property tree.
Can we act on it only with the command line options ?

Thanks


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] Comments on FGFS review summary

2002-06-06 Thread Olivier Grisel

On Sat, 01 Jun 2002 14:24:45 -0700
Alex Perry [EMAIL PROTECTED] wrote:


 Meanwhile, it would be a nice upgrade to have a menu item that brings
 up a dialog which contains _every_ command line parameter that is not
 otherwise represented in the existing set of run-time accessible menu items.
 The exit buttons are accept and restart or cancel; if the former is
 selected, the existing command line is extended with the chosen options
 and then the application exec()s itself so that they take effect.
 
 Over time, as those features become run-time configurable, the dialog will
 shrink.  I seriously doubt whether it will ever become empty, so I think
 the dialog will be a long term capability (especially on the CVS tree).
 

Actually, I'm working on such a GUI. (I need it for my personnal use of
FlightGear). It's a python set of scripts which use wxPython (wxWindows wrap) and
pyxml to SAX-interact with the preferences.xml file. It should help to choose
your aircraft (with a nice photo), your airport (by re processing the default.apt)
and with a screenshot too (if available), your environment conditions : time, weather,
..., the ability to launch Atlas at the same time on the right port, and some 
additional stuff. At the moment it is only experimentation, but as soon as I have
a working script, I put it under GPL, put it online and give a link to try it.

All the best,

Olivier

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] waypoints and property tree

2002-05-29 Thread Olivier Grisel

Hi,

As Cameron suggested me I expose here my 'problem', previously exposed
on the user ML :
http://seneca.me.umn.edu/pipermail/flightgear-users/2002-May/001078.html
(And previous in the thread))

Summary :
I'working on FG to add an Instrument on the panel to give the pilot
the possibility to select waypoints among an xml-file defined list
of waypoints (lat + long and not airports). The instruments should compute
the heading and the distance to the selected wp, and mark it as done  in
the list when the plane reaches it. I know that the current FGFS allows
the pilots to define wp but :
- I don't want the autopilot to automatically start when we select a wp.
- current wp are not defined in the props tree so I can't use them with my
future panel instrument
- these wp can only be airports which is too restrictive for the missions
I want to plan.

Thus I'm currently writing some python script to implements such
facilities from an external processus through the telnet interface in
order to define wp coords and add them in the props tree and furthermore
to dynamically compute the heading an the distance. So I can solve my
problems, even it is very stylee :)

But I think that wp list should be defined in the property tree,
and if you do so, it would be nice of you  to announce it as soon
as it is  implemented so I don't do the same in my scripts for
nothing.

Thanks for all,


Olivier


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel