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

Help TFS(0.3.1) Compiling

SakiLegend

New Member
Joined
Dec 29, 2008
Messages
11
Reaction score
0
hello.
help mi a Compiling TFS
../luascript.h:619: error: expected `;' before '(' token
../luascript.h:620: error: expected `;' before '(' token

../luascript.h:621: error: expected `;' before '(' token
../luascript.h:622: error: expected `;' before '(' token
../luascript.h:624: error: ISO C++ forbids declaration of `lua_State' with no type
../luascript.h:624: error: expected `;' before '*' token

In file included from ../actions.cpp:25:
../npc.h:52: error: variable or field `pushState' declared void
../npc.h:52: error: expected `;' before '(' token
../npc.h:53: error: variable or field `popState' declared void
../npc.h:53: error: expected `;' before '(' token
../npc.h:58: error: expected `;' before '(' token
../npc.h:59: error: expected `;' before '(' token
../npc.h:60: error: expected `;' before '(' token
../npc.h:61: error: expected `;' before '(' token
../npc.h:62: error: expected `;' before '(' token

../npc.h:63: error: expected `;' before '(' token
../npc.h:64: error: expected `;' before '(' token
../npc.h:65: error: expected `;' before '(' token
../npc.h:66: error: expected `;' before '(' token
../npc.h:67: error: expected `;' before '(' token
../npc.h:68: error: expected `;' before '(' token
../npc.h:69: error: expected `;' before '(' token
../npc.h:70: error: expected `;' before '(' token
../npc.h:71: error: expected `;' before '(' token
../npc.h:72: error: expected `;' before '(' token
../npc.h:73: error: expected `;' before '(' token
../npc.h:74: error: expected `;' before '(' token
../npc.h:75: error: expected `;' before '(' token
../npc.h:76: error: expected `;' before '(' token

In file included from ../iologindata.h:27,
from ../game.h:37,
from ../actions.cpp:26:
../database.h:30:25: mysql/mysql.h: No such file or directory
In file included from ../iologindata.h:27,
from ../game.h:37,
from ../actions.cpp:26:
../database.h:125: error: variable or field `addRow' declared void
../database.h:125: error: expected `;' before '(' token

In file included from ../actions.cpp:34:
../configmanager.h:148: error: expected `;' before '(' token
../configmanager.h:149: error: expected `;' before '(' token
../configmanager.h:150: error: expected `;' before '(' token

../actions.cpp: In member function `virtual bool Action::executeUse(Player*, Item*, const PositionEx&, const PositionEx&, bool, uint32_t)':
../actions.cpp:545: error: `lua_State' undeclared (first use this function)
../actions.cpp:545: error: (Each undeclared identifier is reported only once for each function it appears in.)
../actions.cpp:545: error: `L' undeclared (first use this function)
../actions.cpp:545: error: 'class LuaScriptInterface' has no member named 'getLuaState'
../actions.cpp:548: error: `lua_pushnumber' undeclared (first use this function)
../actions.cpp:549: error: `pushThing' is not a member of `LuaScriptInterface'
../actions.cpp:550: error: `pushPosition' is not a member of `LuaScriptInterface'
../actions.cpp:556: error: `pushThing' is not a member of `LuaScriptInterface'
../actions.cpp:557: error: `pushPosition' is not a member of `LuaScriptInterface'

../actions.cpp:561: error: `pushThing' is not a member of `LuaScriptInterface'

../actions.cpp:563: error: `pushPosition' is not a member of `LuaScriptInterface'

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

Wykonanie zakończone
 
Back
Top