From: John L. <jla...@gm...> - 2012-06-21 03:04:35
|
On Wed, Jun 20, 2012 at 4:46 PM, João Mendes <lor...@gm...> wrote: > > CMake Error: INSTALL(EXPORT "wxLua_export" ...) includes target > "wxLuaModule" which requires target "LuaLibShared" that is not in the export > set. Fixed in SVN now. > 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. Ignore the deprecated warnings, wxLua works with multiple versions of wxWidgets and keeps old functions for backwards compatibility, they get removed when wxWidgets removes them. Please post the compiler errors you got. Regards, John |