• 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 Error while compiling rev 3777

Dumjaevl

#1 Error Maker
Joined
Sep 9, 2011
Messages
46
Reaction score
2
Location
Sweden
Heya!

I'm trying to compile on Ubuntu 14.04 and well, i'm kinda stuck.. Google'd for a couple of hours and managed to go this far, but now i'm totally stuck! :p


I'm getting this error "#error boost threads unavailable on this platform"

Tried to follow some guides on google, but ain't getting no results...

LOGS: http://pastebin.com/jvzYtmAX

Does somebody have a solution?

Best Regards
 
Last edited:
If nobody have a solution, could somebody compile it for me? :D

try this

  • apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev libsqlite3-dev
  • cd /your folder
  • chmod -R 777 src
  • cd src
  • ./autogen.sh && ./configure --enable-sqlite --enable-mysql --enable-root-permission --enable-server-diag && ./build.sh
 
Last edited:
try this

  • apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev libsqlite3-dev
  • cd /your folder
  • chmod -R 777 src
  • cd src
  • ./autogen.sh && ./configure --enable-sqlite --enable-mysql --enable-root-permission --enable-server-diag && ./build.sh


Nope, still not working :/
 
try this one
Code:
apt-get install libboost-dev libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev

then restart compiling from the beggining

if u still got the problem use this configure.ac file

http://pastebin.com/Gj0iN8v3
 
Back
Top