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

2005-06-11 Thread Frederic Bouvier

Could you try that command

g++ -v  log.txt

and post the content of log.txt

These GIF screenshots are very annoying. Please use text only emails.

-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-11 Thread zied bennour
 Could you try that commandg++ -v  log.txtand post the content of log.txtThese GIF screenshots are very annoying. Please use text only emails.-Fred
I tried   g++ -v  log.txt   but it creates an empty file.
so I wrote all the message output, that is the following:
---
$ g++ -vReading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specsConfigured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug : reconfigured Thread model: posixgcc version 3.4.4 cygming special gdc 0.12, using dmd 0.125
ZiedJoin 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

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

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

[Flightgear-users] SimGear-0.3.8 Compilation Errors

2005-06-09 Thread zied bennour
 
There is a conflict between Win32 opengl and X11 opengl. Under cygwin, you must uninstall all X11 modules first.-Fred I am compiling simgear-0.3.8, I had errors concerning x11, so I removed the x11 modules.but now I have some other errors that I cannot understand. please see the enclosed image for the errors...  Note: after downloading singear I didn't find the Metakit module so I didn't install it, but I read somewhere that flightgear doesn'tneed it anymore.  Thanks,ZiedJoin Excite! - http://www.excite.comThe most personalized portal on the Web!
attachment: SimGear_2.GIF___
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-09 Thread zied bennour
  There is a conflict between Win32 opengl and X11 opengl. Under cygwin, you must uninstall all X11 modules first.-Fred(in my las email my text didn't appear! :()I am compiling simgear-0.3.8, I had errors concerning x11, so I removed the x11 modules.but now I have some other errors that I cannot understand. please see the following link for the errors...http://mail.flightgear.org/pipermail/flightgear-users/attachments/20050609/2ff42b56/SimGear_2.gif   Note: after downloading singear I didn't find the Metakit module so I didn't install it, but I read somewhere that flightgear doesn'tneed it anymore. 
Thanks,ZiedJoin 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] SimGear-0.3.8 Compilation Errors

2005-06-09 Thread zied bennour
  please see the following link for the errors... http://mail.flightgear.org/pipermail/flightgear-users/attachments/20050609/2ff42b56/SimGear_2.gifIt's much easier for us to attempt diagnose if we can see the full errorlog. If you type:  make  log.txtat the Cygwin command prompt, and then copy the last section of thatfile (log.txt) into your email (from the last line beginning "gcc"downwards), we can see how the compiler is being called, and where theerrors start. (Once a compiler hits an error, further errors may be aknock-on from it not functioning properly previously, so it's often thefirst 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/localDebug messages: yesAutomake version: automake (GNU automake) 1.9.5Without JPEG Factory supportThreads: pthread lib found.---
Then this is the entire log file when executing the command "make" (presenting the errors):
-
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; fimake[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
 
 
 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

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

2005-06-08 Thread Frederic Bouvier
Selon Arnt Karlsen :

 On Tue, 07 Jun 2005 21:31:14 +0200, Frederic wrote in message
 [EMAIL PROTECTED]:

  zied bennour a écrit :
 
   There is a conflict between Win32 opengl and X11 opengl. Under
   cygwin, you must uninstall all X11 modules first.
   
   -Fred
  
   Thanks Fred. Please can you tell me how can I uninstall X11 modules
   under Cygwin...I'm really not familiar with this.
  
 
  Restart the cygwin installer, locate the X11 modules ( those with
  names  beginning with XFree86 or xorg ) and click on the version
  number until  it shows 'Uninstall'.
  Then click on Next and proceed just like on this screenshot :
  http://frbouvi.free.fr/flightsim/cygwin.jpg

 ..???  We no longer need plib???

In the cygwin case, we need plib for win32, not plib for X11.

-Fred

___
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-07 Thread zied bennour
  Hello, I just discoved FlightGear few days ago. I download it and start to compile it (using Cygwin) as indicated in  paragraph 2.4 of the web page  http://www.flightgear.org/Docs/InstallGuide/getstartch2.html#x6-12. First, I began with downloading SimGear-0.3.8 and then compiling it.  With the comand "./configure" I had an error indicating that "openal  library is not installed". I fixed this problem and then tried to execute the command "make".  Unfortunately this command generated many errors that I cannot understand. please see the print screen of these errors at  http://mail.flightgear.org/pipermail/flightgear-users/attachments/20050606/669f8dfd/SimGear_errors.gif Please can you help me with this. Greetings. ZiedThere is a conflict between Win32 opengl and X11 opengl. Under cygwin, you must uninstall all X11 modules first.-Fred
Thanks Fred. Please can you tell me how can I uninstall X11 modules under Cygwin...I'm really not familiar with this.
 
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

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

2005-06-07 Thread Frederic Bouvier

zied bennour a écrit :


There is a conflict between Win32 opengl and X11 opengl. Under cygwin,
you must uninstall all X11 modules first.

-Fred

Thanks Fred. Please can you tell me how can I uninstall X11 modules 
under Cygwin...I'm really not familiar with this.




Restart the cygwin installer, locate the X11 modules ( those with names 
beginning with XFree86 or xorg ) and click on the version number until 
it shows 'Uninstall'.

Then click on Next and proceed just like on this screenshot :
http://frbouvi.free.fr/flightsim/cygwin.jpg

-Fred




___
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-07 Thread Arnt Karlsen
On Tue, 07 Jun 2005 21:31:14 +0200, Frederic wrote in message 
[EMAIL PROTECTED]:

 zied bennour a crit :
 
  There is a conflict between Win32 opengl and X11 opengl. Under
  cygwin, you must uninstall all X11 modules first.
  
  -Fred
 
  Thanks Fred. Please can you tell me how can I uninstall X11 modules 
  under Cygwin...I'm really not familiar with this.
 
 
 Restart the cygwin installer, locate the X11 modules ( those with
 names  beginning with XFree86 or xorg ) and click on the version
 number until  it shows 'Uninstall'.
 Then click on Next and proceed just like on this screenshot :
 http://frbouvi.free.fr/flightsim/cygwin.jpg

..???  We no longer need plib???

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;o)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



___
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-06 Thread zied bennour
  
Hello,I just discoved FlightGear few days ago.I download it and start to compile it (using Cygwin) as indicated in paragraph 2.4 of the web page http://www.flightgear.org/Docs/InstallGuide/getstartch2.html#x6-12.First, I began with downloading SimGear-0.3.8 and then compiling it. With the comand "./configure" I had an error indicating that "openal library is not installed".I fixed this problem and then tried to execute the command "make". Unfortunately this command generated many errors that I cannot understand.please see the print screen of these errors at http://mail.flightgear.org/pipermail/flightgear-users/attachments/20050606/669f8dfd/SimGear_errors.gifPlease can you help me with 
this.Greetings.ZiedJoin 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

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

2005-06-06 Thread Frederic Bouvier

zied bennour a écrit :


Hello,

I just discoved FlightGear few days ago.
I download it and start to compile it (using Cygwin) as indicated in 
paragraph 2.4 of the web page 
http://www.flightgear.org/Docs/InstallGuide/getstartch2.html#x6-12.


First, I began with downloading SimGear-0.3.8 and then compiling it. 
With the comand ./configure I had an error indicating that openal 
library is not installed.
I fixed this problem and then tried to execute the command make. 
Unfortunately this command generated many errors that I cannot understand.
please see the print screen of these errors at 
http://mail.flightgear.org/pipermail/flightgear-users/attachments/20050606/669f8dfd/SimGear_errors.gif


Please can you help me with this.

Greetings.
Zied



There is a conflict between Win32 opengl and X11 opengl. Under cygwin, 
you must uninstall all X11 modules first.


-Fred




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