[tlbuild] Building on El Capitan, Macintosh
Apostolos Syropoulos
asyropoulos at gmail.com
Sun Jan 14 10:33:33 CET 2018
Now compilation stops at:
gcc64 -D_XOPEN_SOURCE=600 -Dchar16_t=uint16_t -std=c99 -DHAVE_CONFIG_H -I.
-I../../../texk/web2c -I./w2c -I/container/source/texlive/source/Work/texk
-I/container/source/texlive/source/texk
-I/container/source/texlive/source/Work/libs/zlib/include
-I/container/source/texlive/source/Work/libs/libpng/include
-I../../../texk/web2c/mplibdir -Wimplicit -Wreturn-type
-Wdeclaration-after-statement -Wno-unknown-pragmas -g -O2 -MT
mpost-mpxout.o -MD -MP -MF .deps/mpost-mpxout.Tpo -c -o mpost-mpxout.o
`test -f 'mpxout.c' || echo '../../../texk/web2c/'`mpxout.c
../../../texk/web2c/mplibdir/mpxout.w: In function ‘mpx_newer’:
../../../texk/web2c/mplibdir/mpxout.w:345:23: error: ‘_timestruc_t’ has no
member named ‘tv_sec’
if (source_stat.st_mtim.tv_sec > target_stat.st_mtim.tv_sec ||
^
../../../texk/web2c/mplibdir/mpxout.w:345:51: error: ‘_timestruc_t’ has no
member named ‘tv_sec’
if (source_stat.st_mtim.tv_sec > target_stat.st_mtim.tv_sec ||
^
../../../texk/web2c/mplibdir/mpxout.w:346:21: error: ‘_timestruc_t’ has no
member named ‘tv_sec’
(source_stat.st_mtim.tv_sec == target_stat.st_mtim.tv_sec &&
^
../../../texk/web2c/mplibdir/mpxout.w:346:49: error: ‘_timestruc_t’ has no
member named ‘tv_sec’
(source_stat.st_mtim.tv_sec == target_stat.st_mtim.tv_sec &&
^
../../../texk/web2c/mplibdir/mpxout.w:347:20: error: ‘_timestruc_t’ has no
member named ‘tv_nsec’
source_stat.st_mtim.tv_nsec >= target_stat.st_mtim.tv_nsec))
^
../../../texk/web2c/mplibdir/mpxout.w:347:49: error: ‘_timestruc_t’ has no
member named ‘tv_nsec’
source_stat.st_mtim.tv_nsec >= target_stat.st_mtim.tv_nsec))
^
The "missing" symbol is defined in sys/time_std_impl.h
typedef struct _timespec {
time_t __tv_sec; /* seconds */
long __tv_nsec; /* and nanoseconds */
} _timespec_t;
typedef struct _timespec _timestruc_t; /* definition per SVr4 */
A.S.
--
Apostolos Syropoulos
Xanthi, GREECE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tlbuild/attachments/20180114/2969bf4c/attachment.html>
More information about the tlbuild
mailing list