On Sun, 10 Feb 2013 16:16:01 +0000, 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

Reply via email to