<html>
<head></head>
<body>
<p>Hello,</p>
<p>after configuring and compiling TeX Live, I have got several errors in </p>
<p>zziplib source. The errors are the following</p>
<blockquote class="replyBlock" style="border-left: 2px solid #000044; margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><p>In file included from ../../../libs/zziplib/zziplib-src/zzip/types.h:30:0,</p>
<p>                from ../../../libs/zziplib/zziplib-src/zzip/zzip.h:22,</p>
<p>                from ../../../libs/zziplib/zziplib-src/zzip/lib.h:21,</p>
<p>                from ../../../libs/zziplib/zziplib-src/zzip/dir.c:14:</p>
<p>../../../libs/zziplib/zziplib-src/zzip/conf.h:55:23: error: unknown type name 'off64_t'</p>
<p>#define _zzip_off64_t off64_t</p>
<p>../../../libs/zziplib/zziplib-src/zzip/conf.h:100:23: error: unknown type name 'ssize_t'</p>
<p>#define _zzip_ssize_t ssize_t</p>
<p>In file included from ../../../libs/zziplib/zziplib-src/zzip/lib.h:23:0,</p>
<p>                from ../../../libs/zziplib/zziplib-src/zzip/dir.c:14:</p>
<p>../../../libs/zziplib/zziplib-src/zzip/stdint.h:28:5: error: #error unable to typedef int16_t from either int or short</p>
<p>#   error unable to typedef int16_t from either int or short</p>
<p>../../../libs/zziplib/zziplib-src/zzip/stdint.h:37:5: error: #error unable to typedef int32_t from either int or long</p>
<p>#   error unable to typedef int32_t from either int or long</p>
<p>In file included from /home/jbgg/source/texlive-20170524-source/Work/libs/zlib/include/zconf.h:444:0,</p>
<p>                from /home/jbgg/source/texlive-20170524-source/Work/libs/zlib/include/zlib.h:34,</p>
<p>                from ../../../libs/zziplib/zziplib-src/zzip/file.h:34,</p>
<p>                from ../../../libs/zziplib/zziplib-src/zzip/dir.c:15:</p>
<p>/usr/include/sys/types.h:195:1: error: conflicting types for 'int32_t'</p>
<p>__intN_t (32, __SI__);</p>
<p>In file included from /home/jbgg/source/texlive-20170524-source/Work/libs/zlib/include/zconf.h:444:0,</p>
<p>                from /home/jbgg/source/texlive-20170524-source/Work/libs/zlib/include/zlib.h:34,</p>
<p>                from ../../../libs/zziplib/zziplib-src/zzip/file.h:34,</p>
<p>                from ../../../libs/zziplib/zziplib-src/zzip/dir.c:15:</p>
<p>/usr/include/sys/types.h:196:1: error: conflicting types for 'int64_t'</p>
<p>__intN_t (64, __DI__);</p>
</blockquote><p>I'm building in Linux with gcc-6.3.0.</p>
<p>I have test it in x86 and x64 machines with the same errors.</p>
<p>Finally, for more information, the version of TeX Live source is 20170524.</p>
<p>Any ideas how to solve it?</p>
<br><p>Bosco.</p>
</body>
</html>