• 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+ Compile error on Linux machine

Mjmackan

Mapper ~ Writer
Premium User
Joined
Jul 18, 2009
Messages
1,424
Solutions
15
Reaction score
177
Location
Sweden
Getting error when im compiling in Linux, newest repo of tfs 1.3.
No errors when compiling on windows machine.

C++:
/home/otsmanager/custom/src/luascript.cpp: In member function ‘registerFunctions’:
/home/otsmanager/custom/src/luascript.cpp:998:6: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  998 | void LuaScriptInterface::registerFunctions()
 
Back
Top