Re: [Flightgear-users] 1900D Progress

2005-09-13 Thread Erik Hofman

T J wrote:

How is the 1900D? Is the update posted yet?


It's in CVS, yes.

Erik

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-users] Flight Gear 0.9.8: newbie installation on GNU/Linux

2005-09-13 Thread wwp
Hello list,


I'm a Flight Gear newbie, and installed the 0.9.8 version from the sources on
my FC3 GNU/Linux box, following the online documentation at
http://www.flightgear.org/Docs/InstallGuide/getstart.html#QQ2-6-10.

Obviously, my installation must not be perfect since I am not able to 
start fgfs :-).

I've installed using ./configure --prefix=/usr/local/FlightGear and got the
following directories installed as expected:

/usr/local/FlightGear/bin
/usr/local/FlightGear/man
/usr/local/FlightGear/sbin

Then, being in /usr/local/FlightGear, unpacked the base tarball as
indicated in the online doc, and got a data/ dir in /usr/local/FlightGear.
The doc seems wrong or I did miss something 'cause fgfs won't find the
expected version:

Base package check failed ... Found version [none]
at: /usr/local/FlightGear/share/FlightGear Please upgrade to version: 0.9.8

I moved and renamed the data dir to /usr/local/share/FlightGear and now
face:

Unable to open aircraft directory.


So what is the right place for this data directory? What did I do wrong?


Regards,

--
wwp


___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] Flight Gear 0.9.8: newbie installation on GNU/Linux

2005-09-13 Thread wwp
Hello again,


On Tue, 13 Sep 2005 12:22:48 +0200 wwp [EMAIL PROTECTED] wrote:

 I'm a Flight Gear newbie, and installed the 0.9.8 version from the sources
 on my FC3 GNU/Linux box, following the online documentation at
 http://www.flightgear.org/Docs/InstallGuide/getstart.html#QQ2-6-10.
 
 Obviously, my installation must not be perfect since I am not able to 
 start fgfs :-).

And it's always when I send such help request that I finally found what was
wrong.. the permissions of /usr/local/FlightGear/share/FlightGear/Aircraft/dhc2/
directory were not correct, I had to chmod -R a+rX it.
This has to be done after unpacking the base tarball, unless the base tarball
is fixed.

Also, the attached patch helps the user in such situation: it shows *which*
directory cannot be opened. I've checked at the other occurrences of the
string Unable to open aircraft directory. and they don't seem to need such
change since they refer to the Aircraft/ directory itself, so if I'm not
wrong the error message it self-explicit.

Maybe some other error message should be checked and include more detail
about the error itself? I also noticed that wrong permissions to files inside
the aircraft directories are silently ignored, as well as (for instance)
any subdir in Scenery/).


Regards,

--
wwp
--- fg_init.cxx-orig	2005-09-13 12:35:50.0 +0200
+++ fg_init.cxx	2005-09-13 12:53:50.0 +0200
@@ -534,7 +534,7 @@
 ulDirEnt* dire;
 ulDir *dirp = ulOpenDir(path.str().c_str());
 if (dirp == NULL) {
-cerr  Unable to open aircraft directory:   endl;
+cerr  Unable to open directory:   path.str().c_str()  endl;
 exit(-1);
 }
 
___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

Re: [Flightgear-users] 1900D Progress

2005-09-13 Thread Curtis L. Olson

T J wrote:


How is the 1900D? Is the update posted yet?



The most recent updates have been committed to CVS.  If you don't mind a 
bit of extra email once in a while you can subscribe to the 
flightgear-cvslogs mailing list and see all the development changes as 
they are committed to the repository.


Curt.

--
Curtis Olsonhttp://www.flightgear.org/~curt
HumanFIRST Program  http://www.humanfirst.umn.edu/
FlightGear Project  http://www.flightgear.org
Unique text:2f585eeea02e2c79d7b1d8c4963bae2d


___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] 1900D Progress

2005-09-13 Thread Ampere K. Hardraade
On September 13, 2005 03:52 am, Erik Hofman wrote:
 T J wrote:
  How is the 1900D? Is the update posted yet?

 It's in CVS, yes.

 Erik

http://cvs.flightgear.org/cgi-bin/viewcvs/viewcvs.cgi/data/Aircraft/b1900d/b1900d.tar.gz?tarball=1cvsroot=FlightGear-0.9

The above link should lead you right to the tarball.

Ampere

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-users] Help with 1900D Files

2005-09-13 Thread T J
How do I get the updated files? From the Aircraft Download Page, the files 
are not updated.


_
Need more speed? Get Xtra Broadband @ 
http://jetstream.xtra.co.nz/chm/0,,202853-1000,00.html



___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d