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

error while compiling

Bowstons

New Member
Joined
Nov 15, 2020
Messages
19
Solutions
1
Reaction score
1
hello. I have error while compiling 1.5 tfs by baiak source. Im using 24.04 ubuntu 1738421054665.webp
can someone help me?
 
You must replace lockfree.h with newest TFS file:
Newest TFS moved all #include to otpch.h, so to make newest version file to work on your old engine, you will have to add somewhere line:
C++:
#include <boost/lockfree/stack.hpp>
ex. above:
C++:
template <size_t TSize, size_t Capacity>
 
Back
Top