• 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 Tell me what I did wrong

andu

Sold 649 scripts, 25 maps and 9 events!
Joined
Aug 7, 2009
Messages
976
Solutions
17
Reaction score
369
GitHub
olrios
Twitch
jamagowy
1. downloaded custom tfs 1.3 sources
2. installed VS 2019 Comminuty version
3. added packet classic C++ aplications for VS
4. installed Git
5. cloned vcpkg via Git, successfully executed "./bootstrap-vcpkg.bat" and "./vcpkg integrate install" commands
6. installed libraries based on tutorial: otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29)
7. launched theforgottenserver.vcxproj and changed both debug and release to 64bit
8. started compilation and enjoyed

Error C1083 Cannot open include file: 'boost/asio.hpp': No such file or directory theforgottenserver E:\Open Tibia Server\server sources\TFS 1.3\src\otpch.h 42
 
okey, solved myself by adding manually directories and libs in VS

 
Back
Top