29 Mar
2016
29 Mar
'16
4:03 p.m.
Dear Luigi, On 25 March 2016 at 15:30, luigi scarso wrote:
New beta-0.90.0 is on the svn server in tags/beta-0.90.0 Quite important release, also for the integration in TeXLive (very likely it will be the luatex of TeXLive 2016)
As usual it should be ok , but in any case we are here.....
For some very weird reason I'm unable to compile LuaTeX 0.90.0 on i386-solaris (it works with sparc-solaris though which is even more weird). Here's the error I'm getting: ../../../source/libs/zziplib/zziplib-src/zzip/stat.c:44:37: error: 'strcasecmp' undeclared (first use in this function) cmp = (flags & ZZIP_CASELESS) ? strcasecmp : strcmp; ^ I need to add that compiling TeX Live sources works. Mojca