• 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 Small Problem

Wirless

7.6 is the best :D
Joined
Nov 3, 2012
Messages
1,021
Solutions
1
Reaction score
216
Location
Ireland-Poland
well here i have a small problem trying to compile 7.6 engine but this come out:

../actions.cpp: In constructor `ActionScript::ActionScript(Game*, const std::string&, const std::string&)':
../actions.cpp:443: error: `luaopen_loadlib' undeclared (first use this function)

../actions.cpp:443: error: (Each undeclared identifier is reported only once for each function it appears in.)

../actions.cpp:448: error: `lua_dofile' undeclared (first use this function)

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

Execution terminated

443:
luaopen_loadlib(luaState);

448:
lua_dofile(luaState, std::string(datadir + "actions/lib/actions.lua").c_str()); ^^
 
Back
Top