• 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 TFS 0.4 Errors

2008938

New Member
Joined
Nov 19, 2011
Messages
7
Reaction score
0
Help i´ve been stucked with this for days. I just donated to download TFS 0.4 but when i copile i get this errors

Code:
Compiler: Default compiler
Building Makefile: "C:\Users\Martin\Desktop\trunk.r5670\dev-cpp\Makefile.win"
Executing  make...
make.exe -f "C:\Users\Martin\Desktop\trunk.r5670\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"C:/Users/Martin/Desktop/The Forgotten Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -O2   -fexpensive-optimizations -O1

In file included from ../configmanager.h:20,
                 from ../otpch.h:40,
                 from ../actions.cpp:17:
../luascript.h:705: error: `luaL_Reg' does not name a type
../luascript.h:708: error: `luaL_Reg' does not name a type

../luascript.h:722: error: `luaL_Reg' does not name a type
../luascript.h:730: error: `luaL_Reg' does not name a type
../luascript.h:744: error: `luaL_Reg' does not name a type

make.exe: *** [obj//actions.o] Error 1

Execution terminated
 
Back
Top