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

Solved Fresh compile 8.6 TFS

morkmor

New Member
Joined
Dec 5, 2010
Messages
19
Reaction score
1
Location
Sweden
Hey, i keep getting an error saying
fatal error C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory

.. i have seen others asking the same question of what could be wrong but never any answers.. so i hope someone knows. Please hit me up on skype Wiken1991 or here on the forums.
 
Solution
Gave me new and more errors... Can you please connect to my teamviewer instead and look at it rather than us spending hours waiting for replies?
PM the ID/PW.

-- Edit
Solved through teamviewer.

Solution:
Wrong boosts was used, the VS project was linked to old boost.
Changed to boost 1_60_0.msvc-14.0.32.
You haven't linked the boosts correctly.
If you use TFS 1.2 for 8.6 follow this tutorial:
https://otland.net/threads/compilin...-32-bits-pics-and-lots-of-explanation.204532/
Yeah i tried this but either im doing something wrong or the guide is poorly detailed.
I got teamviewer if you wana take a quick look? hit me up on pm.

New error..
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 C:\boost\boost\lockfree\stack.hpp 139
 
Last edited by a moderator:
New error..
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 C:\boost\boost\lockfree\stack.hpp 139

Update your boost libraries.

https://static.otland.net/dl/tfs-sdk-3.1.zip

32bit:
https://sourceforge.net/projects/bo...1.60.0/boost_1_60_0-msvc-14.0-32.exe/download

64bit:
https://sourceforge.net/projects/bo...1.60.0/boost_1_60_0-msvc-14.0-64.exe/download
 
Gave me new and more errors... Can you please connect to my teamviewer instead and look at it rather than us spending hours waiting for replies?
 
Gave me new and more errors... Can you please connect to my teamviewer instead and look at it rather than us spending hours waiting for replies?
PM the ID/PW.

-- Edit
Solved through teamviewer.

Solution:
Wrong boosts was used, the VS project was linked to old boost.
Changed to boost 1_60_0.msvc-14.0.32.
 
Solution
Back
Top