From: Thomas K. <tk...@gi...> - 2014-05-15 15:28:26
|
On Thu, May 15, 2014 at 11:20:40AM -0400, Jeff Backus wrote: > Yes, in fact I am currently using Notion on several machines w/ Lua 5.2. > Unfortunately, have been some changes in the language that have broken some > parts of Notion and are being dealt with as they come up. Are you currently > having problems? If so, could you provide more details? I'm packaging notion for pkgsrc, and recently updated to 2014010900 (it would have been nice if that version had been announced). Around the same time pkgsrc grew support for parallel installation of lua51 and lua52. The notion package pulled in lua52 (which provides /usr/pkg/bin/lua5.2 and the corresponding library /usr/pkg/lib/liblua5.2.la). NetBSD itself comes with /usr/bin/lua, which is lua-5.1.5. When I started notion, it complained about /usr/pkg/lib/notion/lc/ioncore_ext.lc being compiled for the wrong lua version. I've changed the package to use lua-5.1 for now. Perhaps the problem is just that I need to tell notion more explicitly that it should only use /usr/pkg/bin/lua5.2? Thomas > Regards, > Jeff > > > On Thu, May 15, 2014 at 10:20 AM, Thomas Klausner <tk...@gi...> wrote: > > > Hi! > > > > Is notion supposed to work with lua-5.2? > > Thomas > > > > > > ------------------------------------------------------------------------------ > > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > > Instantly run your Selenium tests across 300+ browser/OS combos. > > Get unparalleled scalability from the best Selenium testing platform > > available > > Simple to use. Nothing to install. Get started now for free." > > http://p.sf.net/sfu/SauceLabs > > _______________________________________________ > > Notion-general mailing list > > Not...@li... > > https://lists.sourceforge.net/lists/listinfo/notion-general > > > > > > -- > Jeff Backus > jef...@gm... > http://github.com/jsbackus |