These are the errors:
||=== np_svn, Debug ===|
C:\Lib\2D\Color.cpp|21|error: Scripts/ScriptManager.hpp: No such file or directory|
C:\Lib\2D\Color.cpp|22|error: Scripts/ScriptHelper.hpp: No such file or directory|
C:\Lib\2D\Color.cpp|102|error: 'ScriptVarBindRecord' does not name a type|
C:\Lib\2D\Color.cpp|108|error: 'ScriptVarBindRecord' does not name a type|
C:\Lib\2D\Color.cpp|114|error: 'lua_State' was not declared in this scope|
C:\Lib\2D\Color.cpp|114|error: 'L' was not declared in this scope|
C:\Lib\2D\Color.cpp|115|error: expected ',' or ';' before '{' token|
C:\Lib\2D\Color.cpp|126|error: 'luaL_Reg' does not name a type|
C:\Lib\2D\Color.cpp|135|error: 'ScriptManager' has not been declared|
C:\Lib\2D\Color.cpp|135|error: 'color_methods' was not declared in this scope|
C:\Lib\2D\Color.cpp|136|error: 'ScriptManager' has not been declared|
C:\Lib\2D\Color.cpp|137|error: 'color_getters' was not declared in this scope|
C:\Lib\2D\Color.cpp|137|error: 'color_setters' was not declared in this scope|
C:\Lib\2D\Color.cpp|114|warning: 'color_rgb' defined but not used|
||=== Build finished: 13 errors, 1 warnings ===|
What should I do to solve?
Note: I'm trying to compile on Windows 7 (64 bit).
Thx
