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

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

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

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

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

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,

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

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

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

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

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

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

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

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:

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

2013-02-08 Thread Kleo G .
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