Re: [Flightgear-devel] CMake linker error

2011-01-14 Thread James Turner
On 10 Jan 2011, at 11:48, Andreas Gaeb wrote: using CMake with the latest git, I get the following error when linking GPSSmooth. The system is Ubuntu 10.10 32 bit. The targets before GPSSmooth build and run fine, including fgfs itself. However, MIDGsmooth and UGsmooth fail with a similar

Re: [Flightgear-devel] CMake linker error

2011-01-14 Thread Andreas Gaeb
Am 14.01.2011 12:50, schrieb James Turner: [...] This was fixed, thanks to some contributions from Fred and Olaf Flebbe. Hudson is now building next of FG SG using Cmake (in addition to autoconf), and everything is green at this time. thank you, works here as well. To also build fgadmin

Re: [Flightgear-devel] CMake linker error

2011-01-14 Thread Csaba Halász
On Fri, Jan 14, 2011 at 4:19 PM, Andreas Gaeb a.g...@web.de wrote: I had to include string.h instead of string in utils/fgadmin/src/main.cxx I believe the correct c++ header for that would be cstring Also, do not remove string since that is needed for def_install_source and def_scenery_dest.

Re: [Flightgear-devel] CMake linker error

2011-01-14 Thread Csaba Halász
Also, the #include string + using std::string in untarka.h is totally inappropriate and should be removed. -- Csaba/Jester -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and

[Flightgear-devel] CMake linker error

2011-01-10 Thread Andreas Gaeb
Hello everybody, using CMake with the latest git, I get the following error when linking GPSSmooth. The system is Ubuntu 10.10 32 bit. The targets before GPSSmooth build and run fine, including fgfs itself. However, MIDGsmooth and UGsmooth fail with a similar list of errors. Best regards,