12 Mar
2013
12 Mar
'13
3:43 p.m.
If it is known not to compile, I'll also exclude i386-darwin from the list until the problem is fixed, so that it won't even consume time. http://luajit.org/install.html says that is ok on OSX 10.4+ x86 (32 bit)
From what I recall I'm 90% sure that it's because the building scripts don't take user-defined CFLAGS/CXXFLAGS into account, so one half of
So we need to find out why it fails. libraries ends up as 32-bit and the other one as 64-bit and linking fails. (It's probably only luajittex that fails to build, not luajit itself.) I seem to remember that I successfully built 32-bit LuaJITTeX on Mac OS X (maybe I'm wrong though), but that required modifications in building scripts. Mojca