=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for tads-3.0.8nb4 --- osgen3_stdio.o --- --- osunixt_stdio.o --- --- ler.o --- --- mcm.o --- --- mcs.o --- --- mch.o --- --- obj.o --- --- cmd.o --- --- osgen3_stdio.o --- cc -c -O2 -DOSANSI -DUNIX -DHAVE_STRCASECMP -DOS_SYSTEM_NAME=\""Darwin"\" -DSYSNAME=\""Darwin"\" -DSYSPL=\"4\" -DPORTER=\""pkgsrc-users"\" -DSYSMAINTAINER=\""pkgsrc port maintained by pkgsrc-users@NetBSD.org\n"\" -DNETBSD -DUNIXPATCHLEVEL=\"1\" -I. -DUSE_STDIO -o osgen3_stdio.o osgen3.c --- osunixt_stdio.o --- cc -c -O2 -DOSANSI -DUNIX -DHAVE_STRCASECMP -DOS_SYSTEM_NAME=\""Darwin"\" -DSYSNAME=\""Darwin"\" -DSYSPL=\"4\" -DPORTER=\""pkgsrc-users"\" -DSYSMAINTAINER=\""pkgsrc port maintained by pkgsrc-users@NetBSD.org\n"\" -DNETBSD -DUNIXPATCHLEVEL=\"1\" -I. -DUSE_STDIO -o osunixt_stdio.o osunixt.c --- ler.o --- cc -c -DUNIXPATCHLEVEL=\"1\" -O2 -DOSANSI -DUNIX -DHAVE_STRCASECMP -DOS_SYSTEM_NAME=\""Darwin"\" -DSYSNAME=\""Darwin"\" -DSYSPL=\"4\" -DPORTER=\""pkgsrc-users"\" -DSYSMAINTAINER=\""pkgsrc port maintained by pkgsrc-users@NetBSD.org\n"\" -DNETBSD -I. ler.c --- mcm.o --- cc -c -DUNIXPATCHLEVEL=\"1\" -O2 -DOSANSI -DUNIX -DHAVE_STRCASECMP -DOS_SYSTEM_NAME=\""Darwin"\" -DSYSNAME=\""Darwin"\" -DSYSPL=\"4\" -DPORTER=\""pkgsrc-users"\" -DSYSMAINTAINER=\""pkgsrc port maintained by pkgsrc-users@NetBSD.org\n"\" -DNETBSD -I. mcm.c --- mcs.o --- cc -c -DUNIXPATCHLEVEL=\"1\" -O2 -DOSANSI -DUNIX -DHAVE_STRCASECMP -DOS_SYSTEM_NAME=\""Darwin"\" -DSYSNAME=\""Darwin"\" -DSYSPL=\"4\" -DPORTER=\""pkgsrc-users"\" -DSYSMAINTAINER=\""pkgsrc port maintained by pkgsrc-users@NetBSD.org\n"\" -DNETBSD -I. mcs.c --- mch.o --- cc -c -DUNIXPATCHLEVEL=\"1\" -O2 -DOSANSI -DUNIX -DHAVE_STRCASECMP -DOS_SYSTEM_NAME=\""Darwin"\" -DSYSNAME=\""Darwin"\" -DSYSPL=\"4\" -DPORTER=\""pkgsrc-users"\" -DSYSMAINTAINER=\""pkgsrc port maintained by pkgsrc-users@NetBSD.org\n"\" -DNETBSD -I. mch.c --- obj.o --- cc -c -DUNIXPATCHLEVEL=\"1\" -O2 -DOSANSI -DUNIX -DHAVE_STRCASECMP -DOS_SYSTEM_NAME=\""Darwin"\" -DSYSNAME=\""Darwin"\" -DSYSPL=\"4\" -DPORTER=\""pkgsrc-users"\" -DSYSMAINTAINER=\""pkgsrc port maintained by pkgsrc-users@NetBSD.org\n"\" -DNETBSD -I. obj.c --- cmd.o --- cc -c -DUNIXPATCHLEVEL=\"1\" -O2 -DOSANSI -DUNIX -DHAVE_STRCASECMP -DOS_SYSTEM_NAME=\""Darwin"\" -DSYSNAME=\""Darwin"\" -DSYSPL=\"4\" -DPORTER=\""pkgsrc-users"\" -DSYSMAINTAINER=\""pkgsrc port maintained by pkgsrc-users@NetBSD.org\n"\" -DNETBSD -I. cmd.c --- osunixt_stdio.o --- In file included from osunixt.c:52: In file included from ./os.h:133: ./osunixt.h:164:9: warning: 'memcpy' macro redefined [-Wmacro-redefined] #define memcpy our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:62:9: note: previous definition is here #define memcpy(dest, ...) \ ^ In file included from osunixt.c:52: In file included from ./os.h:133: ./osunixt.h:165:9: warning: 'memmove' macro redefined [-Wmacro-redefined] #define memmove our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here #define memmove(dest, ...) \ ^ In file included from osunixt.c:57: In file included from ./voc.h:26: In file included from ./err.h:61: ./ler.h:98:5: error: unknown type name 'uint'; did you mean 'int'? uint errmfnum; /* error number */ ^~~~ int ./ler.h:99:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errmfseek; /* seek location of this message */ ^~~~~ long ./ler.h:113:5: error: unknown type name 'uint'; did you mean 'int'? uint errcxsksz; /* size of errcxseek array */ ^~~~ int ./ler.h:114:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errcxbase; /* offset in physical file of logical error file */ ^~~~~ long ./ler.h:317:42: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int ./ler.h:317:56: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int ./ler.h:330:5: error: unknown type name 'uint'; did you mean 'int'? uint errmerr; /* error number */ ^~~~ int --- ler.o --- In file included from ler.c:25: In file included from ./os.h:133: ./osunixt.h:164:9: warning: 'memcpy' macro redefined [-Wmacro-redefined] #define memcpy our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:62:9: note: previous definition is here #define memcpy(dest, ...) \ ^ In file included from ler.c:25: In file included from ./os.h:133: ./osunixt.h:165:9: warning: 'memmove' macro redefined [-Wmacro-redefined] #define memmove our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here #define memmove(dest, ...) \ ^ In file included from ler.c:26: ./ler.h:98:5: error: unknown type name 'uint'; did you mean 'int'? uint errmfnum; /* error number */ ^~~~ int ./ler.h:99:5: error: unknown type name 'ulong'; did you mean 'long'? --- mcs.o --- In file included from mcs.c:25: In file included from ./os.h:133: ./osunixt.h:164:9: warning: 'memcpy' macro redefined [-Wmacro-redefined] #define memcpy our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:62:9: note: previous definition is here #define memcpy(dest, ...) \ ^ In file included from mcs.c:25: In file included from ./os.h:133: ./osunixt.h:165:9: warning: 'memmove' macro redefined [-Wmacro-redefined] #define memmove our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here #define memmove(dest, ...) \ ^ --- ler.o --- ulong errmfseek; /* seek location of this message */ ^~~~~ long ./ler.h:113:5: error: unknown type name 'uint'; did you mean 'int'? uint errcxsksz; /* size of errcxseek array */ ^~~~ int ./ler.h:114:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errcxbase; /* offset in physical file of logical error file */ ^~~~~ long ./ler.h:317:42: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- mcs.o --- In file included from mcs.c:27: In file included from ./err.h:61: ./ler.h:98:5: error: unknown type name 'uint'; did you mean 'int'? uint errmfnum; /* error number */ ^~~~ int --- ler.o --- ./ler.h:317:56: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- mcs.o --- ./ler.h:99:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errmfseek; /* seek location of this message */ ^~~~~ long --- osunixt_stdio.o --- In file included from osunixt.c:57: --- ler.o --- ./ler.h:330:5: error: unknown type name 'uint'; did you mean 'int'? uint errmerr; /* error number */ ^~~~ int --- osunixt_stdio.o --- In file included from ./voc.h:29: In file included from ./obj.h:40: In file included from ./prp.h:39: ./dat.h:51:1: error: unknown type name 'uint'; did you mean 'int'? uint datsiz(dattyp typ, void *valptr); ^~~~ int --- mcs.o --- ./ler.h:113:5: error: unknown type name 'uint'; did you mean 'int'? uint errcxsksz; /* size of errcxseek array */ ^~~~ int ./ler.h:114:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errcxbase; /* offset in physical file of logical error file */ ^~~~~ --- osunixt_stdio.o --- In file included from osunixt.c:57: In file included from ./voc.h:29: In file included from ./obj.h:40: ./prp.h:43:9: error: unknown type name 'ushort'; did you mean 'short'? typedef ushort prpnum; ^~~~~~ short --- ler.o --- 2 warnings and 7 errors generated. --- mcs.o --- long ./ler.h:317:42: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- osunixt_stdio.o --- In file included from osunixt.c:57: In file included from ./voc.h:29: In file included from ./obj.h:46: In file included from ./mcm.h:32: ./mcs.h:39:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcsdsptr; /* seek pointer in swap file */ ^~~~~ long ./mcs.h:40:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdssiz; /* size of this swap segment */ ^~~~~~ short --- mcs.o --- ./ler.h:317:56: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int ./ler.h:330:5: error: unknown type name 'uint'; did you mean 'int'? uint errmerr; /* error number */ ^~~~ int --- osunixt_stdio.o --- ./mcs.h:41:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdsosz; /* size of object written to segment */ ^~~~~~ short ./mcs.h:42:5: error: unknown type name 'uint'; did you mean 'int'? uint mcsdsobj; /* client object ID */ ^~~~ int --- mcs.o --- In file included from mcs.c:28: ./mcs.h:39:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcsdsptr; /* seek pointer in swap file */ ^~~~~ long ./mcs.h:40:5: error: unknown type name 'ushort'; did you mean 'short'? --- ler.o --- *** [ler.o] Error code 1 bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 --- osunixt_stdio.o --- ./mcs.h:43:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdsflg; /* flags */ ^~~~~~ short ./mcs.h:52:9: error: unknown type name 'ushort'; did you mean 'short'? typedef ushort mcsseg; ^~~~~~ short ./mcs.h:61:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxtop; /* top of swap file allocated so far */ ^~~~~ long ./mcs.h:62:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxmax; /* maximum size of swap file we're allowed */ ^~~~~ long ./mcs.h:71:62: error: unknown type name 'ulong'; did you mean 'long'? void mcsini(struct mcscxdef *ctx, struct mcmcx1def *gmemctx, ulong maxsiz, ^~~~~ long ./mcs.h:90:37: error: unknown type name 'uint'; did you mean 'int'? --- mcs.o --- ushort mcsdssiz; /* size of this swap segment */ ^~~~~~ short ./mcs.h:41:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdsosz; /* size of object written to segment */ ^~~~~~ short ./mcs.h:42:5: error: unknown type name 'uint'; did you mean 'int'? uint mcsdsobj; /* client object ID */ ^~~~ int ./mcs.h:43:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdsflg; /* flags */ ^~~~~~ short ./mcs.h:52:9: error: unknown type name 'ushort'; did you mean 'short'? typedef ushort mcsseg; ^~~~~~ short ./mcs.h:61:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxtop; /* top of swap file allocated so far */ ^~~~~ long ./mcs.h:62:5: error: unknown type name 'ulong'; did you mean 'long'? --- osunixt_stdio.o --- mcsseg mcsout(struct mcscxdef *ctx, uint objid, uchar *objptr, ^~~~ int fatal error: too many errors emitted, stopping now [-ferror-limit=] --- mcs.o --- ulong mcscxmax; /* maximum size of swap file we're allowed */ ^~~~~ long ./mcs.h:71:62: error: unknown type name 'ulong'; did you mean 'long'? void mcsini(struct mcscxdef *ctx, struct mcmcx1def *gmemctx, ulong maxsiz, ^~~~~ long ./mcs.h:90:37: error: unknown type name 'uint'; did you mean 'int'? mcsseg mcsout(struct mcscxdef *ctx, uint objid, uchar *objptr, ^~~~ int ./mcs.h:91:15: error: unknown type name 'ushort'; did you mean 'short'? ushort objsize, mcsseg oldswapseg, int dirty); ^~~~~~ short ./mcs.h:94:65: error: unknown type name 'ushort'; did you mean 'short'? void mcsin(struct mcscxdef *ctx, mcsseg swapseg, uchar *objptr, ushort size); ^~~~~~ short fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated. --- osunixt_stdio.o --- 2 warnings and 20 errors generated. --- mch.o --- In file included from mch.c:24: In file included from ./os.h:133: ./osunixt.h:164:9: warning: 'memcpy' macro redefined [-Wmacro-redefined] #define memcpy our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:62:9: note: previous definition is here #define memcpy(dest, ...) \ ^ In file included from mch.c:24: In file included from ./os.h:133: ./osunixt.h:165:9: warning: 'memmove' macro redefined [-Wmacro-redefined] --- obj.o --- In file included from obj.c:53: In file included from ./os.h:133: --- mch.o --- #define memmove our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here --- obj.o --- ./osunixt.h:164:9: warning: 'memcpy' macro redefined [-Wmacro-redefined] #define memcpy our_memcpy ^ --- mch.o --- #define memmove(dest, ...) \ ^ --- obj.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:62:9: note: previous definition is here #define memcpy(dest, ...) \ ^ In file included from obj.c:53: In file included from ./os.h:133: ./osunixt.h:165:9: warning: 'memmove' macro redefined [-Wmacro-redefined] #define memmove our_memcpy --- mcs.o --- *** [mcs.o] Error code 1 bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 --- obj.o --- ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here #define memmove(dest, ...) \ ^ --- osunixt_stdio.o --- *** [osunixt_stdio.o] Error code 1 bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 --- osgen3_stdio.o --- In file included from osgen3.c:71: In file included from ./os.h:133: ./osunixt.h:164:9: warning: 'memcpy' macro redefined [-Wmacro-redefined] #define memcpy our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:62:9: note: previous definition is here #define memcpy(dest, ...) \ ^ In file included from osgen3.c:71: In file included from ./os.h:133: ./osunixt.h:165:9: warning: 'memmove' macro redefined [-Wmacro-redefined] #define memmove our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here #define memmove(dest, ...) \ ^ --- obj.o --- In file included from obj.c:54: In file included from ./obj.h:40: In file included from ./prp.h:39: ./dat.h:51:1: error: unknown type name 'uint'; did you mean 'int'? uint datsiz(dattyp typ, void *valptr); ^~~~ int In file included from obj.c:54: In file included from ./obj.h:40: ./prp.h:43:9: error: unknown type name 'ushort'; did you mean 'short'? typedef ushort prpnum; ^~~~~~ short In file included from obj.c:54: In file included from ./obj.h:46: In file included from ./mcm.h:32: In file included from ./mcs.h:31: In file included from ./err.h:61: ./ler.h:98:5: error: unknown type name 'uint'; did you mean 'int'? uint errmfnum; /* error number */ ^~~~ int ./ler.h:99:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errmfseek; /* seek location of this message */ ^~~~~ long ./ler.h:113:5: error: unknown type name 'uint'; did you mean 'int'? uint errcxsksz; /* size of errcxseek array */ ^~~~ int ./ler.h:114:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errcxbase; /* offset in physical file of logical error file */ ^~~~~ long ./ler.h:317:42: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- osgen3_stdio.o --- In file included from osgen3.c:83: In file included from ./run.h:34: In file included from ./obj.h:40: In file included from ./prp.h:39: ./dat.h:51:1: error: unknown type name 'uint'; did you mean 'int'? --- obj.o --- ./ler.h:317:56: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- osgen3_stdio.o --- uint datsiz(dattyp typ, void *valptr); ^~~~ int --- obj.o --- ./ler.h:330:5: error: unknown type name 'uint'; did you mean 'int'? uint errmerr; /* error number */ ^~~~ int --- osgen3_stdio.o --- In file included from osgen3.c:83: In file included from ./run.h:34: In file included from ./obj.h:40: ./prp.h:43:9: error: unknown type name 'ushort'; did you mean 'short'? typedef ushort prpnum; ^~~~~~ short --- obj.o --- In file included from obj.c:54: In file included from ./obj.h:46: In file included from ./mcm.h:32: ./mcs.h:39:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcsdsptr; /* seek pointer in swap file */ ^~~~~ long ./mcs.h:40:5: error: unknown type name 'ushort'; did you mean 'short'? --- osgen3_stdio.o --- In file included from osgen3.c:83: In file included from ./run.h:34: In file included from ./obj.h:46: In file included from ./mcm.h:32: --- obj.o --- ushort mcsdssiz; /* size of this swap segment */ ^~~~~~ short --- osgen3_stdio.o --- In file included from ./mcs.h:31: In file included from ./err.h:61: ./ler.h:98:5: error: unknown type name 'uint'; did you mean 'int'? uint errmfnum; /* error number */ ^~~~ int --- obj.o --- ./mcs.h:41:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdsosz; /* size of object written to segment */ ^~~~~~ short ./mcs.h:42:5: error: unknown type name 'uint'; did you mean 'int'? uint mcsdsobj; /* client object ID */ ^~~~ int ./mcs.h:43:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdsflg; /* flags */ ^~~~~~ short ./mcs.h:52:9: error: unknown type name 'ushort'; did you mean 'short'? typedef ushort mcsseg; ^~~~~~ short --- osgen3_stdio.o --- ./ler.h:99:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errmfseek; /* seek location of this message */ ^~~~~ long --- obj.o --- ./mcs.h:61:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxtop; /* top of swap file allocated so far */ ^~~~~ long ./mcs.h:62:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxmax; /* maximum size of swap file we're allowed */ ^~~~~ long ./mcs.h:71:62: error: unknown type name 'ulong'; did you mean 'long'? void mcsini(struct mcscxdef *ctx, struct mcmcx1def *gmemctx, ulong maxsiz, ^~~~~ long ./mcs.h:90:37: error: unknown type name 'uint'; did you mean 'int'? mcsseg mcsout(struct mcscxdef *ctx, uint objid, uchar *objptr, ^~~~ int --- osgen3_stdio.o --- ./ler.h:113:5: error: unknown type name 'uint'; did you mean 'int'? uint errcxsksz; /* size of errcxseek array */ ^~~~ int --- obj.o --- fatal error: too many errors emitted, stopping now [-ferror-limit=] --- osgen3_stdio.o --- ./ler.h:114:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errcxbase; /* offset in physical file of logical error file */ ^~~~~ long --- mch.o --- In file included from mch.c:26: In file included from ./mch.h:33: In file included from ./err.h:61: ./ler.h:98:5: error: unknown type name 'uint'; did you mean 'int'? uint errmfnum; /* error number */ ^~~~ int --- osgen3_stdio.o --- ./ler.h:317:42: error: unknown type name 'uint'; did you mean 'int'? --- mch.o --- ./ler.h:99:5: error: unknown type name 'ulong'; did you mean 'long'? --- osgen3_stdio.o --- void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- mch.o --- ulong errmfseek; /* seek location of this message */ ^~~~~ long --- osgen3_stdio.o --- ./ler.h:317:56: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- mch.o --- ./ler.h:113:5: error: unknown type name 'uint'; did you mean 'int'? uint errcxsksz; /* size of errcxseek array */ ^~~~ int ./ler.h:114:5: error: unknown type name 'ulong'; did you mean 'long'? --- osgen3_stdio.o --- ./ler.h:330:5: error: unknown type name 'uint'; did you mean 'int'? uint errmerr; /* error number */ ^~~~ int --- mch.o --- ulong errcxbase; /* offset in physical file of logical error file */ ^~~~~ long ./ler.h:317:42: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- osgen3_stdio.o --- In file included from osgen3.c:83: In file included from ./run.h:34: In file included from ./obj.h:46: In file included from ./mcm.h:32: ./mcs.h:39:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcsdsptr; /* seek pointer in swap file */ ^~~~~ long ./mcs.h:40:5: error: unknown type name 'ushort'; did you mean 'short'? --- mch.o --- ./ler.h:317:56: error: unknown type name 'uint'; did you mean 'int'? --- osgen3_stdio.o --- ushort mcsdssiz; /* size of this swap segment */ ^~~~~~ short --- mch.o --- void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int ./ler.h:330:5: error: unknown type name 'uint'; did you mean 'int'? --- osgen3_stdio.o --- ./mcs.h:41:5: error: unknown type name 'ushort'; did you mean 'short'? --- mch.o --- uint errmerr; /* error number */ ^~~~ int --- osgen3_stdio.o --- ushort mcsdsosz; /* size of object written to segment */ ^~~~~~ short ./mcs.h:42:5: error: unknown type name 'uint'; did you mean 'int'? uint mcsdsobj; /* client object ID */ ^~~~ int --- mch.o --- In file included from mch.c:26: ./mch.h:41:30: error: unknown type name 'ushort'; did you mean 'short'? uchar *mchalo(errcxdef *ctx, ushort siz, char *comment); ^~~~~~ short --- osgen3_stdio.o --- ./mcs.h:43:5: error: unknown type name 'ushort'; did you mean 'short'? --- obj.o --- 2 warnings and 20 errors generated. --- osgen3_stdio.o --- ushort mcsdsflg; /* flags */ ^~~~~~ short ./mcs.h:52:9: error: unknown type name 'ushort'; did you mean 'short'? --- mch.o --- mch.c:32:30: error: unknown type name 'ushort'; did you mean 'short'? uchar *mchalo(errcxdef *ctx, ushort siz, char *comment) --- osgen3_stdio.o --- typedef ushort mcsseg; ^~~~~~ short --- mch.o --- ^~~~~~ short 2 warnings and 9 errors generated. --- osgen3_stdio.o --- ./mcs.h:61:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxtop; /* top of swap file allocated so far */ ^~~~~ long --- obj.o --- *** [obj.o] Error code 1 bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 --- osgen3_stdio.o --- ./mcs.h:62:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxmax; /* maximum size of swap file we're allowed */ ^~~~~ long --- mch.o --- *** [mch.o] Error code 1 bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 --- osgen3_stdio.o --- ./mcs.h:71:62: error: unknown type name 'ulong'; did you mean 'long'? void mcsini(struct mcscxdef *ctx, struct mcmcx1def *gmemctx, ulong maxsiz, ^~~~~ long ./mcs.h:90:37: error: unknown type name 'uint'; did you mean 'int'? mcsseg mcsout(struct mcscxdef *ctx, uint objid, uchar *objptr, ^~~~ int fatal error: too many errors emitted, stopping now [-ferror-limit=] --- cmd.o --- In file included from cmd.c:23: In file included from ./os.h:133: ./osunixt.h:164:9: warning: 'memcpy' macro redefined [-Wmacro-redefined] #define memcpy our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:62:9: note: previous definition is here #define memcpy(dest, ...) \ ^ In file included from cmd.c:23: In file included from ./os.h:133: ./osunixt.h:165:9: warning: 'memmove' macro redefined [-Wmacro-redefined] #define memmove our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here #define memmove(dest, ...) \ ^ --- mcm.o --- In file included from mcm.c:25: In file included from ./os.h:133: ./osunixt.h:164:9: warning: 'memcpy' macro redefined [-Wmacro-redefined] #define memcpy our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:62:9: note: previous definition is here #define memcpy(dest, ...) \ ^ In file included from mcm.c:25: In file included from ./os.h:133: ./osunixt.h:165:9: warning: 'memmove' macro redefined [-Wmacro-redefined] #define memmove our_memcpy ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here #define memmove(dest, ...) \ ^ --- cmd.o --- In file included from cmd.c:25: In file included from ./err.h:61: ./ler.h:98:5: error: unknown type name 'uint'; did you mean 'int'? uint errmfnum; /* error number */ ^~~~ int --- osgen3_stdio.o --- 2 warnings and 20 errors generated. --- cmd.o --- ./ler.h:99:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errmfseek; /* seek location of this message */ ^~~~~ long ./ler.h:113:5: error: unknown type name 'uint'; did you mean 'int'? --- mcm.o --- In file included from mcm.c:26: In file included from ./mcm.h:32: In file included from ./mcs.h:31: In file included from ./err.h:61: ./ler.h:98:5: error: unknown type name 'uint'; did you mean 'int'? --- cmd.o --- uint errcxsksz; /* size of errcxseek array */ ^~~~ int --- mcm.o --- uint errmfnum; /* error number */ ^~~~ int --- cmd.o --- ./ler.h:114:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errcxbase; /* offset in physical file of logical error file */ ^~~~~ long --- mcm.o --- ./ler.h:99:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errmfseek; /* seek location of this message */ ^~~~~ long ./ler.h:113:5: error: unknown type name 'uint'; did you mean 'int'? --- cmd.o --- ./ler.h:317:42: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int --- mcm.o --- uint errcxsksz; /* size of errcxseek array */ ^~~~ int --- cmd.o --- ./ler.h:317:56: error: unknown type name 'uint'; did you mean 'int'? --- mcm.o --- ./ler.h:114:5: error: unknown type name 'ulong'; did you mean 'long'? ulong errcxbase; /* offset in physical file of logical error file */ ^~~~~ long --- cmd.o --- void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int ./ler.h:330:5: error: unknown type name 'uint'; did you mean 'int'? uint errmerr; /* error number */ ^~~~ int --- mcm.o --- ./ler.h:317:42: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int ./ler.h:317:56: error: unknown type name 'uint'; did you mean 'int'? void errmsg(errcxdef *ctx, char *outbuf, uint outbufl, uint err); ^~~~ int ./ler.h:330:5: error: unknown type name 'uint'; did you mean 'int'? uint errmerr; /* error number */ ^~~~ int --- cmd.o --- 2 warnings and 7 errors generated. --- mcm.o --- In file included from mcm.c:26: In file included from ./mcm.h:32: ./mcs.h:39:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcsdsptr; /* seek pointer in swap file */ ^~~~~ long --- osgen3_stdio.o --- *** [osgen3_stdio.o] Error code 1 bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 --- mcm.o --- ./mcs.h:40:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdssiz; /* size of this swap segment */ ^~~~~~ short ./mcs.h:41:5: error: unknown type name 'ushort'; did you mean 'short'? ushort mcsdsosz; /* size of object written to segment */ ^~~~~~ short ./mcs.h:42:5: error: unknown type name 'uint'; did you mean 'int'? uint mcsdsobj; /* client object ID */ ^~~~ int ./mcs.h:43:5: error: unknown type name 'ushort'; did you mean 'short'? --- cmd.o --- *** [cmd.o] Error code 1 bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 --- mcm.o --- ushort mcsdsflg; /* flags */ ^~~~~~ short ./mcs.h:52:9: error: unknown type name 'ushort'; did you mean 'short'? typedef ushort mcsseg; ^~~~~~ short ./mcs.h:61:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxtop; /* top of swap file allocated so far */ ^~~~~ long ./mcs.h:62:5: error: unknown type name 'ulong'; did you mean 'long'? ulong mcscxmax; /* maximum size of swap file we're allowed */ ^~~~~ long ./mcs.h:71:62: error: unknown type name 'ulong'; did you mean 'long'? void mcsini(struct mcscxdef *ctx, struct mcmcx1def *gmemctx, ulong maxsiz, ^~~~~ long ./mcs.h:90:37: error: unknown type name 'uint'; did you mean 'int'? mcsseg mcsout(struct mcscxdef *ctx, uint objid, uchar *objptr, ^~~~ int ./mcs.h:91:15: error: unknown type name 'ushort'; did you mean 'short'? ushort objsize, mcsseg oldswapseg, int dirty); ^~~~~~ short ./mcs.h:94:65: error: unknown type name 'ushort'; did you mean 'short'? void mcsin(struct mcscxdef *ctx, mcsseg swapseg, uchar *objptr, ushort size); ^~~~~~ short fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated. *** [mcm.o] Error code 1 bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 8 errors bmake: stopped in /opt/work/games/tads/work/tads-3.0.8/tads2 *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/games/tads *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/games/tads