• 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 Cannot compile a tibia 10.9 version

SoloQ

Hard With Style
Joined
Mar 12, 2009
Messages
557
Reaction score
21
Location
Netherlands ;3
Hey guys I am trying to compile a 10.9 version for myself to play around with in my free time, but I am running into some problems.

http://pastebin.com/mYZQcKDb This is my output from compiling.
I am following this tutorial: https://otland.net/threads/compilin...-32-bits-pics-and-lots-of-explanation.204532/
Source I am trying to compile is: https://otland.net/threads/10-90-cast-tfs-1-2-custom-modifications-reward-chest.238852/
I have followed all the steps to the letter so i am clueless why it will not compile.

-SoloQ
 
Not related to what (client version) the error in file is obvious you are messing LUA API. Please re-check you have added lua to both include and libs.
 
Very dumb question but first time compiling, what is the LUA API?

-edit I get it seems not to get the lua.hpp but how do I acquire this then?
 
Last edited:
@SoloQ inside tfs SDK, you need to guide compiler where it is.

@Zothion no, lua.hpp is apart of lua source code. it's a header file, not so much popular format because a few compilers use .hpp to their headers files to cpp.
 
Actually If you followed the tutorial you just referred, you would see that you add folders to *INCLUDE* and *LIB* or *LIB64*.
You seems not to add them.
 
my bad then :)

however since that 10.90 uses tfs 1.2 wont he get an error trying to follow that guide anyway? since 1.2 requires VS 2015 to compile, and not vs 2013
 
I tried again this morning with a newer version of my boost 1.60.0 and a newer version of the tfs-sdk 3.2 but it still fails since it is missing the lua.hpp again.
Where can I add this lua.hpp manually or am I missing something?
 
Last edited:
@Zothion not really, Nightlies still beeing compiled with VS14, seens like VS14 are compiling just fine, newer VS versions ever mess everything, just microsoft things.
@SoloQ I suggest you try out with VS14.
VS14? vc140 is VS15 compiling tools, vc120 is VS13 compiling tools afaik...
and if u go to download visual studio 2014 doesnt even exist
what u smoking mate, i want some
 
Back
Top