• 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 TFS 1.2 + reward system - compiling issues

SamX

VoltageOT Developer
Joined
Aug 27, 2010
Messages
557
Reaction score
151
Location
Canada
Hi,

I am trying to compile - I'm a complete noob at this and I've never done it before. I followed dominique's tutorial exactly and this is the error I'm getting:

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    C2280    'std::atomic<boost::lockfree::detail::tagged_index>::atomic(void) noexcept': attempting to reference a deleted function (compiling source file ..\src\outputmessage.cpp)    theforgottenserver    F:\Programs\boost_1_57_0\boost\lockfree\stack.hpp    139

any suggestions?

Thanks
 
I mistakenly downloaded the wrong boost files. Make sure you download the appropriate version (x32/x64) as well as the latest version.
 
Back
Top