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

TFS 1.X+ tfs 1.3 compilation problem (video included)

Solution
This is how I got mine to compile:
Change all instances of #include <lua.hpp> to #include <luajit/lua.hpp>
Once done, go to the vcpkg folder and search for zstdd.dll and copy it over to your server directory, since zstdd.dll isn't included in the dlls that come in the release folder, but you still need it to start up the server after compilation.

Run this command to install boost filesystem:
Code:
vcpkg install boost-filesystem:x64-windows
This is how I got mine to compile:
Change all instances of #include <lua.hpp> to #include <luajit/lua.hpp>
Once done, go to the vcpkg folder and search for zstdd.dll and copy it over to your server directory, since zstdd.dll isn't included in the dlls that come in the release folder, but you still need it to start up the server after compilation.

Run this command to install boost filesystem:
Code:
vcpkg install boost-filesystem:x64-windows
 
Last edited:
Solution
Ok 1 thing is fixed the one with lua.hpp thanks alot for that but now another one apears... its such a pain rly

Cannot open include file: 'boost/filesystem.hpp': No such file or directory
 
Oh My Fucking God its working the whole 3 days of depression now gone i fck lov u

Btw the compiling wiki on the github should be updated to avoid those threads but oh well its not mine git anyway thanks alot for that
 
Back
Top