=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xscrabble-1.0nb7 making all in ./Xc... cc -O -I.. -I. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Control.c cc -O -I.. -I. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Value.c Value.c:358:51: warning: if statement has empty body [-Wempty-body] if (new->value.decimals != cur->value.decimals); ^ Value.c:358:51: note: put the semicolon on a separate line to silence this warning 1 warning generated. cc -O -I.. -I. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c BarGraf.c BarGraf.c:247:48: warning: incompatible pointer types passing 'BarGraphWidget' (aka 'struct _BarGraphRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] XtAppAddTimeOut(XtWidgetToApplicationContext(new), ^~~ /usr/pkgsrc/work/games/xscrabble/work/.buildlink/include/X11/Intrinsic.h:1530:1: note: passing argument to parameter here ); ^ BarGraf.c:314:22: warning: incompatible pointer types passing 'BarGraphWidget' (aka 'struct _BarGraphRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] if (!XtIsRealized(w)) ^ /usr/pkgsrc/work/games/xscrabble/work/.buildlink/include/X11/IntrinsicP.h:208:48: note: expanded from macro 'XtIsRealized' #define XtIsRealized(object) (XtWindowOfObject(object) != None) ^ /usr/pkgsrc/work/games/xscrabble/work/.buildlink/include/X11/Intrinsic.h:1206:1: note: passing argument to parameter here ); ^ BarGraf.c:463:48: warning: incompatible pointer types passing 'BarGraphWidget' (aka 'struct _BarGraphRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] XtAppAddTimeOut(XtWidgetToApplicationContext(new), ^~~ /usr/pkgsrc/work/games/xscrabble/work/.buildlink/include/X11/Intrinsic.h:1530:1: note: passing argument to parameter here ); ^ BarGraf.c:803:21: warning: incompatible pointer types passing 'BarGraphWidget' (aka 'struct _BarGraphRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] if (XtIsRealized(w)) ^ /usr/pkgsrc/work/games/xscrabble/work/.buildlink/include/X11/IntrinsicP.h:208:48: note: expanded from macro 'XtIsRealized' #define XtIsRealized(object) (XtWindowOfObject(object) != None) ^ /usr/pkgsrc/work/games/xscrabble/work/.buildlink/include/X11/Intrinsic.h:1206:1: note: passing argument to parameter here ); ^ BarGraf.c:843:24: warning: incompatible pointer types passing 'BarGraphWidget' (aka 'struct _BarGraphRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] if (XtIsRealized(w)) ^ /usr/pkgsrc/work/games/xscrabble/work/.buildlink/include/X11/IntrinsicP.h:208:48: note: expanded from macro 'XtIsRealized' #define XtIsRealized(object) (XtWindowOfObject(object) != None) ^ /usr/pkgsrc/work/games/xscrabble/work/.buildlink/include/X11/Intrinsic.h:1206:1: note: passing argument to parameter here ); ^ 5 warnings generated. rm -f libXc.a ar clq libXc.a Control.o Value.o BarGraf.o ranlib libXc.a making all in ./src... cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c init.c cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c xinit.c cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c misc.c misc.c:233:23: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] fprintf(fp,"%li\n",highscores[nplayers][numscores].date); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lli misc.c:239:23: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] fprintf(fp,"%li\n",bestgos[cgoscores].date); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~ %lli misc.c:263:22: warning: format specifies type 'long *' but the argument has type 'time_t *' (aka 'long long *') [-Wformat] fscanf(fp,"%li\n",&highscores[nplayers][numscores].date); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lli misc.c:269:22: warning: format specifies type 'long *' but the argument has type 'time_t *' (aka 'long long *') [-Wformat] fscanf(fp,"%li\n",&bestgos[cgoscores].date); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ %lli 4 warnings generated. cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c moves.c cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c cmove.c cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c main.c main.c:92:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void main(int argc, char **argv) ^ main.c:92:1: note: change return type to 'int' void main(int argc, char **argv) ^~~~ int 1 warning generated. cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c xutils.c xutils.c:50:6: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1); ^ xutils.c:50:6: note: include the header or explicitly provide a declaration for 'exit' 1 warning generated. cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c mess.c mess.c:99:17: warning: incompatible pointer types initializing 'XtActionProc' (aka 'void (*)(Widget, XEvent *, String *, Cardinal *)') with an expression of type 'void (Widget, XExposeEvent *, String *, Cardinal *)' [-Wincompatible-pointer-types] {"DoMessage", DoMessage}, ^~~~~~~~~ mess.c:100:19: warning: incompatible pointer types initializing 'XtActionProc' (aka 'void (*)(Widget, XEvent *, String *, Cardinal *)') with an expression of type 'void (Widget, XEvent *, String *, Cardinal)' [-Wincompatible-pointer-types] {"KeyRedirect", KeyRedirect}, ^~~~~~~~~~~ 2 warnings generated. cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c popup.c cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c widgets.c widgets.c:171:2: warning: implicit declaration of function 'CreateAboutPopup' is invalid in C99 [-Wimplicit-function-declaration] CreateAboutPopup(dnum); ^ 1 warning generated. cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c display.c cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c user.c cc -O -I.. -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c CircPerc.c CircPerc.c:371:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ CircPerc.c:377:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 2 warnings generated. bmake[1]: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake[1]: stopped in /usr/pkgsrc/work/games/xscrabble/work/xscrabble/src *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/work/games/xscrabble/work/xscrabble *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/games/xscrabble *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/games/xscrabble