> please see the following link for the errors...
>
>http://mail.flightgear.org/pipermail/flightgear-users/attachments/20050609/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)
>Giles Robertson
Ok, first this is the end of the log file when executing the command "./configure" :
-------------------------------------------------------------------------------
commands
Configure Summary
=================
Prefix: /usr/local
Debug messages: yes
Automake version: automake (GNU automake) 1.9.5
Without JPEG Factory support
Threads: pthread lib found.
-------------------------------------------------------------------------------
Then this is the entire log file when executing the command "make" (presenting the errors):
---------------------------------------------------------------------------------------------------------------------
Making all in src-libs
make[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 simgear
make[1]: Entering directory `/usr/local/source/simgear-0.3.8/simgear'
make all-recursive
make[2]: Entering directory `/usr/local/source/simgear-0.3.8/simgear'
Making all in xml
make[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 debug
make[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 misc
make[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 structure
make[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 bucket
make[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 ephemeris
make[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; fi
make[3]: Leaving directory
`/usr/local/source/simgear-0.3.8/simgear/ephemeris'
make[2]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear'
make[1]: Leaving directory `/usr/local/source/simgear-0.3.8/simgear'
---------------------------------------------------------------------------------------------------------------------------------------------------
it seems like the log file is not exactly what I saw on the cygwin window...
Zied