Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-11 Thread Kleo G .

Hello again!

 ..an i7?  Try: 'grep ht /proc/cpuinfo |wc -l ' ;o)

Yep, it gives '8' but I read that the compiler wants the physical core number, 
not the logical ones... Or?

 ..you have libsvn-dev?
I will check that, too, tomorrow...
I have svn. The configure file looks up and finds '/usr/include/subversion-1/' 
dir. It has always been finding this for terrasync and it used to build fine...

/usr/lib64/libsvn_client-1.so
/usr/lib64/libsvn_ra-1.so
/usr/lib64/libsvn_subr-1.so


I tried with '-j 1' but I got the same error:

[ 24%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'puObject* FGPUIDialog::makeObject(SGPropertyNode*, int, int)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1060:33: error: 
'class simgear::SGTerraSync' has no member named 'log'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'virtual void LogList::update()':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1527:30: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1528:51: error: 
void value not ignored as it ought to be
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'void LogList::setBuffer(simgear::BufferedLogCallback*)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1538:25: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
make[2]: *** [src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o] Error 1
make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
make: *** [all] Error 2


I also pulled today's FG Git, yet the error remains the same:

[ 36%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'puObject* FGPUIDialog::makeObject(SGPropertyNode*, int, int)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1060:33: error: 
'class simgear::SGTerraSync' has no member named 'log'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'virtual void LogList::update()':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1527:30: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1528:51: error: 
void value not ignored as it ought to be
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'void LogList::setBuffer(simgear::BufferedLogCallback*)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1538:25: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
make[2]: *** [src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o] Error 1
make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
make: *** [all] Error 2




MvH,KlearchosSE-MUA
  

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel   
  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-11 Thread Kleo G .

I got the time to redo the whole process, that is pull and compile both simgear 
and fg, in case I had missed something... Simgear was built without problems.  
I then tried FG with SP_FDMS=ON at first and I got this:
--
[ 67%] Building CXX object 
src/Main/CMakeFiles/fgfs.dir/__/FDM/TankProperties.cxx.o
[ 67%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/FDM/groundcache.cxx.o
[ 67%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ACMS.cxx.o
[ 67%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ADA.cxx.o
/home/orpheus/flightgear/flightgear/src/FDM/SP/ADA.cxx: In member function 
'virtual void FGADA::init()':
/home/orpheus/flightgear/flightgear/src/FDM/SP/ADA.cxx:190:42: error: 'printf' 
was not declared in this scope
make[2]: *** [src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ADA.cxx.o] Error 1
make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
make: *** [all] Error 2
--

Then I reconfigured fg, this time without SP_FDMS. I got exactly the same error!


MvH,KlearchosSE-MUA
  
  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-11 Thread Kleo G .

I fixed the error  by editing src/FDM/SP/ADA.cxx and adding in the beginning:

#include stdio.h

Everything built smoothly! :)

MvH,KlearchosSE-MUA
  
  

  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-10 Thread Arnt Karlsen
On Sun, 10 Feb 2013 02:32:32 +0100, Roland wrote in message 
5116f8b0.9070...@mxchange.org:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
  
 
  ..how did you set the --jpeg-factory option???
  
 
 For SimGear:
 //Enable JPEG-factory support
 JPEG_FACTORY:BOOL=ON
 
 And FlightGear:
 //Set to ON to build FlightGear with JPEG-factory support
 JPEG_FACTORY:BOOL=ON
 
 You can find it in CMakeCache.txt.
 
 Roland

..thanks, I'm trying to get it working with the -O option,
diverse variants on -O=JPEG_FACTORY:BOOL=ON fails, is -O
a CMake-only option?  It does not work with -O-n, which is
make's  -n, --just-print, --dry-run, --recon
 Print the commands that would be executed, but do not
 execute them., according to man make.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...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.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-10 Thread Kleo G .

Hello!
I got another FG compiling error today, this time at 36%, here is the output:

---
[ 35%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/GUI/MapWidget.cxx.o
[ 35%] Building CXX object 
src/Main/CMakeFiles/fgfs.dir/__/GUI/WaypointList.cxx.o
[ 35%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/GUI/dialog.cxx.o
[ 36%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'puObject* FGPUIDialog::makeObject(SGPropertyNode*, int, int)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1060:33: error: 
'class simgear::SGTerraSync' has no member named 'log'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'virtual void LogList::update()':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1527:30: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1528:51: error: 
void value not ignored as it ought to be
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In member function 
'void LogList::setBuffer(simgear::BufferedLogCallback*)':
/home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1538:25: error: 
'class simgear::BufferedLogCallback' has no member named 'stamp'
make[2]: *** [src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o] Error 1
make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
make: *** [all] Error 2
--

This occurs regardless if SP_FDMS is ON or OFF.

Cheers
/Klearchos
- --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-10 Thread Arnt Karlsen
On Sun, 10 Feb 2013 16:16:01 +, Kleo wrote in message 
bay146-w8ed9fcf93d9cfcbf62a28cc...@phx.gbl:

 
 Hello!
 I got another FG compiling error today, 

..which branch are you pulling now?

..I did my last next/2.11.0 build 5 minutes ago, using my 
non-svn version of download_and_compile.sh, built ok AFAICT, 
but bombs out on openRTI, Pat or Francesco may have a fix 
on the openRTI issue soon.

 this time at 36%, 

..to pinpoint things, I build with -J 1 to keep the exact 
same sequence, makes diffs much smaller and easier to read. 

 here is the
 output:
 
 ---
 [ 35%] Building CXX object
 src/Main/CMakeFiles/fgfs.dir/__/GUI/MapWidget.cxx.o [ 35%] Building
 CXX object src/Main/CMakeFiles/fgfs.dir/__/GUI/WaypointList.cxx.o
 [ 35%] Building CXX object
 src/Main/CMakeFiles/fgfs.dir/__/GUI/dialog.cxx.o [ 36%] Building CXX
 object
 src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o 
 /home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:
 In member function 'puObject*
 FGPUIDialog::makeObject(SGPropertyNode*, int,
 int)': /home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1060:33:


..less -N fgfs/flightgear/src/GUI/FGPUIDialog.cxx and scrolling down:
1054 
1055 } else if (type == loglist) {
1056 LogList* obj = new LogList(x, y, width, height, 20);
1057 string logClass = props-getStringValue(logclass);
1058 if (logClass == terrasync) {
1059   simgear::SGTerraSync* tsync = (simgear::SGTerraSync*)
 globals-get_subsystem(terrasync); 
1060   obj-setBuffer(tsync-log()); 
1061 } else {
1062   FGNasalSys* nasal = (FGNasalSys*) 
globals-get_subsystem(nasal); 
1063  obj-setBuffer(nasal-log()); 
1064 }
1065 

..you have libsvn-dev?
arnt@celsius:~/FG-git$ dpkg -l |grep libsvn |fmt -tu
ii libsvn-dev 1.7.5-1 amd64 Development files for Apache Subversion
   libraries
ii libsvn-perl 1.7.5-1 amd64 Perl bindings for Apache Subversion
ii libsvn1:amd64 1.7.5-1 amd64 Shared libraries used by Apache
Subversion arnt@celsius:~/FG-git$ 

 error: 'class simgear::SGTerraSync' has no member named
 'log' /home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In
 member function 'virtual void
 LogList::update()': 
 /home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1527:30:
 error: 'class simgear::BufferedLogCallback' has no member named
 'stamp' /home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1528:51:
 error: void value not ignored as it ought to
 be /home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx: In
 member function 'void
 LogList::setBuffer(simgear::BufferedLogCallback*)': 
 /home/orpheus/flightgear/flightgear/src/GUI/FGPUIDialog.cxx:1538:25:
 error: 'class simgear::BufferedLogCallback' has no member named
 'stamp' make[2]: ***
 [src/Main/CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o] Error 1
 make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2 make: ***
 [all] Error 2 --
 
 This occurs regardless if SP_FDMS is ON or OFF.

..ok.  How do you set SP_FDMS ON or OFF?

 Cheers
 /Klearchos
 -   

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...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.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-10 Thread Kleo G .

Hello again!

  ..which branch are you pulling now?
As always, I am pulling next, haven't changed anything there... 
 ..to pinpoint things, I build with -J 1 to keep the exact 
 same sequence, makes diffs much smaller and easier to read. 
 

I use -j 5 since my i7 is a quadcore, but I can try with -j 1 tomorrow and 
let you know of the outcome. 
 ..you have libsvn-dev?

I will check that, too, tomorrow...  ..ok.  How do you set SP_FDMS ON or OFF?

I configure and build SG and FG with ccmake, as it's described on the wiki. 
Inside the build dir (not the source dir) do ccmake ../path-to-fg. In my case 
it's ccmake ../flightgear since the dirs are parallel.The SP_FDMS option is 
on the last page of the 'configuration utility'. Just press Enter once the 
cursor is on it.
Generate (g), and 'make'. :)

MvH,KlearchosSE-MUA
  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-10 Thread Arnt Karlsen
On Sun, 10 Feb 2013 18:38:53 +, Kleo wrote in message 
bay146-w48556e82b528ffd5c046c0cc...@phx.gbl:

 I use -j 5 since my i7 is a quadcore, but I can try with -j 1
 tomorrow and let you know of the outcome. 

..I use -j 1 _only_ to get rid of diff noise, anything higher 
will throw things around depending on how you move the mouse 
around, or which website you visit, etc, etc, but it makes 
_no_ difference to how things compile and break, AFAIK.

..an i7?  Try: 'grep ht /proc/cpuinfo |wc -l ' ;o)

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...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.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-09 Thread Arnt Karlsen
On Fri, 8 Feb 2013 20:45:06 +, Kleo wrote in message 
bay146-w100e6899ae10b34c10ff8fcc...@phx.gbl:

 
 Hello!
 
 I just pulled FG Git for compiling and testing it. At first I tried
 with SP_FDMS, yet the build fails at 61%, giving me this output:
 
 
 [ 61%] Building CXX object
 src/Main/CMakeFiles/fgfs.dir/__/FDM/groundcache.cxx.o [ 61%] Building
 CXX object src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ACMS.cxx.o [ 61%]
 Building CXX object
 src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ADA.cxx.o 
 /home/orpheus/flightgear/flightgear/src/FDM/SP/ADA.cxx:
 In member function 'virtual void
 FGADA::init()': /home/orpheus/flightgear/flightgear/src/FDM/SP/ADA.cxx:190:42:
 error: 'printf' was not declared in this scope make[2]: ***
 [src/Main/CMakeFiles/fgfs.dir/__/FDM/SP/ADA.cxx.o] Error 1 make[1]:
 *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2 make: *** [all] Error
 2 $

..exactly how did you try to do this compile?

 
 I then tried without SP_FDMS and the compilation fails at 98%, output
 follows:
 
 
 [ 98%] Built target fgpanel
 [ 98%] Building CXX object utils/fgai/CMakeFiles/fgai.dir/fgai.cxx.o
 /home/orpheus/flightgear/flightgear/utils/fgai/fgai.cxx: In function
 'int main(int,
 char**)': /home/orpheus/flightgear/flightgear/utils/fgai/fgai.cxx:532:59:
 error: 'EOF' was not declared in this
 scope /home/orpheus/flightgear/flightgear/utils/fgai/fgai.cxx:550:13:
 error: 'logbuf' has not been
 declared /home/orpheus/flightgear/flightgear/utils/fgai/fgai.cxx:551:13:
 error: 'logbuf' has not been declared make[2]: ***
 [utils/fgai/CMakeFiles/fgai.dir/fgai.cxx.o] Error 1 make[1]: ***
 [utils/fgai/CMakeFiles/fgai.dir/all] Error 2 make: *** [all] Error 2 $

..I too get this.  If you need FG right now for e.g. PPL training,
try mkdir -vp test-tree ;cd test-tree ;wget -c \
http://www.gitorious.org/fg/fgmeta/blobs/raw/master/download_and_compile.sh
chmod -x download_and_compile.sh  
sh download_and_compile.sh -s -a n -p n -j 2 ALL , -s should 
get you the last stable version, -a n -p n keeps Debian and
Ubuntu .deb packages away from your Gentoo box.


 System is a Gentoo Linux x86_64 system on an i7@2.8GHz, Nvidia
 GeForce GTX260, 12GB RAM. GCC ver. 4.5.4 Up to 3 weeks ago FG Git was
 compiling without errors, both with and without SP_FDMS. Let me know
 if you require more info! 
 
 Thanks for the help and the amazing work you all do! FG has helped me
 a lot in my PPL course! :)
 
 
 Best Regards,
 Klearchos (muadib25), SE-MUA.
 Sweden
 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...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.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-09 Thread James Turner

On 9 Feb 2013, at 11:16, Arnt Karlsen a...@c2i.net wrote:

 ..I too get this.  If you need FG right now for e.g. PPL training,

If you are using FlightGear for anything serious,  you should't be doing so 
using 'next' which is unstable and may have temporarily broken features.

The fgai issue, I believe Mathias has pushed a fix for, I'll take a look at the 
other failure now.

James

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-09 Thread Kleo G .

Hello!

 ..exactly how did you try to do this compile?

As always, I use 'ccmake ../source' in a build directory for both Simgear and 
Flightgear, followed by 'make' and 'make install'. 


 Arnt wrote:
 ..I too get this.  If you need FG right now for e.g. PPL training,
 try mkdir -vp test-tree ;cd test-tree ;wget -c \
 http://www.gitorious.org/fg/fgmeta/blobs/raw/master/download_and_compile.sh
 chmod -x download_and_compile.sh  
 sh download_and_compile.sh -s -a n -p n -j 2 ALL , -s should 
 get you the last stable version, -a n -p n keeps Debian and
 Ubuntu .deb packages away from your Gentoo box.
 James wrote:
 If you are using FlightGear for anything serious,  you should't be doing so 
 using 'next' which is unstable and may have temporarily broken features.

The fgai issue, I believe Mathias has pushed a fix for, I'll take a 
 look at the other failure now.


Thank you guys, but no, I am not using it for anything serious, not at the 
time. 
I was just trying to help out by providing feedback for the upcoming release... 
Or should I pull another branch?


Best Regards,
Klearchos (muadib25), SE-MUA.
Sweden
  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-09 Thread Arnt Karlsen
On Sat, 09 Feb 2013 11:24:25 +, James wrote in message 
216ae244-fe2e-4304-9351-078fc5353...@mac.com:

 
 On 9 Feb 2013, at 11:16, Arnt Karlsen a...@c2i.net wrote:
 
  ..I too get this.  If you need FG right now for e.g. PPL training,
 
 If you are using FlightGear for anything serious,  you should't be
 doing so using 'next' which is unstable and may have temporarily
 broken features.
 
 The fgai issue, I believe Mathias has pushed a fix for, 

..yup, that compiles ok now.

 I'll take a look at the other failure now.

..how do I enable these and the --jpeg-factory with the
download_and_compile.sh script, can I do it with cmake 
arguments or do I need to edit cmake things? 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...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.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-09 Thread Roland Haeder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/09/2013 11:59 PM, Arnt Karlsen wrote:
 On Sat, 09 Feb 2013 11:24:25 +, James wrote in message 
 216ae244-fe2e-4304-9351-078fc5353...@mac.com:
 
 
 On 9 Feb 2013, at 11:16, Arnt Karlsen a...@c2i.net wrote:
 
 ..I too get this.  If you need FG right now for e.g. PPL 
 training,
 
 If you are using FlightGear for anything serious,  you should't 
 be doing so using 'next' which is unstable and may have 
 temporarily broken features.
 
 The fgai issue, I believe Mathias has pushed a fix for,
 
 ..yup, that compiles ok now.
 
 I'll take a look at the other failure now.
 
 ..how do I enable these and the --jpeg-factory with the 
 download_and_compile.sh script, can I do it with cmake arguments
 or do I need to edit cmake things?
 
I still have trouble:
http://pastie.org/6106572
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlEW2dMACgkQty+BhcbHvXjiNwCfeRWCN+aqpwV+0zIoNOVHIYgm
RC4AoL8MpaBT/j8B1RVMNmrIBwefdbtO
=m3r8
-END PGP SIGNATURE-

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG Git compilation fail on Linux x86_64

2013-02-09 Thread Arnt Karlsen
On Sun, 10 Feb 2013 00:20:51 +0100, Roland wrote in message 
5116d9d3.6070...@mxchange.org:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 02/09/2013 11:59 PM, Arnt Karlsen wrote:
  On Sat, 09 Feb 2013 11:24:25 +, James wrote in message 
  216ae244-fe2e-4304-9351-078fc5353...@mac.com:
  
  
  On 9 Feb 2013, at 11:16, Arnt Karlsen a...@c2i.net wrote:
  
  ..I too get this.  If you need FG right now for e.g. PPL 
  training,
  
  If you are using FlightGear for anything serious,  you should't 
  be doing so using 'next' which is unstable and may have 
  temporarily broken features.
  
  The fgai issue, I believe Mathias has pushed a fix for,
  
  ..yup, that compiles ok now.
  
  I'll take a look at the other failure now.
  
  ..how do I enable these and the --jpeg-factory with the 
  download_and_compile.sh script, can I do it with cmake arguments
  or do I need to edit cmake things?
  
 I still have trouble:
 http://pastie.org/6106572

..duh!  Next time.  Thanks.  If you can live without --jpeg-factory
for a wee while, I have both SG and FG compiling ok tonight, except
it bombs out with arnt@celsius:~/FG-git$ bash run_fgfs.sh \
--show-aircraft 
./fgfs: error while loading shared libraries: libRTI-NG.so.1: cannot
open shared object file: No such file or directory a
rnt@celsius:~/FG-git$ 

..how did you set the --jpeg-factory option???

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...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.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel