From: Arnout E. <no...@bz...> - 2015-10-18 21:14:47
|
Hi, Thanks for your report. Notion should work with lua 5.1, so I consider this a bug and would like to fix it. I tried to reproduce it as follows: $ vagrant init ubuntu/trusty64 $ vagrant up $ vagrant ssh $ sudo apt-get install git pkg-config lua5.1 lua5.1-dev libx11-dev libxext-dev libsm-dev libxinerama-dev libxrandr-dev gettext $ git clone https://github.com/raboof/notion $ cd notion notion$ make This successfully compiled notion for me. What combination of packages caused you problems? Kind regards, Arnout On Fri, Oct 16, 2015 at 10:07 AM, L.R. D.S. <arr...@ma...> wrote: > Hi, > The documentation suggest Lua version 5.1 for compile, but this > version of Lua is not working for me on Ubuntu 14.04. > He stops with "ioncore_ext.lc: bad header in precompiled chunk". > The problem is solved installing version 5.2 of lua, and also the > liblua5.2-0 and liblua5.2-dev. > > Now it's fully operational. Pretty good job guys, the tabs help > a lot with text-based browsing. > > Regards. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Notion-general mailing list > Not...@li... > https://lists.sourceforge.net/lists/listinfo/notion-general > |