=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xconq-7.4.1nb15 gmake[1]: Entering directory '/tmp/games/xconq/work/xconq-7.4.1/tcltk' gcc -c -g -DUNIX -I. -I./.. -I./../kernel -I/usr/pkg/include/tcl/generic -I/usr/pkg/include/tk/generic -I/usr/X11R7/include -DUSE_INTERP_RESULT tkmain.c gmake[1]: Entering directory '/tmp/games/xconq/work/xconq-7.4.1/kernel' gcc -c -g -DUNIX -I. -I./.. -I./../kernel -I/usr/pkg/include/tcl/generic -I/usr/pkg/include/tk/generic -I/usr/X11R7/include -DUSE_INTERP_RESULT tkinit.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. init.c gcc -c -g -DUNIX -I. -I./.. -I./../kernel -I/usr/pkg/include/tcl/generic -I/usr/pkg/include/tk/generic -I/usr/X11R7/include -DUSE_INTERP_RESULT tkcmd.c tkmain.c: In function 'tcl_cmd': tkmain.c:217:37: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, name, tcmd, ^~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkconq.h:9, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkmain.c: In function 'initial_ui_init': tkmain.c:234:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] init_error("tcl init failed (%s), exiting", interp->result); ^~~~~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:238:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] init_error("tk init failed (%s), exiting", interp->result); ^~~~~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:328:38: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, "map", mapw_cmd, ^~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkconq.h:9, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkmain.c:331:44: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, "imfsample", imfsample_cmd, ^~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkconq.h:9, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkmain.c:346:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] pathbuf, interp->result); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:356:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] pathbuf, interp->result); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_library_paths': tkmain.c:402:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", buf); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_numgames': tkmain.c:410:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", numgames); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_side_lib_size': tkmain.c:417:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", length(g_side_lib())); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_side_lib_entry': tkmain.c:438:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", name); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_side_lib_entry_available': tkmain.c:463:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", rslt); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_numttypes': tkmain.c:500:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", numttypes); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_numutypes': tkmain.c:507:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", numutypes); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_numsides': tkmain.c:514:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", numsides); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_maxsides': tkmain.c:521:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", g_sides_max()); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_numfeatures': tkmain.c:528:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", numfeatures); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_numtreasury': tkmain.c:541:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", rslt); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_ttype_name': tkmain.c:552:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", t_type_name(t)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:554:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?t?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_t_image_name': tkmain.c:569:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", str); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:571:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?t?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_utype_name': tkmain.c:582:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", u_type_name(u)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:584:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?u?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_u_image_name': tkmain.c:599:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", str); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:601:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?u?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_mtype_name': tkmain.c:612:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", m_type_name(m)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:614:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?m?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_side_name': tkmain.c:625:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", side_name(side_n(s))); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:627:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?s?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_side_adjective': tkmain.c:638:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", side_adjective(side_n(s))); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:640:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?s?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_side_emblem': tkmain.c:651:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, indepside->emblemname); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:657:4: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", dside->ui->eimages[s]->name); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:659:4: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", (side_n(s))->emblemname); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:661:4: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "null"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:663:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?s?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_short_side_title': tkmain.c:675:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", short_side_title(side_n(s))); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:677:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?s?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_side_ingame': tkmain.c:688:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", side_n(s)->ingame); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:690:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?s?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_long_player_title': tkmain.c:704:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", abuf); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_player_advantage': tkmain.c:716:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", (player ? player->advantage : 0)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_player_aitypename': tkmain.c:729:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", player->aitypename); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:731:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] strcpy(interp->result, ""); ^~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_min_advantage': tkmain.c:743:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", (side ? side->minadvantage : 0)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_max_advantage': tkmain.c:755:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", (side ? side->maxadvantage : 0)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_assigned_side': tkmain.c:768:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", side->id); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:770:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?s?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_assigned_player': tkmain.c:785:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", (player ? player->id : 0)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:787:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?s?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_can_rename': tkmain.c:800:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_add_side_and_player': tkmain.c:827:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", n); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_exchange_players': tkmain.c:872:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", n2); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:874:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?s?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_dside': tkmain.c:897:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", dside->id); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_feature_info': tkmain.c:910:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "{\"%s\" \"%s\"}", "no %t", "feature"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:912:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "{\"%s\" \"%s\"}", ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:916:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "{?name? ?type?}"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_feature_desc': tkmain.c:934:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", fdesc); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_version_string': tkmain.c:961:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", version_string()); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_copyright_string': tkmain.c:969:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", copyright_string()); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_try_join_game': tkmain.c:1074:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", rslt); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_run_game': tkmain.c:1140:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", interval); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_save_prefs': tkmain.c:2264:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "power", TCL_GLOBAL_ONLY); ^ tkmain.c:2266:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "grid", TCL_GLOBAL_ONLY); ^ tkmain.c:2268:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "coverage", TCL_GLOBAL_ONLY); ^ tkmain.c:2270:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "elevations", TCL_GLOBAL_ONLY); ^ tkmain.c:2272:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "people", TCL_GLOBAL_ONLY); ^ tkmain.c:2274:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "control", TCL_GLOBAL_ONLY); ^ tkmain.c:2276:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "temperature", TCL_GLOBAL_ONLY); ^ tkmain.c:2278:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "winds", TCL_GLOBAL_ONLY); ^ tkmain.c:2280:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "clouds", TCL_GLOBAL_ONLY); ^ tkmain.c:2282:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "unit_names", TCL_GLOBAL_ONLY); ^ tkmain.c:2284:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "feature_names", TCL_GLOBAL_ONLY); ^ tkmain.c:2286:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "feature_boundaries", TCL_GLOBAL_ONLY); ^ tkmain.c:2288:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "meridians", TCL_GLOBAL_ONLY); ^ tkmain.c:2290:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "meridian_interval", TCL_GLOBAL_ONLY); ^ tkmain.c:2292:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "ai", TCL_GLOBAL_ONLY); ^ tkmain.c:2294:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "terrain_images", TCL_GLOBAL_ONLY); ^ tkmain.c:2296:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "terrain_patterns", TCL_GLOBAL_ONLY); ^ tkmain.c:2298:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "transitions", TCL_GLOBAL_ONLY); ^ tkmain.c:2300:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "font_family", TCL_GLOBAL_ONLY); ^ tkmain.c:2302:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "font_size", TCL_GLOBAL_ONLY); ^ tkmain.c:2304:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strval = Tcl_GetVar2(interp, "prefs", "checkpoint_interval", TCL_GLOBAL_ONLY); ^ tkmain.c: In function 'tk_help_goto': tkmain.c:2618:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] fprintf(stderr, "Error: %s\n", interp->result); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_interp_key': tkmain.c:2678:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", map->prefixarg); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:2696:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", map->prefixarg); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_set_design_data': tkmain.c:2900:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", val); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_create_new_feature': tkmain.c:2919:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", (feature ? feature->id : 0)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_numutypes_available': tkmain.c:3029:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", num); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_utype_actual': tkmain.c:3041:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", u); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:3046:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", -1); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_mtype_actual': tkmain.c:3058:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", m); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:3063:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", -1); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_map_size_at_power': tkmain.c:3073:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d %d", area.width * hws[pow], 0); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_center_on_unit': tkmain.c:3098:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", n); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_available_advance': tkmain.c:3113:3: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", a_type_name(a)); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c:3120:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "?"); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'tk_agreements': tkmain.c:3166:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", listbuf); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmain.c: In function 'eval_tcl_cmd': tkmain.c:3220:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] fprintf(stderr, "Error: %s\n", interp->result); ^~~~~~~ In file included from tkconq.h:9:0, from tkmain.c:11: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. cmdline.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. ai.c gcc -c -g -DUNIX -I. -I./.. -I./../kernel -I/usr/pkg/include/tcl/generic -I/usr/pkg/include/tk/generic -I/usr/X11R7/include -DUSE_INTERP_RESULT tkmap.c gcc -c -g -DUNIX -I. -I./.. -I./../kernel -I/usr/pkg/include/tcl/generic -I/usr/pkg/include/tk/generic -I/usr/X11R7/include -DUSE_INTERP_RESULT tkisamp.c tkmap.c: In function 'mapw_cmd': tkmap.c:314:30: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tk_PathName(mapw->tkwin), mapw_widget_cmd, ^~~~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkconq.h:9, from tkmap.c:12: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkmap.c:363:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] interp->result = Tk_PathName(mapw->tkwin); ^~~~~~ In file included from tkconq.h:9:0, from tkmap.c:12: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmap.c: In function 'mapw_widget_cmd': tkmap.c:419:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%g %g", fraction, fraction2); ^~~~~~~ In file included from tkconq.h:9:0, from tkmap.c:12: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmap.c:421:44: warning: passing argument 3 of 'Tk_GetScrollInfo' from incompatible pointer type [-Wincompatible-pointer-types] type = Tk_GetScrollInfo(interp, argc, argv, &fraction, &count); ^~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tk/generic/tk.h:1559:0, from tkconq.h:10, from tkmap.c:12: /tmp/games/xconq/work/.buildlink/include/tk/generic/tkDecls.h:378:13: note: expected 'const char **' but argument is of type 'char **' EXTERN int Tk_GetScrollInfo(Tcl_Interp *interp, int argc, ^~~~~~~~~~~~~~~~ tkmap.c:449:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%g %g", fraction, fraction2); ^~~~~~~ In file included from tkconq.h:9:0, from tkmap.c:12: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkmap.c:451:44: warning: passing argument 3 of 'Tk_GetScrollInfo' from incompatible pointer type [-Wincompatible-pointer-types] type = Tk_GetScrollInfo(interp, argc, argv, &fraction, &count); ^~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tk/generic/tk.h:1559:0, from tkconq.h:10, from tkmap.c:12: /tmp/games/xconq/work/.buildlink/include/tk/generic/tkDecls.h:378:13: note: expected 'const char **' but argument is of type 'char **' EXTERN int Tk_GetScrollInfo(Tcl_Interp *interp, int argc, ^~~~~~~~~~~~~~~~ tkmap.c: In function 'mapw_configure': tkmap.c:533:13: warning: passing argument 5 of 'Tk_ConfigureWidget' from incompatible pointer type [-Wincompatible-pointer-types] argc, argv, (char *) mapw, flags) != TCL_OK) ^~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tk/generic/tk.h:1559:0, from tkconq.h:10, from tkmap.c:12: /tmp/games/xconq/work/.buildlink/include/tk/generic/tkDecls.h:134:13: note: expected 'const char **' but argument is of type 'char **' EXTERN int Tk_ConfigureWidget(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~~ tkisamp.c: In function 'imfsample_cmd': tkisamp.c:201:35: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tk_PathName(imfsample->tkwin), imfsample_widget_cmd, ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkisamp.c:22: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkisamp.c:234:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] interp->result = Tk_PathName(imfsample->tkwin); ^~~~~~ In file included from tkisamp.c:22:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkisamp.c: In function 'imfsample_widget_cmd': tkisamp.c:283:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", imfsample->selected); ^~~~~~~ In file included from tkisamp.c:22:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkisamp.c:334:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%g %g", fraction, fraction2); ^~~~~~~ In file included from tkisamp.c:22:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkisamp.c:336:44: warning: passing argument 3 of 'Tk_GetScrollInfo' from incompatible pointer type [-Wincompatible-pointer-types] type = Tk_GetScrollInfo(interp, argc, argv, &fraction, &count); ^~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tk/generic/tk.h:1559:0, from tkisamp.c:23: /tmp/games/xconq/work/.buildlink/include/tk/generic/tkDecls.h:378:13: note: expected 'const char **' but argument is of type 'char **' EXTERN int Tk_GetScrollInfo(Tcl_Interp *interp, int argc, ^~~~~~~~~~~~~~~~ tkisamp.c: In function 'imfsample_configure': tkisamp.c:438:13: warning: passing argument 5 of 'Tk_ConfigureWidget' from incompatible pointer type [-Wincompatible-pointer-types] argc, argv, (char *) imfsample, flags) != TCL_OK) ^~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tk/generic/tk.h:1559:0, from tkisamp.c:23: /tmp/games/xconq/work/.buildlink/include/tk/generic/tkDecls.h:134:13: note: expected 'const char **' but argument is of type 'char **' EXTERN int Tk_ConfigureWidget(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~~ gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. mplayer.c gcc -c -g -DUNIX -I. -I./.. -I./../kernel -I/usr/pkg/include/tcl/generic -I/usr/pkg/include/tk/generic -I/usr/X11R7/include -DUSE_INTERP_RESULT tkimf.c gcc -c -g -DUNIX -I. -I./.. -I./../kernel -I/usr/pkg/include/tcl/generic -I/usr/pkg/include/tk/generic -I/usr/X11R7/include -DUSE_INTERP_RESULT tkiapp.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. iplayer.c tkiapp.c: In function 'get_imf_status_cmd': tkiapp.c:84:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d image families", numimages); ^~~~~~~ In file included from tkiapp.c:14:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkiapp.c: In function 'get_imf_name_cmd': tkiapp.c:94:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%s", images[n]->name); ^~~~~~~ In file included from tkiapp.c:14:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkiapp.c: In function 'get_imf_numsizes_cmd': tkiapp.c:108:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%d", rslt); ^~~~~~~ In file included from tkiapp.c:14:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkiapp.c: In function 'ui_init': tkiapp.c:127:48: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, "load_imf_file", tk_load_imf_file, ^~~~~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkiapp.c:14: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkiapp.c:129:48: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, "save_imf_file", tk_save_imf_file, ^~~~~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkiapp.c:14: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkiapp.c:132:49: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, "get_imf_status", get_imf_status_cmd, ^~~~~~~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkiapp.c:14: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkiapp.c:135:47: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, "get_imf_name", get_imf_name_cmd, ^~~~~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkiapp.c:14: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkiapp.c:138:51: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, "get_imf_numsizes", get_imf_numsizes_cmd, ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkiapp.c:14: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkiapp.c:143:44: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] Tcl_CreateCommand(interp, "imfsample", imfsample_cmd, ^~~~~~~~~~~~~ In file included from /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:2441:0, from tkiapp.c:14: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **) {aka int (*)(void *, struct Tcl_Interp *, int, const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **) {aka int (*)(void *, struct Tcl_Interp *, int, char **)}' EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp, ^~~~~~~~~~~~~~~~~ tkiapp.c:150:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] fprintf(stderr, "Error: %s\n", interp->result); ^~~~~~~ In file included from tkiapp.c:14:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkiapp.c: In function 'imfapp_main': tkiapp.c:183:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] fprintf(stderr, "Error: %s\n", interp->result); ^~~~~~~ In file included from tkiapp.c:14:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ tkiapp.c:188:7: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] fprintf(stderr, "Error: %s\n", interp->result); ^~~~~~~ In file included from tkiapp.c:14:0: /tmp/games/xconq/work/.buildlink/include/tcl/generic/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. oplayer.c rm -f libtkimf.a ar rcu libtkimf.a tkisamp.o tkimf.o ranlib libtkimf.a gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. actions.c rm -f libtkiapp.a ar rcu libtkiapp.a tkiapp.o ranlib libtkiapp.a gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. move.c rm -f libtkui.a ar rcu libtkui.a tkmain.o tkinit.o tkcmd.o tkmap.o ranlib libtkui.a gmake[1]: Leaving directory '/tmp/games/xconq/work/xconq-7.4.1/tcltk' gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. combat.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. run.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. run2.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. supply.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. score.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. world.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. history.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. module.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. write.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. read.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. mkterr.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. mkunits.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. mkrivers.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. mkroads.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. mknames.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. side.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. unit.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. plan.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. task.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. nlang.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. ui.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. cmd.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. ps.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. tp.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. obstack.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. help.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. copying.c help.c: In function 'describe_synth_run': help.c:2188:17: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] tbcat(buf, " (???)"); gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. generic.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. types.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. tables.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. imf.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. gif.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. lisp.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. util.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. unix.c gcc -c -g -DUNIX -DXCONQDATA=\"/usr/pkg/share/xconq\" -DXCONQSCORES=\"/var/games/xconq/scores\" -I. socket.c rm -f libconqlow.a ar rcu libconqlow.a imf.o gif.o lisp.o util.o unix.o socket.o ranlib libconqlow.a rm -f libconq.a ar rcu libconq.a init.o cmdline.o ai.o mplayer.o iplayer.o oplayer.o actions.o move.o combat.o run.o run2.o supply.o score.o world.o history.o module.o write.o read.o mkterr.o mkunits.o mkrivers.o mkroads.o mknames.o side.o unit.o plan.o task.o nlang.o ui.o cmd.o ps.o tp.o obstack.o help.o copying.o generic.o types.o tables.o ranlib libconq.a gmake[1]: Leaving directory '/tmp/games/xconq/work/xconq-7.4.1/kernel' gmake[1]: Entering directory '/tmp/games/xconq/work/xconq-7.4.1/x11' gcc -c -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include xconq.c gcc -c -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include x2imf.c gcc -c -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include ximf.c gcc -c -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include xcutil.c gcc -c -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include imf2x.c gcc -c -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include ximfapp.c sed -e '/.so ...kernel.cmdline.6in/r ./../kernel/cmdline.6in' -e '/.so ...kernel.cmdline.6in/d' ./xconq.6in >xconq.6.new ./../move-if-change xconq.6.new xconq.6 gcc -o x2imf -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include x2imf.o ximf.o xcutil.o ../kernel/libconqlow.a -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lXaw -lXt -lXext -lXmu -lX11 -lXext -lm gcc -o imf2x -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include imf2x.o ximf.o xcutil.o ../kernel/libconqlow.a -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lXaw -lXt -lXext -lXmu -lX11 -lXext -lm rm -f xconq gcc -o ximfapp -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include ximfapp.o xcutil.o ../tcltk/libtkiapp.a ../tcltk/libtkimf.a ../kernel/libconqlow.a -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib "-Wl,-rpath,/usr/pkg/lib" -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -ltcl86 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltk86 -Wl,-R/usr/pkg/lib -lXext -lXmu -lX11 -lz -lpthread -lm -lm gcc -o xconq -g -DUNIX -DHAVE_SELFILE -I. -I./.. -I./../kernel -I./../tcl/generic -I./../tk/generic -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include xconq.o ../tcltk/libtkui.a ../tcltk/libtkimf.a ../kernel/libconq.a ../kernel/libconqlow.a -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib "-Wl,-rpath,/usr/pkg/lib" -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -ltcl86 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltk86 -Wl,-R/usr/pkg/lib -lXext -lXmu -lX11 -lz -lpthread -lm -lm gmake[1]: Leaving directory '/tmp/games/xconq/work/xconq-7.4.1/x11' cd /tmp/games/xconq/work/xconq-7.4.1/doc && /usr/bin/env LOCALBASE=/usr/pkg USETOOLS=no DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/X11R7/include\ -I/usr/X11R7/include/freetype2 CPPFLAGS=-I/usr/pkg/include\ -I/usr/include\ -I/usr/X11R7/include\ -I/usr/X11R7/include/freetype2 CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/X11R7/include\ -I/usr/X11R7/include/freetype2 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/X11R7/lib\ -Wl,-R/usr/X11R7/lib LINKER_RPATH_FLAG=-R PATH=/tmp/games/xconq/work/.cwrapper/bin:/tmp/games/xconq/work/.buildlink/bin:/tmp/games/xconq/work/.gcc/bin:/tmp/games/xconq/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/games/xconq/work/.home CWRAPPERS_CONFIG_DIR=/tmp/games/xconq/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO=/tmp/games/xconq/work/.tools/bin/install-info MAKEINFO=/tmp/games/xconq/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/games/xconq/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/games/xconq/work/.tools/bin/gdbus-codegen PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/games/xconq/work/.buildlink/lib/pkgconfig:/tmp/games/xconq/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/games/xconq/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/games/xconq/work/.cwrapper/config /usr/pkg/bin/gmake -j4 mandir=/usr/pkg/man infodir=/usr/pkg/info -f Makefile info makeinfo -I . -o ./xconq.info ./xconq.texi ./getsyms.sh ./refman.texi >syms.raw.new gcc -c kwic.c makeinfo -I . -o ./hacking.info ./hacking.texi kwic.c:32:1: warning: return type defaults to 'int' [-Wimplicit-int] compare_names(n1, n2) ^~~~~~~~~~~~~ kwic.c:50:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ gcc -g -o kwic kwic.o ./../move-if-change syms.raw.new syms.raw ./kwic -dots -pad -breakup syms.texi.new Symbol too long ./../move-if-change syms.texi.new syms.texi makeinfo -I . -o ./xcdesign.info ./xcdesign.texi .//refman.texi:654: warning: unlikely character , in @var. .//refman.texi:1930: warning: unlikely character , in @var. .//refman.texi:4704: warning: unlikely character , in @var. .//refman.texi:4741: warning: undefined flag: value. .//refman.texi:5091: warning: unlikely character , in @var. .//refman.texi:5091: warning: unlikely character , in @var. .//refman.texi:5353: warning: unlikely character , in @var. .//refman.texi:5535: warning: unlikely character , in @var. .//refman.texi:5620: warning: unlikely character , in @var. .//refman.texi:5991: warning: unlikely character , in @var. .//refman.texi:5991: warning: unlikely character , in @var. .//refman.texi:6071: warning: unlikely character , in @var. .//refman.texi:6076: warning: unlikely character , in @var. .//refman.texi:6081: warning: unlikely character , in @var.