=> Bootstrap dependency digest>=20010302: found digest-20211005 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 gtkmagnetic-2.2.1.6nb33 gcc -c -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT ../Generic/emu.c gcc -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT -ansi -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o main.o main.c gcc -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT -ansi -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o config.o config.c gcc -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT -ansi -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o gui.o gui.c ../Generic/emu.c:289:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] {"bank" /*Wonderland*/, ^~~~~~ ../Generic/emu.c:289:2: note: (near initialization for 'gfxlist[0]') ../Generic/emu.c:290:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "cstart" /*Corruption*/, ^~~~~~~~ ../Generic/emu.c:290:2: note: (near initialization for 'gfxlist[1]') ../Generic/emu.c:291:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "ffirst" /*Fish*/, ^~~~~~~~ ../Generic/emu.c:291:2: note: (near initialization for 'gfxlist[2]') ../Generic/emu.c:292:2: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "griver" /*Guild*/}; ^~~~~~~~ ../Generic/emu.c:292:2: note: (near initialization for 'gfxlist[3]') ../Generic/emu.c: In function 'effective': ../Generic/emu.c:387:12: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("Outside memory experience"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c: In function 'ms_init': ../Generic/emu.c:628:20: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] if (!(fp = fopen(name, "rb"))) ^~~~ In file included from ../Generic/emu.c:243:0: /usr/include/stdio.h:230:7: note: expected 'const char * restrict' but argument is of type 'type8s * {aka signed char *}' FILE *fopen(const char * __restrict , const char * __restrict); ^~~~~ ../Generic/emu.c:765:34: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] if (hntname && (hnt_fp = fopen(hntname, "rb"))) ^~~~~~~ In file included from ../Generic/emu.c:243:0: /usr/include/stdio.h:230:7: note: expected 'const char * restrict' but argument is of type 'type8s * {aka signed char *}' FILE *fopen(const char * __restrict , const char * __restrict); ^~~~~ ../Generic/emu.c:861:35: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] if (!gfxname || !(gfx_fp = fopen(gfxname, "rb"))) ^~~~~~~ In file included from ../Generic/emu.c:243:0: /usr/include/stdio.h:230:7: note: expected 'const char * restrict' but argument is of type 'type8s * {aka signed char *}' FILE *fopen(const char * __restrict , const char * __restrict); ^~~~~ ../Generic/emu.c: In function 'ms_extract1': ../Generic/emu.c:893:15: warning: variable 'datasize' set but not used [-Wunused-but-set-variable] type32 i, j, datasize, upsize, offset; ^~~~~~~~ In file included from /usr/include/string.h:127:0, from ../Generic/emu.c:245: ../Generic/emu.c: In function 'find_name_in_header': ../Generic/emu.c:964:10: warning: pointer targets in passing argument 1 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign] strncpy(pic_name,name,6); ^ ../Generic/emu.c:964:10: note: expected 'char *' but argument is of type 'type8s * {aka signed char *}' ../Generic/emu.c:964:19: warning: pointer targets in passing argument 2 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign] strncpy(pic_name,name,6); ^ ../Generic/emu.c:964:19: note: expected 'const char *' but argument is of type 'type8s * {aka signed char *}' ../Generic/emu.c:964:10: warning: pointer targets in passing argument 1 of '__strncpy_ichk' differ in signedness [-Wpointer-sign] strncpy(pic_name,name,6); ^ /usr/include/ssp/string.h:91:1: note: expected 'char * restrict' but argument is of type 'type8s * {aka signed char *}' __ssp_bos_icheck3_restrict(strncpy, char *, const char *) ^ ../Generic/emu.c:964:19: warning: pointer targets in passing argument 2 of '__strncpy_ichk' differ in signedness [-Wpointer-sign] strncpy(pic_name,name,6); ^ /usr/include/ssp/string.h:91:1: note: expected 'const char * restrict' but argument is of type 'type8s * {aka signed char *}' __ssp_bos_icheck3_restrict(strncpy, char *, const char *) ^ ../Generic/emu.c:974:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp(hname,pic_name,6) == 0) ^~~~~ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'type8s * {aka signed char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ ../Generic/emu.c:974:21: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp(hname,pic_name,6) == 0) ^~~~~~~~ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'type8s * {aka signed char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ ../Generic/emu.c: In function 'extract_frame': ../Generic/emu.c:987:12: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("picture too large"); ^~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c: In function 'ms_extract2': ../Generic/emu.c:1104:14: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("animation frame array too short"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:1138:14: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("animation position array too short"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:1152:15: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("animation position array too short"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:1094:24: warning: variable 'command_count' set but not used [-Wunused-but-set-variable] type16 frame_count, command_count; ^~~~~~~~~~~~~ ../Generic/emu.c: In function 'ms_animate': ../Generic/emu.c:1233:17: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("returned animation array too short"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:1284:15: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("animation table too short"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:1296:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp(gfx2_name,"catter") == 0) ^~~~~~~~~ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'type8s * {aka signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c:1361:14: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unknown animation command"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c: In function 'read_reg': ../Generic/emu.c:1501:12: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("invalid register in read_reg"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c: In function 'write_reg': ../Generic/emu.c:1526:12: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("invalid register in write_reg"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c: In function 'check_lea': ../Generic/emu.c:2192:13: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("illegal addressing mode for LEA"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:2196:12: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instruction CHK"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c: In function 'find_gfx_table': ../Generic/emu.c:2574:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp((type8s*)(code + i), gfxlist[0]) == 0) ^ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'type8s * {aka signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c:2574:35: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp((type8s*)(code + i), gfxlist[0]) == 0) ^~~~~~~ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const type8s * {aka const signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c:2580:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp((type8s*)(code + i), gfxlist[1]) == 0) ^ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'type8s * {aka signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c:2580:35: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp((type8s*)(code + i), gfxlist[1]) == 0) ^~~~~~~ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const type8s * {aka const signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c:2586:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp((type8s*)(code + i), gfxlist[2]) == 0) ^ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'type8s * {aka signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c:2586:35: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp((type8s*)(code + i), gfxlist[2]) == 0) ^~~~~~~ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const type8s * {aka const signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c:2592:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp((type8s*)(code + i), gfxlist[3]) == 0) ^ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'type8s * {aka signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c:2592:35: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp((type8s*)(code + i), gfxlist[3]) == 0) ^~~~~~~ In file included from ../Generic/emu.c:245:0: /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const type8s * {aka const signed char *}' int strcmp(const char *, const char *); ^~~~~~ ../Generic/emu.c: In function 'hint_input': ../Generic/emu.c:2626:14: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(">>"); ^~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c: In function 'show_hints_text': ../Generic/emu.c:2691:16: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("Hint categories:\n"); ^~~~~~~~~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2695:17: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(". "); ^~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2699:16: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("Enter hint category number, "); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2701:17: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("P for the parent hint menu, "); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2702:16: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("or E to end hints.\n"); ^~~~~~~~~~~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2728:17: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(". "); ^~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2733:18: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("\nNo more hints.\n"); ^~~~~~~~~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2738:18: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("\nEnter N for the next hint, "); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2739:18: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("P for the parent hint menu, "); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2740:18: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("or E to end hints.\n"); ^~~~~~~~~~~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c: In function 'do_line_a': ../Generic/emu.c:2792:17: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(undo_ok); ^~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'const type8s * {aka const signed char *}' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2794:17: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(undo_fail); ^~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'const type8s * {aka const signed char *}' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2850:19: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(no_hints); ^~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'const type8s * {aka const signed char *}' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2854:18: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(not_supported); ^~~~~~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'const type8s * {aka const signed char *}' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2892:19: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(undo_ok); ^~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'const type8s * {aka const signed char *}' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2894:19: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text(undo_fail); ^~~~~~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'const type8s * {aka const signed char *}' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c:2900:19: warning: pointer targets in passing argument 1 of 'output_text' differ in signedness [-Wpointer-sign] output_text("\n>"); ^~~~~ ../Generic/emu.c:2613:8: note: expected 'const type8 * {aka const unsigned char *}' but argument is of type 'char *' type16 output_text(const type8* text) ^~~~~~~~~~~ ../Generic/emu.c: In function 'ms_rungame': ../Generic/emu.c:3440:13: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instructions NEGX and MOVE SR,xx"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3452:14: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instruction MOVE CCR,xx"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3535:14: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instruction MOVE xx,SR"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3610:15: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("illegal addressing mode for PEA"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3627:14: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instruction TAS"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3681:15: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("illegal addressing mode for JMP"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3694:15: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("illegal addressing mode for JSR"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3698:14: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instructions 0x4EXX"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3851:13: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instructions DIVS and DIVU"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3855:13: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instruction SBCD"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:3932:13: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instructions LINE_A #$6C0-#$6FF"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:4006:14: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instruction MULU"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:4067:15: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("unimplemented instruction MULS"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ ../Generic/emu.c:4241:12: warning: pointer targets in passing argument 1 of 'ms_fatal' differ in signedness [-Wpointer-sign] ms_fatal("Constants aren't and variables don't"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../Generic/emu.c:248:0: ../Generic/defs.h:186:6: note: expected 'type8s * {aka signed char *}' but argument is of type 'char *' void ms_fatal(type8s * txt); ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from gui.c:20: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from main.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flagsIn file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from gui.c:20: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ ); ^~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from main.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from config.c:22: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from config.c:22: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from main.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from gui.c:20: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from main.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from gui.c:20: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from config.c:22: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from config.c:22: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ gcc -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT -ansi -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o text.o text.c gcc -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT -ansi -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o graphics.o graphics.c gcc -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT -ansi -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o util.o util.c In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from text.c:23: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from text.c:23: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from graphics.c:22: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from graphics.c:22: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from text.c:23: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from text.c:23: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from graphics.c:22: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from graphics.c:22: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ graphics.c: In function 'display_animation': graphics.c:254:15: warning: variable 'x_max' set but not used [-Wunused-but-set-variable] gint x_min, x_max; ^~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from util.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from util.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from util.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from util.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ gcc -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT -ansi -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o hints.o hints.c gcc -c -Wall `pkg-config --cflags gtk+-2.0` -I../Generic -O2 -DG_DISABLE_ASSERT -ansi `sdl-config --cflags` sound_smpeg.c In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from hints.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from hints.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from sound_smpeg.c:28: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from sound_smpeg.c:28: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from hints.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from hints.c:21: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from sound_smpeg.c:28: /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/games/gtkmagnetic/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from sound_smpeg.c:28: /tmp/games/gtkmagnetic/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ gcc -o gtkmagnetic emu.o main.o config.o gui.o text.o graphics.o util.o hints.o sound_smpeg.o `pkg-config --libs gtk+-2.0` `sdl-config --libs` -lsmpeg -lm *** Please use pkgtools/verifypc to sanity check dependencies.