tags 690005 patch
thanks

Hi,

At least with regards to the build failures by undefined references to
SGMutex::SGMutex(), etc, the fix is quite easy and was tested to work on
armhf, just add sgthreads and pthreads library to the CMakeFiles.txt.

Regards

Konstantinos
diff -ruN simgear-2.6.0/simgear/props/CMakeLists.txt simgear-2.6.0.mine/simgear/props/CMakeLists.txt
--- simgear-2.6.0/simgear/props/CMakeLists.txt	2012-02-17 22:38:44.571895738 +0000
+++ simgear-2.6.0.mine/simgear/props/CMakeLists.txt	2012-10-18 20:53:42.978891401 +0000
@@ -27,7 +27,7 @@
 if (SIMGEAR_SHARED)
     set(TEST_LIBS SimGearCore)
 else()
-    set(TEST_LIBS sgprops sgxml sgstructure sgmisc sgdebug)
+    set(TEST_LIBS sgprops sgxml sgstructure sgmisc sgdebug sgthreads pthread)
 endif()
 
 

Reply via email to