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

problem with compilation tfs 1.3

vexler222

Active Member
Joined
Apr 22, 2012
Messages
714
Solutions
15
Reaction score
46
Hi, i have problem with compilation tfs 1.3
1610216547342.png

before i have error with boost/asio.h but i installed boost 1.57.0 (i try instal 1.75.0 but i don't know how cuz i dont have file "lib32-mscv-12.0")

im using this tutorial - Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation. | OTLand
Post automatically merged:

Okey im now using tutorial for 1.3 from same page when i downloaded files but i have new problem/error :(
Im using it now: Compiling on Windows (vcpkg) · otland/forgottenserver Wiki · GitHub
@Nekiro maybe u can help me? :D

1610226640220.png
 
Last edited:
Okey if somone have same error replace in configmanager.cpp and luascript.h

#include <lua.hpp> with #include <luajit/lua.hpp>
 
Solution
Back
Top