RE: [Flightgear-users] SimGear-0.3.8 Compilation Errors

2005-06-10 Thread Frederic Bouvier
Selon Giles Robertson [EMAIL PROTECTED]:

  please see the following link for the errors...
 
 http://mail.flightgear.org/pipermail/flightgear-users/attachments/200506
 09/2ff42b56/SimGear_2.gif

 It's much easier for us to attempt diagnose if we can see the full error
 log. If you type:

  make  log.txt

 at the Cygwin command prompt, and then copy the last section of that
 file (log.txt) into your email (from the last line beginning gcc
 downwards), we can see how the compiler is being called, and where the
 errors start. (Once a compiler hits an error, further errors may be a
 knock-on from it not functioning properly previously, so it's often the
 first error which is most relevant to solving the problem)

Try to include the error stream also :

  make  log.txt 21

-Fred

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


[Flightgear-users] SimGear-0.3.8 Compilation Errors

2005-06-10 Thread zied bennour
 Try to include the error stream also :  make  log.txt 21-Fred this is all the log file of the "make" command under cygwin: Making all in src-libsmake[1]: Entering directory `/usr/local/source/simgear-0.3.8/src-libs'make[1]: Nothing to be done for `all'.make[1]: Leaving directory `/usr/local/source/simgear-0.3.8/src-libs'Making all in simgearmake[1]: Entering directory `/usr/local/source/simgear-0.3.8/simgear'make  all-recursivemake[2]: Entering directory `/usr/local/source/simgear-0.3.8/simgear'Making all in xmlmake[3]: Entering directory `/usr/local/source/simgear-0.3.8/simgear/xml'make[3]: Nothing to be done for `all'.make[3]: Leaving 
directory `/usr/local/source/simgear-0.3.8/simgear/xml'Making all in debugmake[3]: Entering directory `/usr/local/source/simgear-0.3.8/simgear/debug'make[3]: Nothing to be done for `all'.make[3]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear/debug'Making all in miscmake[3]: Entering directory `/usr/local/source/simgear-0.3.8/simgear/misc'make[3]: Nothing to be done for `all'.make[3]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear/misc'Making all in structuremake[3]: Entering directory `/usr/local/source/simgear-0.3.8/simgear/structure'make[3]: Nothing to be done for `all'.make[3]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear/structure'Making all in bucketmake[3]: Entering directory `/usr/local/source/simgear-0.3.8/simgear/bucket'make[3]: Nothing to be done for `all'.make[3]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear/bucket'Making all in 
ephemerismake[3]: Entering directory `/usr/local/source/simgear-0.3.8/simgear/ephemeris'if g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../..  -I/usr/X11R6/include  -g -O2 -D_REENTRANT -MT ephemeris.o -MD -MP -MF ".deps/ephemeris.Tpo" -c -o ephemeris.o ephemeris.cxx; \then mv -f ".deps/ephemeris.Tpo" ".deps/ephemeris.Po"; else rm -f ".deps/ephemeris.Tpo"; exit 1; fiIn file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/vector:72, from ../../simgear/math/sg_types.hxx:40, from ../../simgear/misc/sg_path.hxx:36, from ../../simgear/ephemeris/stardata.hxx:31, from ephemeris.hxx:45, from ephemeris.cxx:28:/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_bvector.h: In member function `void std::vectorbool, _Alloc::_M_insert_range(std::_Bit_iterator, _ForwardIterator, _ForwardIterator, 
std::forward_iterator_tag)':/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_bvector.h:522: error: expected unqualified-id before '(' token/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_bvector.h: In member function `void std::vectorbool, _Alloc::_M_fill_insert(std::_Bit_iterator, size_t, bool)':/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_bvector.h:823: error: expected unqualified-id before '(' tokenIn file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/vector:75, from ../../simgear/math/sg_types.hxx:40, from ../../simgear/misc/sg_path.hxx:36, from ../../simgear/ephemeris/stardata.hxx:31, from ephemeris.hxx:45, from ephemeris.cxx:28:/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc: In member function `void std::vector_Tp, _Alloc::_M_fill_insert(__gnu_cxx::__normal_iteratortypename 
_Alloc::pointer, std::vector_Tp, _Alloc , size_t, const _Tp)':/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc:307: error: expected unqualified-id before '(' token/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc: In member function `void std::vector_Tp, _Alloc::_M_range_insert(__gnu_cxx::__normal_iteratortypename _Alloc::pointer, std::vector_Tp, _Alloc , _ForwardIterator, _ForwardIterator, std::forward_iterator_tag)':/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc:384: error: expected unqualified-id before '(' tokenmake[3]: *** [ephemeris.o] Error 1make[3]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear/ephemeris'make[2]: *** [all-recursive] Error 1make[2]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear'make[1]: *** [all] Error 2make[1]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear'make: *** [all-recursive] Error 
1thanks. Zied,Join Excite! - http://www.excite.comThe most personalized portal on the Web!
___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

[Flightgear-users] Altitude/Height above ground

2005-06-10 Thread Anthony Steer



Could anybodytell mehow to obtain the 
height above ground level for your aircraft's 
current geographic position, i.e. what the height of the CG is when flying into 
Heathrow? I need access to the 'raw' numerical information in metres or feet 
etc.

Thanks

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

Re: [Flightgear-users] SimGear-0.3.8 Compilation Errors

2005-06-10 Thread Frederic Bouvier

Could you post the result of this command :

g++ -v

-Fred



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


[Flightgear-users] SimGear-0.3.8 Compilation Errors

2005-06-10 Thread zied bennour
 
Could you post the result of this command :g++ -v-Fred this is the result of g++ -v command. ZiedJoin Excite! - http://www.excite.comThe most personalized portal on the Web!
attachment: g++.GIF___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d