Re: [Flightgear-devel] aircraft search

2010-07-24 Thread Lance Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


We're good here. No problem loading the aircraft on XFS.

Thanks for your work James and Alex!

Cheers,
lance


On 10-07-24 03:32 AM, James Turner wrote:
 I've just pushed an equivalent patch to Gitorious, as always, please
let me know if anyone discovers problems. If anyone can easily run
Cygwin or a non-Linux, non-Mac Unix (FreeBSD being the obvious example),
it would probably be good to verify the code is sane on those platforms.

 Huge thanks to Alex for his help and patience figuring this one out!

 James


 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

- -- 
Lance Levsen,
Catprint Computing
Tel:  (306) 493-2278
Cell: (306) 230-8783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxLB5sACgkQWSOc2vLaechWkQCfWRRZ9BdHe1f1Lj+ONyTfXhYw
p+YAoKbaf6SVgdMTNeHv+wmu2TQXrnHI
=5t/e
-END PGP SIGNATURE-


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] flightgear ./configure apr-1-config

2010-07-22 Thread Lance Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thank you!

On 10-07-22 12:15 PM, Hans Janssen wrote:
 Lance Levsen wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Error message:
 ./configure: line 10540: apr-1-config: command not found
 ./configure: line 10541: apr-1-config: command not found

 Comes from configure.ac:
 LIBS=`apr-1-config --link-ld`
 CPPFLAGS=-I/usr/include/subversion-1 `apr-1-config --includes`

 What is apr-1-config?

 Cheers,
 lance


  From the apr-1-config man page:
 #
 DESCRIPTION
 The apr-1-config program  is used to retrieve information about the apr
 library in the system.  It  is  typically  used  to  compile  and  link
 against the library.

 When linking with libtool, an application should do something like:

APR_LIBS=`apr-1-config --link-libtool --libs`

 or when linking directly:

APR_LIBS=`apr-1-config --link-ld --libs`
 #

 apr-1-config is part of the apr-util package.
 Do you have apr-util installed ?

 Hans


 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

- -- 
Lance Levsen,
Catprint Computing
Tel:  (306) 493-2278
Cell: (306) 230-8783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxIm8gACgkQWSOc2vLaecij0ACfRN1tCjWeJHemdiPt3E1smaS6
u7gAoIKyRJUhAa5ZuiCeptIXdxGTY5sF
=4ODL
-END PGP SIGNATURE-


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] aircraft search

2010-07-19 Thread Lance Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am not sure if this is my issue or not, but I appear to be having
troubles since this push.

I pulled a fresh simgear and flightgear from gitorious this morning,
compiled and installed. I verified that this simgear was the only one
on the system.

Result:
dante:~/Desktop/Source_Code/Flightgear/flightgear$ fgfs
Cannot find specified aircraft: c172p
Config option parsing failed ...

Environment vars:
FG_HOME=/home/lance/Desktop/Source_Code/Flightgear
FG_ROOT=/home/lance/Desktop/Source_Code/Flightgear/fgdata
FG_SCENERY=/home/lance/.fgfs/Scenery:/home/lance/Desktop/Source_Code/Flightgear/Scenery/

The c172p directory (and all others) are in ${FG_ROOT}/Aircraft/

It doesn't matter what options I use to fgfs, it dies in exactly the
same way every time.

Cheers,
lance

On 17/07/10 07:46 AM, James Turner wrote:
 I've pushed some changes to the aircraft search code, including the
--show-aircraft option. We're no longer using PLIB ulDir to traverse
directory structures (a couple more steps on the road to kill off PLIB),
and aircraft searching is a unified code path - previously the actual
--aircraft option and --show-aircraft used unrelated code paths.

 You will need an up-to-date SimGear (which includes the new
simgear::Dir helper), and please let me know if you see any problems
with aircraft -set loading; they're going to be apparent very quickly,
since locating the -set.xml file happens really early in the startup
process.

 James



 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

- -- 
Lance Levsen,
Catprint Computing
Tel:  (306) 493-2278
Cell: (306) 230-8783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxEjfYACgkQWSOc2vLaechHnQCfVEIEdIepjFSAWWTq4BdAFVjF
t6gAoNp9OJYunUSKaIOTKDRPWXSo75cj
=W9OL
-END PGP SIGNATURE-


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] aircraft search

2010-07-19 Thread Lance Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Same, same. Sorry. :) I have a .fgfsrc which sets the b1900d as
default. However, I also specified it on the cmdline.

dante:~$ fgfs --show-aircraft
Cannot find specified aircraft: b1900d
Config option parsing failed ...

dante:~$ fgfs --aircraft=b1900d
Cannot find specified aircraft: b1900d
Config option parsing failed ...

dante:~$ fgfs --aircraft=777-200ER
Cannot find specified aircraft: 777-200ER
Config option parsing failed ...

dante:~$ fgfs --help
Cannot find specified aircraft: b1900d
Config option parsing failed ...

All options command line options fail in the same way. (That's a
little worrying actually.)

Cheers,
lance

On 19/07/10 01:55 PM, James Turner wrote:

 On 19 Jul 2010, at 18:40, Lance Levsen wrote:

 Result:
 dante:~/Desktop/Source_Code/Flightgear/flightgear$ fgfs
 Cannot find specified aircraft: c172p
 Config option parsing failed ...

 Environment vars:
 FG_HOME=/home/lance/Desktop/Source_Code/Flightgear
 FG_ROOT=/home/lance/Desktop/Source_Code/Flightgear/fgdata

FG_SCENERY=/home/lance/.fgfs/Scenery:/home/lance/Desktop/Source_Code/Flightgear/Scenery/

 The c172p directory (and all others) are in ${FG_ROOT}/Aircraft/

 It doesn't matter what options I use to fgfs, it dies in exactly the
 same way every time.

 Does it work if you specify --aircraft=c172p explicitly?

 how about other aircraft?

 what does --show-aircraft list?

 I wonder if I have a bug picking up the default value

 James


 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

- -- 
Lance Levsen,
Catprint Computing
Tel:  (306) 493-2278
Cell: (306) 230-8783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxEr8YACgkQWSOc2vLaecj5JwCeKGttEqjjmk4x/OeD7W8rNBCP
Q8oAoNrpRWAi1JijXx6Cq5UqXmkpl0/8
=y2jz
-END PGP SIGNATURE-


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel