ls> Date: Fri, 11 Mar 2016 11:55:38 +0100
ls> From: luigi scarso <luigi.scarso@gmail.com>
ls> New beta-0.89.4 is on the svn server.
ls> It's another "silent" version, i.e. only for gardener, so no formal
ls> announcement.
ls> (the next formal release is 0.90).
ls> Luajittex should be ok now.
There was a problem on arm:
../../../source/libs/luajit/LuaJIT-src/src/lj_err.c:313: error: redefinition of typedef '_Unwind_Context'
../../../source/libs/luajit/LuaJIT-src/src/lj_err.c:193: note: previous declaration of '_Unwind_Context' was here
make[2]: *** [LuaJIT-src/src/lj_err.lo] Error 1
After I've commented out the line 313, I was able to compile. I guess
this was bad #ifdef logics.