On Wed, Jun 20, 2012 at 4:46 PM, João Mendes <lord....@gmail.com> 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 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users