From: Ulrich S. <u.s...@gm...> - 2016-06-04 21:32:47
|
Hi Paul. I want to build wxlua as a loadable module (.dll) for 5.2 and 5.3 with wxwidgets statically linked into. I will try to hack the 5.3 into the CMake files and report my results back to you. Ulrich. Am 04.06.2016 um 23:14 schrieb Paul K: > Hi Ulrich, > >> I cant link with lua-5.3 right now, can i? At least CMake complains: >>> CMake Error at CMakeLists.txt:156 (MESSAGE): >>> wxLua_LUA_LIBRARY_VERSION may only be set to '5.1' or '5.2' > > Right; only Lua 5.1 and 5.2 are currently supported. > > Are you interested in adding 5.3 as a builtin or an external library? > > I was looking at going through cmake files and adding branches similar > to 5.2, but then realized that some of the Lua API changes will > require manual updates and decided to postpone it for now. > > If you want to give it a try, the easiest way would be to go through > Cmake files and replace 5.2 with 5.3 just to see if it's going to > compile (assuming you use an external header files and libraries to > link agains). > > Paul. > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > |