On Thu, Jan 3, 2013 at 4:29 PM, luigi scarso wrote:
On Thu, Jan 3, 2013 at 3:11 PM, Mojca Miklavec wrote:
Exactly the same happens on Sparc Solaris.
see before.
I don't know if it's the case, but LuaJIT has vm written in assembly. I don't expect that it will work on every platform as Luatex.
Nevermind. I've found the table here: http://luajit.org/install.html and I'll try to exclude compilation of luajittex on the platforms that have no chance of getting luajittex compiled at all. Here's the list, please let me know if I got any of the platforms wrong: x86_64-linux - YES (gcc 4.x) i386-linux - YES (gcc 3.4+) powerpc-linux - YES (gcc 4.3+) armel-linux - YES (gcc 4.2+, not sure if armelhf also works?, but we don't currently include it) x86_64-darwin - YES i386-darwin - YES? (compilation works for me on 10.7, but Dick has problems on 10.6) powerpc-darwin - NO? (based on website claims) universal-darwin - [if the above is true, we can only ship the i386 part of the binary if needed by anyone] amd64-freebsd - YES? (website claims the contrary, but Alan compiled it) amd64-kfreebsd - same as above i386-freebsd - YES i386-kfreebsd - YES i386-solaris - YES? (website doesn't mention Solaris at all, but LuaJIT alone builds on i386 Solaris where I tested just fine; Marco didn't commit anything yet) sparc-solaris - NO (I also get 'lj_arch.h:55:2: error: #error "No support for this architecture (yet)"') So: I'll exclude some platforms when building, but I would also like to ask Luigi to test if luajittex has any chance to be built at all, so that compilation won't run forever just to hit the #error "No support for this architecture (yet)" towards the end of building process. Mojca