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
------------------------------------------------------------------------------
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

Reply via email to