From: Victor B. <so...@te...> - 2013-04-01 08:36:56
|
I recompiled lua52 with LUA_COMPAT_ALL and managed to compile wx.lua The problem I have is that I use other lua modules also: Lanes, Luasocket ... Lanes cant be used with LUA_COMPAT_ALL (only pure 5.1 or 5.2) so I wont be able to use 5.2 in my project. Looking into the future I thing that wxlua should get rid of LUA_COMPAT_ALL to be compatible with other modules. Best victor |