Hello Paul, I pulled your latest changes first and got many of these errors:
zic.c(173): error C2081: 'mode_t': name in formal parameter list illegal zic.c(176): error C2061: syntax error: identifier 'umask' zic.c(176): error C2059: syntax error: ';' zic.c(2465): warning C4116: unnamed type definition in parentheses NMAKE : U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.12.25827\bin\HostX64\x64\cl.EXE"' : return code '0x2' Stop. We are using tools.ini with: CFLAGSW = /Zi -DHAVE_SYS_WAIT_H=0 -DHAVE_UNISTD_H=0 -DHAVE_INTTYPES_H=0 -DHAVE_POSIX_DECLS=0 -DHAVE_LINK=0 -DHAVE_SYMLINK=0 -DHAVE_DECL_ASCTIME_R=0 -Dssize_t=int -DHAVE_STRTOLL=0 -DRESERVE_STD_EXT_IDS -DSUPPRESS_TZDIR -DHAVE_TZNAME=1 -DZIC_BLOAT_DEFAULT="""fat""" -DHAVE_SETENV=0 After removing -DHAVE_POSIX_DECLS=0 we got these failures zic.c(1138): error C2065: 'optarg': undeclared identifier zic.c(1146): error C2065: 'optind': undeclared identifier Any other suggestions? Thank you! On Sat, Oct 18, 2025 at 8:15 PM Paul Eggert <[email protected]> wrote: > Also I installed the attached, which I hope ameliorate the issue. >
