• 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!

Has any programmer ever had this error? TFS 0.4 8.6 compiling on Linux Ubuntu 12.04

Ubuntu 12.04 or 22.04?

If it's really 12.04, here is some similar problem solution from 2014:
In game.h (and other files that report that problem) add at top:
C++:
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition_variable.hpp>

but it may be easier to move to Ubuntu 20.04 or 22.04 and update engine using tutorial:

EDIT:
Where did you download that 0.4? Can you post link to that?
 
Last edited:
Back
Top