Sorcerer_2005
New Member
- Joined
- Feb 26, 2008
- Messages
- 9
- Reaction score
- 0
Hi. I try to compile otserv-0.5.0 (http://downloads.sourceforge.net/opentibia/otserv-0.5.0.src.zip?modtime=1157771049&big_mirror=0) and i has error
What's whis?
HTML:
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\otserv\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\otserv\Makefile.win" all
g++.exe -c actions.cpp -o actions.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -I"C:/Dev-Cpp/others/lua-5.1/devcpp" -I"C:/Dev-Cpp/others/lua-5.1/include" -I"C:/Dev-Cpp/others/lua-5.1/include" -D__EXCEPTION_TRACER__
actions.cpp: In constructor `ActionScript::ActionScript(Game*, const std::string&, const std::string&)':
actions.cpp:463: error: `luaopen_loadlib' undeclared (first use this function)
actions.cpp:463: error: (Each undeclared identifier is reported only once for each function it appears in.)
actions.cpp:468: error: `lua_dofile' undeclared (first use this function)
make.exe: *** [actions.o] Error 1
Execution terminated
What's whis?