• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Compile Otclient on ubuntu 16.04

henrik495

Henke
Joined
Jun 1, 2008
Messages
112
Reaction score
15
Location
sweden
I did everything that the guide at https://github.com/edubart/otclient/wiki/Compiling-on-Linux says i should do but i am still getting this error

Code:
Linking CXX executable otclient
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libphysfs.a: error adding symbols: Archive has no index; run ranlib to add one
collect2: error: ld returned 1 exit status
CMakeFiles/otclient.dir/build.make:3857: recipe for target 'otclient' failed
make[2]: *** [otclient] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/otclient.dir/all' failed
make[1]: *** [CMakeFiles/otclient.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

The only difference from the guide is that i have libboost1.58-all-dev and not libboost1.55-all-dev but i don't think that is whats causing the problem, so if anyone has an idea or a solution for this, please share :D

Thanks
 

Similar threads

Back
Top