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