Page 1 of 1

Compile errors

Posted: Sat Sep 24, 2016 9:16 am
by Nexus
Hi all,
trying to compile the latest version (v0.4.6+ build 2016-09-24.8b6a6a3) on Ubuntu 15.10, MATE version 1.10.2. I get the following errors:

Code: Select all

Linking CXX executable ../freeoriond
/usr/bin/ld: CMakeFiles/freeoriond.dir/dmain.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
server/CMakeFiles/freeoriond.dir/build.make:421: recipe for target 'freeoriond' failed
make[2]: *** [freeoriond] Error 1
CMakeFiles/Makefile2:309: recipe for target 'server/CMakeFiles/freeoriond.dir/all' failed
make[1]: *** [server/CMakeFiles/freeoriond.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
Any idea what's wrong and how to fix it?

Re: Compile errors

Posted: Sat Sep 24, 2016 9:38 am
by adrian_broher
Should be fixed in latest master.

Re: Compile errors

Posted: Sat Sep 24, 2016 9:59 am
by Nexus
Yep, it's compiling fine now. Thanks for the quick fix.