From: João M. <lor...@gm...> - 2012-06-20 20:46:37
|
Hi list, I try use cmake to compile wxLua with wx 2.9.3. I get wxLua from SVN. wx 2.9.3 was compiled with MinGW with no problems. But with wxLua i get a error when i try Generate from cmake-gui. CMake Error: INSTALL(EXPORT "wxLua_export" ...) includes target "wxLuaModule" which requires target "LuaLibShared" that is not in the export set. After that i try a new approach: 1º - Compile wx 2.9.3 with: D:\_app\wxWidgets-2.9.3\build\msw > mingw32-make -f makefile.gcc BUILD=debug UNICODE=0 SHARED=0 MONOLITHIC=0 2º - Compile wxLua with: D:\_app\wxLua\trunk\wxLua\build\msw > mingw32-make -f makefile.gcc BUILD=debug USE_WXLUAEDITAPP=0 UNICODE=0 WX_VERSION=29 SHARED=0 MONOLITHIC=0 WX_SHARED=0 WX_MONOLITHIC=0 The first was fine, but with wxLua, i get was a lot of warning of deprecated and error with no sucess. -- João Mendes |