src/lua3d.cpp: In function 'void lua3D_init(lua_State*)':
src/lua3d.cpp:355: error: 'GU_COLOR_RES1' was not declared in this scope
src/lua3d.cpp:356: error: 'GU_COLOR_RES2' was not declared in this scope
src/lua3d.cpp:357: error: 'GU_COLOR_RES3' was not declared in this scope
make: *** [src/lua3d.o] Error 1
But when I try to compile Luaplayer16 I get this error
src/luaplayer.cpp: In function 'int runScript(const char*, bool)':
src/luaplayer.cpp:24: error: 'luaopen_loadlib' was not declared in this scope
make: *** [src/luaplayer.o] Error 1