• 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 Help with Error compilling tfs 1.2

jackl90

Member
Joined
Jul 25, 2017
Messages
249
Reaction score
12
Hello
I got a error when i try compille this tfs 1.2 server, I'm using Windows 10, 64 bits

Visual Studio Enterprise 2015.

I have this files on C:\local\boost_1_62_0
and C:\Users\xxxx\Desktop\tfs-sdk-3.2

I use the register_tfssdk_env on tfs-sdk-3.2 folder
and in boost_1_62_0 i did use register_boost_env

on my computer properties/Variables-
Imgur: The most awesome images on the Internet <---everything is right ? i think


But when i compille
I got this error below
1> waitlist.cpp
1> weapons.cpp
1> wildcardtree.cpp
1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc140-mt-1_62.lib'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


i don't understand why this error
 
V_JfV4W0QbiUW5JQbcPioA.png

PyujOHjoTeybjFUQHt5U3g.png

AX4RmaboR0_I0fx2eFqNSw.png
 
i got this error now
Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'boost/asio.hpp': No such file or directory theforgottenserver c:\users\xxxx\desktop\server\src\otpch.h 42
 
i got this error now
Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'boost/asio.hpp': No such file or directory theforgottenserver c:\users\xxxx\desktop\server\src\otpch.h 42

Either you don't have the libs needed or they aren't linked
 
Surely it does not have good linking libraries, or you also may not have the libraries required for that version.
What version of the server do you want to compile?
 
Back
Top