Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-20 Thread Harry Campigli
Fred, Ok I cant figure it, I had quite a few goes at compiling it yesterday and deleted them all as I went. but the one in question most likely was an old version. Somethings got mixed up along the way. So totally disregarding yesterday, today starting fresh I have tried 2 wiki download links

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-20 Thread Csaba Halász
On Sun, Feb 20, 2011 at 11:45 AM, Harry Campigli harryc...@gmail.com wrote: make[2]: Entering directory `/usr/local/src/fgrun/fgrun/po' rm -f fr.gmo : -c --statistics -o fr.gmo fr.po Do I need to install more than just fluid ? Try installing gettext package as well. The configure script

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-20 Thread Frederic Bouvier
Harry, - Harry Campigli a écrit : So totally disregarding yesterday, today starting fresh I have tried 2 wiki download links for fgrun, and the Brisca script, all return with svn 621 which seems to be 1.5.2. Could you tell me where did you found 1.5.2 ? configure.ac has 1.5.3 since

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-20 Thread Harry Campigli
Fred, Csaba Thank you both very much for the assitance. First I installed gettext, it still failed to compile, then I added --with-fltk=/usr/lib to my configure line and it built with just one warning. that being for info : g++ -DHAVE_CONFIG_H -I. -I/usr/lib/include -I/include/

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-20 Thread Harry Campigli
Fred In the first line of the NEWS file from that I assume the version number as I did not see it to refered to elsewhere. Harry On Sun, Feb 20, 2011 at 9:33 PM, Frederic Bouvier fredfgf...@free.frwrote: Harry, - Harry Campigli a écrit : So totally disregarding yesterday, today

[Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-19 Thread Harry Campigli
I find issues with building FGrun on Ubuntu 10:10 FG and SG are both current from the git repostories FG run is v1.5.2 Make stops with: In file included from wizard.cxx:7: wizard.h:331: error: ‘string’ does not name a type make[2]: *** [wizard.o] Error 1 wizard.h line 331 is :

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-19 Thread Csaba Halász
On Sat, Feb 19, 2011 at 2:28 PM, Harry Campigli harryc...@gmail.com wrote: I find issues with building FGrun on Ubuntu 10:10  FG and SG are both current from the git repostories  FG run is v1.5.2 Make stops with: In file included from wizard.cxx:7: wizard.h:331: error: ‘string’ does not

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-19 Thread Harry Campigli
Thanks Csaba Sorry I must have been in error copying line 331 to the post incorrectly. Any how : Puttting adding namespace std; in the wizard.h file as I saw someone suggest for fgrun elsewhere works around the problem. Harry On Sat, Feb 19, 2011 at 10:49 PM, Csaba Halász

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-19 Thread Frederic Bouvier
It doesn't make sense to me because neither line 331, nor the line you cited has string in them. Moreover, line 13 of wizard.h reads using std::string; Are you sure your sources of fgrun are current and you don't have an old wizard.h elsewhere ? Regards, -Fred - Harry Campigli a

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-19 Thread Csaba Halász
On Sat, Feb 19, 2011 at 10:44 PM, Frederic Bouvier fredfgf...@free.fr wrote: Moreover, line 13 of wizard.h reads using std::string; Which, incidentally, is not something you like to see in header files. But I guess we can live with that in FGRun. -- Csaba/Jester