=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for hztty-2.0 ./miniconf.sh cc -E make DEFINES='-DBSD' hztty cc -O2 -march=i586 -DBSD -DHZTTY_GB_BIG5 -DHZTTY_UNICODE_GB -DHZTTY_UNICODE_BIG5 -I. -c main.c In file included from main.c:49: ./config.h:172:17: error: field has incomplete type 'struct sgttyb' struct sgttyb sb; ^ ./config.h:172:10: note: forward declaration of 'struct sgttyb' struct sgttyb sb; ^ ./config.h:173:17: error: field has incomplete type 'struct tchars' struct tchars tc; ^ ./config.h:173:10: note: forward declaration of 'struct tchars' struct tchars tc; ^ main.c:96:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ main.c:278:22: warning: incompatible pointer types passing 'union wait *' to parameter of type 'int *' [-Wincompatible-pointer-types] while ((pid = wait3(&status, WNOHANG|WUNTRACED, (struct rusage *)0))>0) ^~~~~~~ /usr/include/sys/wait.h:179:18: note: passing argument to parameter here pid_t wait3(int *, int, struct rusage *) __RENAME(__wait350); ^ main.c:293:3: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] kill (child, SIGTERM); ^ 3 warnings and 2 errors generated. *** Error code 1 Stop. make: stopped in /usr/pkgsrc/work/converters/hztty/work/hztty-2.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/converters/hztty/work/hztty-2.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/converters/hztty *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/converters/hztty