-
Notifications
You must be signed in to change notification settings - Fork 150
Does not build on Linux #38
Comments
On Fedora 21, this is happening halfway through the compilation |
While I'm not actively developing anything OT related, your report would be Which git commit? Also, given that these are two distinct issues -- on two different systems, On Mon, Feb 16, 2015, 13:40 Michael Dec notifications@github.com wrote:
|
The git commit is fafeb36 |
2nd issue - Lua 5.2 is not supported and cannot be used to compile the server. In any case I would try to add following piece of code at the end of src/CMakeLists.txt:
|
I have updated CMake files with several changes. You should give it a try. |
Compiles alright on Gentoo (1st issue)! Thank you @iryont |
This happens when all the .o are compiled and you're about to link the main executable.
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/otserv.dir/connection.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5' /lib64/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: