WARNING: [license.mk] Every package should define a LICENSE. ===> Building for quarry-0.2.0nb57 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0' Making all in data gmake[2]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/data' Making all in markup-themes gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/data/markup-themes' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/data/markup-themes' Making all in textures gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/data/textures' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/data/textures' gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/data' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/data' gmake[2]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/data' Making all in help gmake[2]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/help' Making all in C gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/help/C' for file in quarry-C.omf; do \ scrollkeeper-preinstall /opt/pkg/share/quarry/help/C/quarry.xml ./$file $file.out; \ done; \ touch omf_timestamp gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/help/C' gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/help' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/help' gmake[2]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/help' Making all in po gmake[2]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/po' Making all in src gmake[2]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src' Making all in utils gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/utils' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT parse-list.o -MD -MP -MF ".deps/parse-list.Tpo" \ -c -o parse-list.o `test -f 'parse-list.c' || echo './'`parse-list.c; \ then mv -f ".deps/parse-list.Tpo" ".deps/parse-list.Po"; \ else rm -f ".deps/parse-list.Tpo"; exit 1; \ fi In file included from parse-list.c:28: ./getopt.h:152:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int getopt (); ^ void parse-list.c:165:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf (help_string); ^~~~~~~~~~~ parse-list.c:165:15: note: treat the string as an argument to avoid this printf (help_string); ^ "%s", 2 warnings generated. rm -f libparselist.a ar cru libparselist.a parse-list.o ranlib libparselist.a if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT buffered-writer.o -MD -MP -MF ".deps/buffered-writer.Tpo" \ -c -o buffered-writer.o `test -f 'buffered-writer.c' || echo './'`buffered-writer.c; \ then mv -f ".deps/buffered-writer.Tpo" ".deps/buffered-writer.Po"; \ else rm -f ".deps/buffered-writer.Tpo"; exit 1; \ fi buffered-writer.c:148:17: warning: cast from 'char *' to 'BufferedWriterChunkData *' (aka 'struct _BufferedWriterChunkData *') increases required alignment from 1 to 8 [-Wcast-align] chunk = ((BufferedWriterChunkData*) writer->buffer) - 1; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ buffered-writer.c:439:10: warning: cast from 'char *' to 'BufferedWriterChunkData *' (aka 'struct _BufferedWriterChunkData *') increases required alignment from 1 to 8 [-Wcast-align] = ((BufferedWriterChunkData*) writer->buffer) - 1; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" \ -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \ then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; \ else rm -f ".deps/getopt.Tpo"; exit 1; \ fi In file included from getopt.c:118: ./getopt.h:152:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int getopt (); ^ void getopt.c:225:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern char *getenv (); ^ void getopt.c:236:18: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual] return (char *) str; ^ getopt.c:398:10: warning: unused parameter 'argc' [-Wunused-parameter] int argc; ^ getopt.c:399:19: warning: unused parameter 'argv' [-Wunused-parameter] char *const *argv; ^ getopt.c:573:26: warning: cast from 'char *const *' to 'char **' drops const qualifier [-Wcast-qual] exchange ((char **) argv); ^ getopt.c:595:26: warning: cast from 'char *const *' to 'char **' drops const qualifier [-Wcast-qual] exchange ((char **) argv); ^ getopt.c:879:24: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual] nextchar = (char *) ""; ^ getopt.c:1200:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes] getopt (argc, argv, optstring) ^ ./getopt.h:152:12: note: this declaration is not a prototype; add parameter declarations to make it one extern int getopt (); ^ getopt.c:1200:8: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] getopt (argc, argv, optstring) ^ 10 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" \ -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \ then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; \ else rm -f ".deps/getopt1.Tpo"; exit 1; \ fi In file included from getopt1.c:34: ./getopt.h:152:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int getopt (); ^ void 1 warning generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT memory-pool.o -MD -MP -MF ".deps/memory-pool.Tpo" \ -c -o memory-pool.o `test -f 'memory-pool.c' || echo './'`memory-pool.c; \ then mv -f ".deps/memory-pool.Tpo" ".deps/memory-pool.Po"; \ else rm -f ".deps/memory-pool.Tpo"; exit 1; \ fi memory-pool.c:199:11: warning: cast from 'char *' to 'MemoryChunk *' (aka 'struct _MemoryChunk *') increases required alignment from 1 to 8 [-Wcast-align] chunk = (MemoryChunk *) ((char *) item - item_index * pool->item_size ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT object-cache.o -MD -MP -MF ".deps/object-cache.Tpo" \ -c -o object-cache.o `test -f 'object-cache.c' || echo './'`object-cache.c; \ then mv -f ".deps/object-cache.Tpo" ".deps/object-cache.Po"; \ else rm -f ".deps/object-cache.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT string-buffer.o -MD -MP -MF ".deps/string-buffer.Tpo" \ -c -o string-buffer.o `test -f 'string-buffer.c' || echo './'`string-buffer.c; \ then mv -f ".deps/string-buffer.Tpo" ".deps/string-buffer.Po"; \ else rm -f ".deps/string-buffer.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT string-list.o -MD -MP -MF ".deps/string-list.Tpo" \ -c -o string-list.o `test -f 'string-list.c' || echo './'`string-list.c; \ then mv -f ".deps/string-list.Tpo" ".deps/string-list.Po"; \ else rm -f ".deps/string-list.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" \ -c -o utils.o `test -f 'utils.c' || echo './'`utils.c; \ then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; \ else rm -f ".deps/utils.Tpo"; exit 1; \ fi utils.c:96:25: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] short_program_name, size); ^~~~ utils.c:142:25: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] short_program_name, size); ^~~~ 2 warnings generated. rm -f libutils.a ar cru libutils.a buffered-writer.o getopt.o getopt1.o memory-pool.o object-cache.o string-buffer.o string-list.o utils.o ranlib libutils.a gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/utils' Making all in board gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/board' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT parse-game-list.o -MD -MP -MF ".deps/parse-game-list.Tpo" \ -c -o parse-game-list.o `test -f 'parse-game-list.c' || echo './'`parse-game-list.c; \ then mv -f ".deps/parse-game-list.Tpo" ".deps/parse-game-list.Po"; \ else rm -f ".deps/parse-game-list.Tpo"; exit 1; \ fi clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -L/opt/pkg/lib -o parse-game-list parse-game-list.o ../../src/utils/libparselist.a ../../src/utils/libutils.a -lintl if ./parse-game-list `test -f 'games.list' || echo './'`games.list games.h.new games.c.new; then if cmp -s games.c.new games.c; then rm -f games.c.new; else mv -f games.c.new games.c; fi; if cmp -s games.h.new games.h; then rm -f games.h.new; else mv -f games.h.new games.h; fi; echo timestamp > games.stamp; else (rm -f games.c games.c.new games.h games.h.new ; exit 1) fi /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/board' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT amazons.o -MD -MP -MF ".deps/amazons.Tpo" \ -c -o amazons.o `test -f 'amazons.c' || echo './'`amazons.c; \ then mv -f ".deps/amazons.Tpo" ".deps/amazons.Po"; \ else rm -f ".deps/amazons.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT board.o -MD -MP -MF ".deps/board.Tpo" \ -c -o board.o `test -f 'board.c' || echo './'`board.c; \ then mv -f ".deps/board.Tpo" ".deps/board.Po"; \ else rm -f ".deps/board.Tpo"; exit 1; \ fi board.c:461:10: warning: cast from 'const char *' to 'const BoardStackEntry *' (aka 'const struct _BoardStackEntry *') increases required alignment from 1 to 4 [-Wcast-align] = ((const BoardStackEntry *) ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT go.o -MD -MP -MF ".deps/go.Tpo" \ -c -o go.o `test -f 'go.c' || echo './'`go.c; \ then mv -f ".deps/go.Tpo" ".deps/go.Po"; \ else rm -f ".deps/go.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT reversi.o -MD -MP -MF ".deps/reversi.Tpo" \ -c -o reversi.o `test -f 'reversi.c' || echo './'`reversi.c; \ then mv -f ".deps/reversi.Tpo" ".deps/reversi.Po"; \ else rm -f ".deps/reversi.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT games.o -MD -MP -MF ".deps/games.Tpo" \ -c -o games.o `test -f 'games.c' || echo './'`games.c; \ then mv -f ".deps/games.Tpo" ".deps/games.Po"; \ else rm -f ".deps/games.Tpo"; exit 1; \ fi rm -f libboard.a ar cru libboard.a amazons.o board.o go.o reversi.o games.o ranlib libboard.a gmake[4]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/board' gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/board' Making all in sgf gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/sgf' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT parse-sgf-list.o -MD -MP -MF ".deps/parse-sgf-list.Tpo" \ -c -o parse-sgf-list.o `test -f 'parse-sgf-list.c' || echo './'`parse-sgf-list.c; \ then mv -f ".deps/parse-sgf-list.Tpo" ".deps/parse-sgf-list.Po"; \ else rm -f ".deps/parse-sgf-list.Tpo"; exit 1; \ fi clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -L/opt/pkg/lib -o parse-sgf-list parse-sgf-list.o ../../src/utils/libparselist.a ../../src/utils/libutils.a -lintl if ./parse-sgf-list `test -f 'sgf-errors.list' || echo './'`sgf-errors.list sgf-errors.h.new sgf-errors.c.new; then if cmp -s sgf-errors.c.new sgf-errors.c; then rm -f sgf-errors.c.new; else mv -f sgf-errors.c.new sgf-errors.c; fi; if cmp -s sgf-errors.h.new sgf-errors.h; then rm -f sgf-errors.h.new; else mv -f sgf-errors.h.new sgf-errors.h; fi; echo timestamp > sgf-errors.stamp; else (rm -f sgf-errors.c sgf-errors.c.new sgf-errors.h sgf-errors.h.new ; exit 1) fi if ./parse-sgf-list `test -f 'sgf-properties.list' || echo './'`sgf-properties.list sgf-properties.h.new sgf-properties.c.new; then if cmp -s sgf-properties.c.new sgf-properties.c; then rm -f sgf-properties.c.new; else mv -f sgf-properties.c.new sgf-properties.c; fi; if cmp -s sgf-properties.h.new sgf-properties.h; then rm -f sgf-properties.h.new; else mv -f sgf-properties.h.new sgf-properties.h; fi; echo timestamp > sgf-properties.stamp; else (rm -f sgf-properties.c sgf-properties.c.new sgf-properties.h sgf-properties.h.new ; exit 1) fi if ./parse-sgf-list `test -f 'sgf-undo-operations.list' || echo './'`sgf-undo-operations.list sgf-undo-operations.h.new sgf-undo-operations.c.new; then if cmp -s sgf-undo-operations.c.new sgf-undo-operations.c; then rm -f sgf-undo-operations.c.new; else mv -f sgf-undo-operations.c.new sgf-undo-operations.c; fi; if cmp -s sgf-undo-operations.h.new sgf-undo-operations.h; then rm -f sgf-undo-operations.h.new; else mv -f sgf-undo-operations.h.new sgf-undo-operations.h; fi; echo timestamp > sgf-undo-operations.stamp; else (rm -f sgf-undo-operations.c sgf-undo-operations.c.new sgf-undo-operations.h sgf-undo-operations.h.new ; exit 1) fi /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/sgf' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-diff-utils.o -MD -MP -MF ".deps/sgf-diff-utils.Tpo" \ -c -o sgf-diff-utils.o `test -f 'sgf-diff-utils.c' || echo './'`sgf-diff-utils.c; \ then mv -f ".deps/sgf-diff-utils.Tpo" ".deps/sgf-diff-utils.Po"; \ else rm -f ".deps/sgf-diff-utils.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-parser.o -MD -MP -MF ".deps/sgf-parser.Tpo" \ -c -o sgf-parser.o `test -f 'sgf-parser.c' || echo './'`sgf-parser.c; \ then mv -f ".deps/sgf-parser.Tpo" ".deps/sgf-parser.Po"; \ else rm -f ".deps/sgf-parser.Tpo"; exit 1; \ fi sgf-parser.c:972:34: warning: cast from 'BoardPositionList **' (aka 'struct _BoardPositionList **') to 'const BoardPositionList **' (aka 'const struct _BoardPositionList **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const BoardPositionList **) position_lists); ^ 1 warning generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-tree.o -MD -MP -MF ".deps/sgf-tree.Tpo" \ -c -o sgf-tree.o `test -f 'sgf-tree.c' || echo './'`sgf-tree.c; \ then mv -f ".deps/sgf-tree.Tpo" ".deps/sgf-tree.Po"; \ else rm -f ".deps/sgf-tree.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-tree-map.o -MD -MP -MF ".deps/sgf-tree-map.Tpo" \ -c -o sgf-tree-map.o `test -f 'sgf-tree-map.c' || echo './'`sgf-tree-map.c; \ then mv -f ".deps/sgf-tree-map.Tpo" ".deps/sgf-tree-map.Po"; \ else rm -f ".deps/sgf-tree-map.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-undo.o -MD -MP -MF ".deps/sgf-undo.Tpo" \ -c -o sgf-undo.o `test -f 'sgf-undo.c' || echo './'`sgf-undo.c; \ then mv -f ".deps/sgf-undo.Tpo" ".deps/sgf-undo.Po"; \ else rm -f ".deps/sgf-undo.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-utils.o -MD -MP -MF ".deps/sgf-utils.Tpo" \ -c -o sgf-utils.o `test -f 'sgf-utils.c' || echo './'`sgf-utils.c; \ then mv -f ".deps/sgf-utils.Tpo" ".deps/sgf-utils.Po"; \ else rm -f ".deps/sgf-utils.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-writer.o -MD -MP -MF ".deps/sgf-writer.Tpo" \ -c -o sgf-writer.o `test -f 'sgf-writer.c' || echo './'`sgf-writer.c; \ then mv -f ".deps/sgf-writer.Tpo" ".deps/sgf-writer.Po"; \ else rm -f ".deps/sgf-writer.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-errors.o -MD -MP -MF ".deps/sgf-errors.Tpo" \ -c -o sgf-errors.o `test -f 'sgf-errors.c' || echo './'`sgf-errors.c; \ then mv -f ".deps/sgf-errors.Tpo" ".deps/sgf-errors.Po"; \ else rm -f ".deps/sgf-errors.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-properties.o -MD -MP -MF ".deps/sgf-properties.Tpo" \ -c -o sgf-properties.o `test -f 'sgf-properties.c' || echo './'`sgf-properties.c; \ then mv -f ".deps/sgf-properties.Tpo" ".deps/sgf-properties.Po"; \ else rm -f ".deps/sgf-properties.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT sgf-undo-operations.o -MD -MP -MF ".deps/sgf-undo-operations.Tpo" \ -c -o sgf-undo-operations.o `test -f 'sgf-undo-operations.c' || echo './'`sgf-undo-operations.c; \ then mv -f ".deps/sgf-undo-operations.Tpo" ".deps/sgf-undo-operations.Po"; \ else rm -f ".deps/sgf-undo-operations.Tpo"; exit 1; \ fi rm -f libsgf.a ar cru libsgf.a sgf-diff-utils.o sgf-parser.o sgf-tree.o sgf-tree-map.o sgf-undo.o sgf-utils.o sgf-writer.o sgf-errors.o sgf-properties.o sgf-undo-operations.o ranlib libsgf.a gmake[4]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/sgf' gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/sgf' Making all in gtp gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gtp' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/board -I ../../src/board -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtp-client.o -MD -MP -MF ".deps/gtp-client.Tpo" \ -c -o gtp-client.o `test -f 'gtp-client.c' || echo './'`gtp-client.c; \ then mv -f ".deps/gtp-client.Tpo" ".deps/gtp-client.Po"; \ else rm -f ".deps/gtp-client.Tpo"; exit 1; \ fi rm -f libgtp.a ar cru libgtp.a gtp-client.o ranlib libgtp.a gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gtp' Making all in gui-utils gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gui-utils' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/sgf -I ../../src/sgf -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT parse-configuration.o -MD -MP -MF ".deps/parse-configuration.Tpo" \ -c -o parse-configuration.o `test -f 'parse-configuration.c' || echo './'`parse-configuration.c; \ then mv -f ".deps/parse-configuration.Tpo" ".deps/parse-configuration.Po"; \ else rm -f ".deps/parse-configuration.Tpo"; exit 1; \ fi clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -L/opt/pkg/lib -o parse-configuration parse-configuration.o ../../src/utils/libparselist.a ../../src/utils/libutils.a -lintl if ./parse-configuration `test -f 'markup-theme-configuration.list' || echo './'`markup-theme-configuration.list markup-theme-configuration.h.new markup-theme-configuration.c.new; then if cmp -s markup-theme-configuration.c.new markup-theme-configuration.c; then rm -f markup-theme-configuration.c.new; else mv -f markup-theme-configuration.c.new markup-theme-configuration.c; fi; if cmp -s markup-theme-configuration.h.new markup-theme-configuration.h; then rm -f markup-theme-configuration.h.new; else mv -f markup-theme-configuration.h.new markup-theme-configuration.h; fi; echo timestamp > markup-theme-configuration.stamp; else (rm -f markup-theme-configuration.c markup-theme-configuration.c.new markup-theme-configuration.h markup-theme-configuration.h.new ; exit 1) fi /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gui-utils' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/sgf -I ../../src/sgf -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT configuration.o -MD -MP -MF ".deps/configuration.Tpo" \ -c -o configuration.o `test -f 'configuration.c' || echo './'`configuration.c; \ then mv -f ".deps/configuration.Tpo" ".deps/configuration.Po"; \ else rm -f ".deps/configuration.Tpo"; exit 1; \ fi configuration.c:725:26: warning: cast from 'char *' to 'const char **' increases required alignment from 1 to 8 [-Wcast-align] const char *tag = * ((const char **) ^~~~~~~~~~~~~~~ configuration.c:745:23: warning: cast from 'char *' to 'const char **' increases required alignment from 1 to 8 [-Wcast-align] const char *tag = * ((const char **) ^~~~~~~~~~~~~~~ configuration.c:754:5: warning: cast from 'char *' to 'char **' increases required alignment from 1 to 8 [-Wcast-align] * ((char **) ((char *) site_configuration_item + tag_field_offset)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/sgf -I ../../src/sgf -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gui-utils.o -MD -MP -MF ".deps/gui-utils.Tpo" \ -c -o gui-utils.o `test -f 'gui-utils.c' || echo './'`gui-utils.c; \ then mv -f ".deps/gui-utils.Tpo" ".deps/gui-utils.Po"; \ else rm -f ".deps/gui-utils.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/sgf -I ../../src/sgf -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT tile-renderer.o -MD -MP -MF ".deps/tile-renderer.Tpo" \ -c -o tile-renderer.o `test -f 'tile-renderer.c' || echo './'`tile-renderer.c; \ then mv -f ".deps/tile-renderer.Tpo" ".deps/tile-renderer.Po"; \ else rm -f ".deps/tile-renderer.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/sgf -I ../../src/sgf -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT time-control.o -MD -MP -MF ".deps/time-control.Tpo" \ -c -o time-control.o `test -f 'time-control.c' || echo './'`time-control.c; \ then mv -f ".deps/time-control.Tpo" ".deps/time-control.Po"; \ else rm -f ".deps/time-control.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/sgf -I ../../src/sgf -I ../../src/board -I ../../src/board -I ../../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT markup-theme-configuration.o -MD -MP -MF ".deps/markup-theme-configuration.Tpo" \ -c -o markup-theme-configuration.o `test -f 'markup-theme-configuration.c' || echo './'`markup-theme-configuration.c; \ then mv -f ".deps/markup-theme-configuration.Tpo" ".deps/markup-theme-configuration.Po"; \ else rm -f ".deps/markup-theme-configuration.Tpo"; exit 1; \ fi rm -f libguiutils.a ar cru libguiutils.a configuration.o gui-utils.o tile-renderer.o time-control.o markup-theme-configuration.o ranlib libguiutils.a gmake[4]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gui-utils' gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gui-utils' Making all in gui-gtk gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gui-gtk' if ../../src/gui-utils/parse-configuration -D top_srcdir="../.." -D PACKAGE_TEXTURES_DIR="/opt/pkg/share/quarry/textures" `test -f 'gtk-configuration.list' || echo './'`gtk-configuration.list gtk-configuration.h.new gtk-configuration.c.new; then if cmp -s gtk-configuration.c.new gtk-configuration.c; then rm -f gtk-configuration.c.new; else mv -f gtk-configuration.c.new gtk-configuration.c; fi; if cmp -s gtk-configuration.h.new gtk-configuration.h; then rm -f gtk-configuration.h.new; else mv -f gtk-configuration.h.new gtk-configuration.h; fi; echo timestamp > gtk-configuration.stamp; else (rm -f gtk-configuration.c gtk-configuration.c.new gtk-configuration.h gtk-configuration.h.new ; exit 1) fi /opt/pkg/bin/glib-genmarshal --stdinc --prefix=quarry_marshal --header \ `test -f 'quarry-marshal.glist' || echo './'`quarry-marshal.glist > quarry-marshal.h \ || (rm -f quarry-marshal.h; exit 1) INFO: Reading quarry-marshal.glist... /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gui-gtk' if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-add-or-edit-label-dialog.o -MD -MP -MF ".deps/gtk-add-or-edit-label-dialog.Tpo" \ -c -o gtk-add-or-edit-label-dialog.o `test -f 'gtk-add-or-edit-label-dialog.c' || echo './'`gtk-add-or-edit-label-dialog.c; \ then mv -f ".deps/gtk-add-or-edit-label-dialog.Tpo" ".deps/gtk-add-or-edit-label-dialog.Po"; \ else rm -f ".deps/gtk-add-or-edit-label-dialog.Tpo"; exit 1; \ fi In file included from gtk-add-or-edit-label-dialog.c:23: In file included from ./gtk-add-or-edit-label-dialog.h:27: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-add-or-edit-label-dialog.c:23: In file included from ./gtk-add-or-edit-label-dialog.h:27: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-clock.o -MD -MP -MF ".deps/gtk-clock.Tpo" \ -c -o gtk-clock.o `test -f 'gtk-clock.c' || echo './'`gtk-clock.c; \ then mv -f ".deps/gtk-clock.Tpo" ".deps/gtk-clock.Po"; \ else rm -f ".deps/gtk-clock.Tpo"; exit 1; \ fi In file included from gtk-clock.c:28: In file included from ./gtk-clock.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-clock.c:28: In file included from ./gtk-clock.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:59:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal clock_tick_time; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:103:7: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal *current_time, ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:585:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal current_time; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:593:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (¤t_time); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' #define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:708:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal current_time; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:710:3: warning: 'g_source_get_current_time' is deprecated: Use 'g_source_get_time' instead [-Wdeprecated-declarations] g_source_get_current_time (source, ¤t_time); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmain.h:792:1: note: 'g_source_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_28_FOR(g_source_get_time) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:72:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_28_FOR' #define GLIB_DEPRECATED_IN_2_28_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:750:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal current_time; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:755:3: warning: 'g_source_get_current_time' is deprecated: Use 'g_source_get_time' instead [-Wdeprecated-declarations] g_source_get_current_time (source, ¤t_time); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmain.h:792:1: note: 'g_source_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_28_FOR(g_source_get_time) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:72:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_28_FOR' #define GLIB_DEPRECATED_IN_2_28_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-clock.c:766:7: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal *current_time, ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 11 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-color-button.o -MD -MP -MF ".deps/gtk-color-button.Tpo" \ -c -o gtk-color-button.o `test -f 'gtk-color-button.c' || echo './'`gtk-color-button.c; \ then mv -f ".deps/gtk-color-button.Tpo" ".deps/gtk-color-button.Po"; \ else rm -f ".deps/gtk-color-button.Tpo"; exit 1; \ fi In file included from gtk-color-button.c:60: In file included from ./gtk-color-button.h:48: In file included from ./gtk-utils.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-color-button.c:60: In file included from ./gtk-color-button.h:48: In file included from ./gtk-utils.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-control-center.o -MD -MP -MF ".deps/gtk-control-center.Tpo" \ -c -o gtk-control-center.o `test -f 'gtk-control-center.c' || echo './'`gtk-control-center.c; \ then mv -f ".deps/gtk-control-center.Tpo" ".deps/gtk-control-center.Po"; \ else rm -f ".deps/gtk-control-center.Tpo"; exit 1; \ fi In file included from gtk-control-center.c:23: In file included from ./gtk-control-center.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-control-center.c:23: In file included from ./gtk-control-center.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-file-dialog.o -MD -MP -MF ".deps/gtk-file-dialog.Tpo" \ -c -o gtk-file-dialog.o `test -f 'gtk-file-dialog.c' || echo './'`gtk-file-dialog.c; \ then mv -f ".deps/gtk-file-dialog.Tpo" ".deps/gtk-file-dialog.Po"; \ else rm -f ".deps/gtk-file-dialog.Tpo"; exit 1; \ fi In file included from gtk-file-dialog.c:29: In file included from ./gtk-file-dialog.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-file-dialog.c:29: In file included from ./gtk-file-dialog.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-file-selector.o -MD -MP -MF ".deps/gtk-file-selector.Tpo" \ -c -o gtk-file-selector.o `test -f 'gtk-file-selector.c' || echo './'`gtk-file-selector.c; \ then mv -f ".deps/gtk-file-selector.Tpo" ".deps/gtk-file-selector.Po"; \ else rm -f ".deps/gtk-file-selector.Tpo"; exit 1; \ fi In file included from gtk-file-selector.c:23: In file included from ./gtk-utils.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-file-selector.c:23: In file included from ./gtk-utils.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-file-selector.c:202:12: warning: 'g_pattern_match' is deprecated: Use 'g_pattern_spec_match' instead [-Wdeprecated-declarations] if (g_pattern_match ((GPatternSpec *) (item->data), ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gpattern.h:51:1: note: 'g_pattern_match' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_70_FOR (g_pattern_spec_match) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:786:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_70_FOR' #define GLIB_DEPRECATED_IN_2_70_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 3 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-freezable-spin-button.o -MD -MP -MF ".deps/gtk-freezable-spin-button.Tpo" \ -c -o gtk-freezable-spin-button.o `test -f 'gtk-freezable-spin-button.c' || echo './'`gtk-freezable-spin-button.c; \ then mv -f ".deps/gtk-freezable-spin-button.Tpo" ".deps/gtk-freezable-spin-button.Po"; \ else rm -f ".deps/gtk-freezable-spin-button.Tpo"; exit 1; \ fi In file included from gtk-freezable-spin-button.c:23: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-freezable-spin-button.c:23: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-game-info-dialog.o -MD -MP -MF ".deps/gtk-game-info-dialog.Tpo" \ -c -o gtk-game-info-dialog.o `test -f 'gtk-game-info-dialog.c' || echo './'`gtk-game-info-dialog.c; \ then mv -f ".deps/gtk-game-info-dialog.Tpo" ".deps/gtk-game-info-dialog.Po"; \ else rm -f ".deps/gtk-game-info-dialog.Tpo"; exit 1; \ fi In file included from gtk-game-info-dialog.c:23: In file included from ./gtk-game-info-dialog.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-game-info-dialog.c:23: In file included from ./gtk-game-info-dialog.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-games.o -MD -MP -MF ".deps/gtk-games.Tpo" \ -c -o gtk-games.o `test -f 'gtk-games.c' || echo './'`gtk-games.c; \ then mv -f ".deps/gtk-games.Tpo" ".deps/gtk-games.Po"; \ else rm -f ".deps/gtk-games.Tpo"; exit 1; \ fi In file included from gtk-games.c:23: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-games.c:23: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-goban.o -MD -MP -MF ".deps/gtk-goban.Tpo" \ -c -o gtk-goban.o `test -f 'gtk-goban.c' || echo './'`gtk-goban.c; \ then mv -f ".deps/gtk-goban.Tpo" ".deps/gtk-goban.Po"; \ else rm -f ".deps/gtk-goban.Tpo"; exit 1; \ fi In file included from gtk-goban.c:23: In file included from ./gtk-goban.h:27: In file included from ./gtk-goban-base.h:31: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-goban.c:23: In file included from ./gtk-goban.h:27: In file included from ./gtk-goban-base.h:31: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-goban-base.o -MD -MP -MF ".deps/gtk-goban-base.Tpo" \ -c -o gtk-goban-base.o `test -f 'gtk-goban-base.c' || echo './'`gtk-goban-base.c; \ then mv -f ".deps/gtk-goban-base.Tpo" ".deps/gtk-goban-base.Po"; \ else rm -f ".deps/gtk-goban-base.Tpo"; exit 1; \ fi In file included from gtk-goban-base.c:24: In file included from ./gtk-goban-base.h:31: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-goban-base.c:24: In file included from ./gtk-goban-base.h:31: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-goban-window.o -MD -MP -MF ".deps/gtk-goban-window.Tpo" \ -c -o gtk-goban-window.o `test -f 'gtk-goban-window.c' || echo './'`gtk-goban-window.c; \ then mv -f ".deps/gtk-goban-window.Tpo" ".deps/gtk-goban-window.Po"; \ else rm -f ".deps/gtk-goban-window.Tpo"; exit 1; \ fi In file included from gtk-goban-window.c:38: In file included from ./gtk-goban-window.h:29: In file included from ./gtk-clock.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-goban-window.c:38: In file included from ./gtk-goban-window.h:29: In file included from ./gtk-clock.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-goban-window.c:1713:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal current_time; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-goban-window.c:1715:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (¤t_time); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' #define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-goban-window.c:5750:6: warning: passing 'char *' to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sgf_data->sgf, sgf_data->sgf_length); ^~~~~~~~~~~~~ /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkselection.h:162:33: note: passing argument to parameter 'data' here const guchar *data, ^ gtk-goban-window.c:5806:5: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] selection_data->data, selection_data->length); ^~~~~~~~~~~~~~~~~~~~ ../../src/sgf/sgf.h:949:14: note: passing argument to parameter 'sgf' here char *sgf, int sgf_length); ^ 6 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-go-to-named-node-dialog.o -MD -MP -MF ".deps/gtk-go-to-named-node-dialog.Tpo" \ -c -o gtk-go-to-named-node-dialog.o `test -f 'gtk-go-to-named-node-dialog.c' || echo './'`gtk-go-to-named-node-dialog.c; \ then mv -f ".deps/gtk-go-to-named-node-dialog.Tpo" ".deps/gtk-go-to-named-node-dialog.Po"; \ else rm -f ".deps/gtk-go-to-named-node-dialog.Tpo"; exit 1; \ fi In file included from gtk-go-to-named-node-dialog.c:23: In file included from ./gtk-go-to-named-node-dialog.h:27: In file included from ./gtk-utils.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-go-to-named-node-dialog.c:23: In file included from ./gtk-go-to-named-node-dialog.h:27: In file included from ./gtk-utils.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-gtp-client-interface.o -MD -MP -MF ".deps/gtk-gtp-client-interface.Tpo" \ -c -o gtk-gtp-client-interface.o `test -f 'gtk-gtp-client-interface.c' || echo './'`gtk-gtp-client-interface.c; \ then mv -f ".deps/gtk-gtp-client-interface.Tpo" ".deps/gtk-gtp-client-interface.Po"; \ else rm -f ".deps/gtk-gtp-client-interface.Tpo"; exit 1; \ fi In file included from gtk-gtp-client-interface.c:23: In file included from ./gtk-gtp-client-interface.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-gtp-client-interface.c:23: In file included from ./gtk-gtp-client-interface.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-help.o -MD -MP -MF ".deps/gtk-help.Tpo" \ -c -o gtk-help.o `test -f 'gtk-help.c' || echo './'`gtk-help.c; \ then mv -f ".deps/gtk-help.Tpo" ".deps/gtk-help.Po"; \ else rm -f ".deps/gtk-help.Tpo"; exit 1; \ fi In file included from gtk-help.c:23: In file included from ./gtk-help.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-help.c:23: In file included from ./gtk-help.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-named-vbox.o -MD -MP -MF ".deps/gtk-named-vbox.Tpo" \ -c -o gtk-named-vbox.o `test -f 'gtk-named-vbox.c' || echo './'`gtk-named-vbox.c; \ then mv -f ".deps/gtk-named-vbox.Tpo" ".deps/gtk-named-vbox.Po"; \ else rm -f ".deps/gtk-named-vbox.Tpo"; exit 1; \ fi In file included from gtk-named-vbox.c:23: In file included from ./gtk-named-vbox.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-named-vbox.c:23: In file included from ./gtk-named-vbox.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-new-game-dialog.o -MD -MP -MF ".deps/gtk-new-game-dialog.Tpo" \ -c -o gtk-new-game-dialog.o `test -f 'gtk-new-game-dialog.c' || echo './'`gtk-new-game-dialog.c; \ then mv -f ".deps/gtk-new-game-dialog.Tpo" ".deps/gtk-new-game-dialog.Po"; \ else rm -f ".deps/gtk-new-game-dialog.Tpo"; exit 1; \ fi In file included from gtk-new-game-dialog.c:23: In file included from ./gtk-new-game-dialog.h:27: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-new-game-dialog.c:23: In file included from ./gtk-new-game-dialog.h:27: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-new-game-record-dialog.o -MD -MP -MF ".deps/gtk-new-game-record-dialog.Tpo" \ -c -o gtk-new-game-record-dialog.o `test -f 'gtk-new-game-record-dialog.c' || echo './'`gtk-new-game-record-dialog.c; \ then mv -f ".deps/gtk-new-game-record-dialog.Tpo" ".deps/gtk-new-game-record-dialog.Po"; \ else rm -f ".deps/gtk-new-game-record-dialog.Tpo"; exit 1; \ fi In file included from gtk-new-game-record-dialog.c:23: In file included from ./gtk-new-game-record-dialog.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-new-game-record-dialog.c:23: In file included from ./gtk-new-game-record-dialog.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-parser-interface.o -MD -MP -MF ".deps/gtk-parser-interface.Tpo" \ -c -o gtk-parser-interface.o `test -f 'gtk-parser-interface.c' || echo './'`gtk-parser-interface.c; \ then mv -f ".deps/gtk-parser-interface.Tpo" ".deps/gtk-parser-interface.Po"; \ else rm -f ".deps/gtk-parser-interface.Tpo"; exit 1; \ fi In file included from gtk-parser-interface.c:34: In file included from ./gtk-parser-interface.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-parser-interface.c:34: In file included from ./gtk-parser-interface.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from gtk-parser-interface.c:39: ./gtk-thread-interface.h:35:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if THREADS_SUPPORTED ^ ./gtk-thread-interface.h:32:28: note: expanded from macro 'THREADS_SUPPORTED' #define THREADS_SUPPORTED (defined(G_THREADS_ENABLED) \ ^ ./gtk-thread-interface.h:35:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ./gtk-thread-interface.h:33:10: note: expanded from macro 'THREADS_SUPPORTED' && !defined(G_THREADS_IMPL_NONE)) ^ gtk-parser-interface.c:145:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if THREADS_SUPPORTED ^ ./gtk-thread-interface.h:32:28: note: expanded from macro 'THREADS_SUPPORTED' #define THREADS_SUPPORTED (defined(G_THREADS_ENABLED) \ ^ gtk-parser-interface.c:145:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ./gtk-thread-interface.h:33:10: note: expanded from macro 'THREADS_SUPPORTED' && !defined(G_THREADS_IMPL_NONE)) ^ gtk-parser-interface.c:205:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] g_thread_create ((GThreadFunc) thread_wrapped_sgf_parse_file, ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:101:1: note: 'g_thread_create' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:140:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR' #define GLIB_DEPRECATED_IN_2_32_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 7 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-preferences.o -MD -MP -MF ".deps/gtk-preferences.Tpo" \ -c -o gtk-preferences.o `test -f 'gtk-preferences.c' || echo './'`gtk-preferences.c; \ then mv -f ".deps/gtk-preferences.Tpo" ".deps/gtk-preferences.Po"; \ else rm -f ".deps/gtk-preferences.Tpo"; exit 1; \ fi In file included from gtk-preferences.c:23: In file included from ./gtk-preferences.h:28: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-preferences.c:23: In file included from ./gtk-preferences.h:28: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-preferences.c:1774:22: warning: variable 'second_engine_data' set but not used [-Wunused-but-set-variable] GtpEngineListItem *second_engine_data; ^ 3 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-progress-dialog.o -MD -MP -MF ".deps/gtk-progress-dialog.Tpo" \ -c -o gtk-progress-dialog.o `test -f 'gtk-progress-dialog.c' || echo './'`gtk-progress-dialog.c; \ then mv -f ".deps/gtk-progress-dialog.Tpo" ".deps/gtk-progress-dialog.Po"; \ else rm -f ".deps/gtk-progress-dialog.Tpo"; exit 1; \ fi In file included from gtk-progress-dialog.c:23: In file included from ./gtk-control-center.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-progress-dialog.c:23: In file included from ./gtk-control-center.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-qbox.o -MD -MP -MF ".deps/gtk-qbox.Tpo" \ -c -o gtk-qbox.o `test -f 'gtk-qbox.c' || echo './'`gtk-qbox.c; \ then mv -f ".deps/gtk-qbox.Tpo" ".deps/gtk-qbox.Po"; \ else rm -f ".deps/gtk-qbox.Tpo"; exit 1; \ fi In file included from gtk-qbox.c:33: In file included from ./gtk-qbox.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-qbox.c:33: In file included from ./gtk-qbox.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-qhbox.o -MD -MP -MF ".deps/gtk-qhbox.Tpo" \ -c -o gtk-qhbox.o `test -f 'gtk-qhbox.c' || echo './'`gtk-qhbox.c; \ then mv -f ".deps/gtk-qhbox.Tpo" ".deps/gtk-qhbox.Po"; \ else rm -f ".deps/gtk-qhbox.Tpo"; exit 1; \ fi In file included from gtk-qhbox.c:40: In file included from ./gtk-qhbox.h:29: In file included from ./gtk-qbox.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-qhbox.c:40: In file included from ./gtk-qhbox.h:29: In file included from ./gtk-qbox.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-qvbox.o -MD -MP -MF ".deps/gtk-qvbox.Tpo" \ -c -o gtk-qvbox.o `test -f 'gtk-qvbox.c' || echo './'`gtk-qvbox.c; \ then mv -f ".deps/gtk-qvbox.Tpo" ".deps/gtk-qvbox.Po"; \ else rm -f ".deps/gtk-qvbox.Tpo"; exit 1; \ fi In file included from gtk-qvbox.c:40: In file included from ./gtk-qvbox.h:29: In file included from ./gtk-qbox.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-qvbox.c:40: In file included from ./gtk-qvbox.h:29: In file included from ./gtk-qbox.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-resume-game-dialog.o -MD -MP -MF ".deps/gtk-resume-game-dialog.Tpo" \ -c -o gtk-resume-game-dialog.o `test -f 'gtk-resume-game-dialog.c' || echo './'`gtk-resume-game-dialog.c; \ then mv -f ".deps/gtk-resume-game-dialog.Tpo" ".deps/gtk-resume-game-dialog.Po"; \ else rm -f ".deps/gtk-resume-game-dialog.Tpo"; exit 1; \ fi In file included from gtk-resume-game-dialog.c:26: In file included from ./gtk-control-center.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-resume-game-dialog.c:26: In file included from ./gtk-control-center.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-sgf-tree-signal-proxy.o -MD -MP -MF ".deps/gtk-sgf-tree-signal-proxy.Tpo" \ -c -o gtk-sgf-tree-signal-proxy.o `test -f 'gtk-sgf-tree-signal-proxy.c' || echo './'`gtk-sgf-tree-signal-proxy.c; \ then mv -f ".deps/gtk-sgf-tree-signal-proxy.Tpo" ".deps/gtk-sgf-tree-signal-proxy.Po"; \ else rm -f ".deps/gtk-sgf-tree-signal-proxy.Tpo"; exit 1; \ fi In file included from gtk-sgf-tree-signal-proxy.c:23: In file included from ./gtk-sgf-tree-signal-proxy.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-sgf-tree-signal-proxy.c:23: In file included from ./gtk-sgf-tree-signal-proxy.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-sgf-tree-view.o -MD -MP -MF ".deps/gtk-sgf-tree-view.Tpo" \ -c -o gtk-sgf-tree-view.o `test -f 'gtk-sgf-tree-view.c' || echo './'`gtk-sgf-tree-view.c; \ then mv -f ".deps/gtk-sgf-tree-view.Tpo" ".deps/gtk-sgf-tree-view.Po"; \ else rm -f ".deps/gtk-sgf-tree-view.Tpo"; exit 1; \ fi In file included from gtk-sgf-tree-view.c:28: In file included from ./gtk-sgf-tree-view.h:27: In file included from ./gtk-goban-base.h:31: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-sgf-tree-view.c:28: In file included from ./gtk-sgf-tree-view.h:27: In file included from ./gtk-goban-base.h:31: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-sgf-tree-view.c:1355:13: warning: Deprecated pre-processor symbol: replace with "G_UNICODE_SPACING_MARK" [-W#pragma-messages] && type != G_UNICODE_COMBINING_MARK ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gunicode.h:159:57: note: expanded from macro 'G_UNICODE_COMBINING_MARK' #define G_UNICODE_COMBINING_MARK G_UNICODE_SPACING_MARK GLIB_DEPRECATED_MACRO_IN_2_30_FOR(G_UNICODE_SPACING_MARK) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:108:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_30_FOR' #define GLIB_DEPRECATED_MACRO_IN_2_30_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :160:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_UNICODE_SPACING_MARK\"" ^ 3 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-tile-set.o -MD -MP -MF ".deps/gtk-tile-set.Tpo" \ -c -o gtk-tile-set.o `test -f 'gtk-tile-set.c' || echo './'`gtk-tile-set.c; \ then mv -f ".deps/gtk-tile-set.Tpo" ".deps/gtk-tile-set.Po"; \ else rm -f ".deps/gtk-tile-set.Tpo"; exit 1; \ fi In file included from gtk-tile-set.c:24: In file included from ./gtk-preferences.h:28: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-tile-set.c:24: In file included from ./gtk-preferences.h:28: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:467:3: warning: 'rsvg_handle_set_size_callback' is deprecated [-Wdeprecated-declarations] rsvg_handle_set_size_callback (rsvg_handle, set_pixbuf_size, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:1275:1: note: 'rsvg_handle_set_size_callback' has been explicitly marked deprecated here RSVG_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:46:25: note: expanded from macro 'RSVG_DEPRECATED' #define RSVG_DEPRECATED G_DEPRECATED RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ gtk-tile-set.c:537:6: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, written_up_to, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:541:6: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, (guchar *) scale_string, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:549:6: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, written_up_to, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:556:6: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, (guchar *) opacity_string, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:573:8: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, written_up_to, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:576:8: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, (guchar *) color_string, 7, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:594:6: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, written_up_to, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:602:8: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, (guchar *) scale_full_string, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:612:8: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, (guchar *) opacity_full_string, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:627:3: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write (rsvg_handle, written_up_to, buffer_end - written_up_to, ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:585:1: note: 'rsvg_handle_write' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:630:3: warning: 'rsvg_handle_close' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_close (rsvg_handle, NULL); ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:613:1: note: 'rsvg_handle_close' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:632:12: warning: 'rsvg_handle_get_pixbuf' is deprecated: Use 'rsvg_handle_get_pixbuf_and_error' instead [-Wdeprecated-declarations] pixbuf = rsvg_handle_get_pixbuf (rsvg_handle); ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg-pixbuf.h:54:1: note: 'rsvg_handle_get_pixbuf' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_get_pixbuf_and_error) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ gtk-tile-set.c:634:3: warning: 'rsvg_handle_free' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] rsvg_handle_free (rsvg_handle); ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:1227:1: note: 'rsvg_handle_free' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(g_object_unref) ^ /Users/pbulk/build/games/quarry/work/.buildlink/lib/pkgconfig/../../include/librsvg-2.0/librsvg/rsvg.h:47:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' #define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 16 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-utils.o -MD -MP -MF ".deps/gtk-utils.Tpo" \ -c -o gtk-utils.o `test -f 'gtk-utils.c' || echo './'`gtk-utils.c; \ then mv -f ".deps/gtk-utils.Tpo" ".deps/gtk-utils.Po"; \ else rm -f ".deps/gtk-utils.Tpo"; exit 1; \ fi In file included from gtk-utils.c:23: In file included from ./gtk-utils.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-utils.c:23: In file included from ./gtk-utils.h:27: In file included from ./gtk-freezable-spin-button.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gui-back-end.o -MD -MP -MF ".deps/gui-back-end.Tpo" \ -c -o gui-back-end.o `test -f 'gui-back-end.c' || echo './'`gui-back-end.c; \ then mv -f ".deps/gui-back-end.Tpo" ".deps/gui-back-end.Po"; \ else rm -f ".deps/gui-back-end.Tpo"; exit 1; \ fi In file included from gui-back-end.c:24: In file included from ./gtk-control-center.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gui-back-end.c:24: In file included from ./gtk-control-center.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from gui-back-end.c:27: ./gtk-thread-interface.h:35:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if THREADS_SUPPORTED ^ ./gtk-thread-interface.h:32:28: note: expanded from macro 'THREADS_SUPPORTED' #define THREADS_SUPPORTED (defined(G_THREADS_ENABLED) \ ^ ./gtk-thread-interface.h:35:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ./gtk-thread-interface.h:33:10: note: expanded from macro 'THREADS_SUPPORTED' && !defined(G_THREADS_IMPL_NONE)) ^ gui-back-end.c:60:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if THREADS_SUPPORTED ^ ./gtk-thread-interface.h:32:28: note: expanded from macro 'THREADS_SUPPORTED' #define THREADS_SUPPORTED (defined(G_THREADS_ENABLED) \ ^ gui-back-end.c:60:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ./gtk-thread-interface.h:33:10: note: expanded from macro 'THREADS_SUPPORTED' && !defined(G_THREADS_IMPL_NONE)) ^ gui-back-end.c:64:3: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init (NULL); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:270:1: note: 'g_thread_init' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_32 ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:139:33: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32' #define GLIB_DEPRECATED_IN_2_32 GLIB_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ gui-back-end.c:153:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if THREADS_SUPPORTED ^ ./gtk-thread-interface.h:32:28: note: expanded from macro 'THREADS_SUPPORTED' #define THREADS_SUPPORTED (defined(G_THREADS_ENABLED) \ ^ gui-back-end.c:153:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ./gtk-thread-interface.h:33:10: note: expanded from macro 'THREADS_SUPPORTED' && !defined(G_THREADS_IMPL_NONE)) ^ gui-back-end.c:232:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if THREADS_SUPPORTED ^ ./gtk-thread-interface.h:32:28: note: expanded from macro 'THREADS_SUPPORTED' #define THREADS_SUPPORTED (defined(G_THREADS_ENABLED) \ ^ gui-back-end.c:232:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ./gtk-thread-interface.h:33:10: note: expanded from macro 'THREADS_SUPPORTED' && !defined(G_THREADS_IMPL_NONE)) ^ gui-back-end.c:293:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if THREADS_SUPPORTED ^ ./gtk-thread-interface.h:32:28: note: expanded from macro 'THREADS_SUPPORTED' #define THREADS_SUPPORTED (defined(G_THREADS_ENABLED) \ ^ gui-back-end.c:293:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ./gtk-thread-interface.h:33:10: note: expanded from macro 'THREADS_SUPPORTED' && !defined(G_THREADS_IMPL_NONE)) ^ 13 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-assistant.o -MD -MP -MF ".deps/quarry-assistant.Tpo" \ -c -o quarry-assistant.o `test -f 'quarry-assistant.c' || echo './'`quarry-assistant.c; \ then mv -f ".deps/quarry-assistant.Tpo" ".deps/quarry-assistant.Po"; \ else rm -f ".deps/quarry-assistant.Tpo"; exit 1; \ fi In file included from quarry-assistant.c:23: In file included from ./quarry-assistant.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-assistant.c:23: In file included from ./quarry-assistant.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-find-dialog.o -MD -MP -MF ".deps/quarry-find-dialog.Tpo" \ -c -o quarry-find-dialog.o `test -f 'quarry-find-dialog.c' || echo './'`quarry-find-dialog.c; \ then mv -f ".deps/quarry-find-dialog.Tpo" ".deps/quarry-find-dialog.Po"; \ else rm -f ".deps/quarry-find-dialog.Tpo"; exit 1; \ fi In file included from quarry-find-dialog.c:23: In file included from ./quarry-find-dialog.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-find-dialog.c:23: In file included from ./quarry-find-dialog.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-history-text-buffer.o -MD -MP -MF ".deps/quarry-history-text-buffer.Tpo" \ -c -o quarry-history-text-buffer.o `test -f 'quarry-history-text-buffer.c' || echo './'`quarry-history-text-buffer.c; \ then mv -f ".deps/quarry-history-text-buffer.Tpo" ".deps/quarry-history-text-buffer.Po"; \ else rm -f ".deps/quarry-history-text-buffer.Tpo"; exit 1; \ fi In file included from quarry-history-text-buffer.c:23: In file included from ./quarry-history-text-buffer.h:27: In file included from ./quarry-text-buffer.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-history-text-buffer.c:23: In file included from ./quarry-history-text-buffer.h:27: In file included from ./quarry-text-buffer.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-message-dialog.o -MD -MP -MF ".deps/quarry-message-dialog.Tpo" \ -c -o quarry-message-dialog.o `test -f 'quarry-message-dialog.c' || echo './'`quarry-message-dialog.c; \ then mv -f ".deps/quarry-message-dialog.Tpo" ".deps/quarry-message-dialog.Po"; \ else rm -f ".deps/quarry-message-dialog.Tpo"; exit 1; \ fi In file included from quarry-message-dialog.c:23: In file included from ./quarry-message-dialog.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-message-dialog.c:23: In file included from ./quarry-message-dialog.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-move-number-dialog.o -MD -MP -MF ".deps/quarry-move-number-dialog.Tpo" \ -c -o quarry-move-number-dialog.o `test -f 'quarry-move-number-dialog.c' || echo './'`quarry-move-number-dialog.c; \ then mv -f ".deps/quarry-move-number-dialog.Tpo" ".deps/quarry-move-number-dialog.Po"; \ else rm -f ".deps/quarry-move-number-dialog.Tpo"; exit 1; \ fi In file included from quarry-move-number-dialog.c:23: In file included from ./quarry-move-number-dialog.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-move-number-dialog.c:23: In file included from ./quarry-move-number-dialog.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-save-confirmation-dialog.o -MD -MP -MF ".deps/quarry-save-confirmation-dialog.Tpo" \ -c -o quarry-save-confirmation-dialog.o `test -f 'quarry-save-confirmation-dialog.c' || echo './'`quarry-save-confirmation-dialog.c; \ then mv -f ".deps/quarry-save-confirmation-dialog.Tpo" ".deps/quarry-save-confirmation-dialog.Po"; \ else rm -f ".deps/quarry-save-confirmation-dialog.Tpo"; exit 1; \ fi In file included from quarry-save-confirmation-dialog.c:23: In file included from ./quarry-save-confirmation-dialog.h:27: In file included from ./quarry-message-dialog.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-save-confirmation-dialog.c:23: In file included from ./quarry-save-confirmation-dialog.h:27: In file included from ./quarry-message-dialog.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ quarry-save-confirmation-dialog.c:162:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal current_time; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ quarry-save-confirmation-dialog.c:166:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (¤t_time); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' #define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 4 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-stock.o -MD -MP -MF ".deps/quarry-stock.Tpo" \ -c -o quarry-stock.o `test -f 'quarry-stock.c' || echo './'`quarry-stock.c; \ then mv -f ".deps/quarry-stock.Tpo" ".deps/quarry-stock.Po"; \ else rm -f ".deps/quarry-stock.Tpo"; exit 1; \ fi In file included from quarry-stock.c:23: In file included from ./quarry-stock.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-stock.c:23: In file included from ./quarry-stock.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-text-buffer.o -MD -MP -MF ".deps/quarry-text-buffer.Tpo" \ -c -o quarry-text-buffer.o `test -f 'quarry-text-buffer.c' || echo './'`quarry-text-buffer.c; \ then mv -f ".deps/quarry-text-buffer.Tpo" ".deps/quarry-text-buffer.Po"; \ else rm -f ".deps/quarry-text-buffer.Tpo"; exit 1; \ fi In file included from quarry-text-buffer.c:23: In file included from ./quarry-text-buffer.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-text-buffer.c:23: In file included from ./quarry-text-buffer.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ quarry-text-buffer.c:482:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal current_time; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ quarry-text-buffer.c:495:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (¤t_time); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' #define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ quarry-text-buffer.c:710:8: warning: Deprecated pre-processor symbol: replace with "G_UNICODE_SPACING_MARK" [-W#pragma-messages] case G_UNICODE_COMBINING_MARK: ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gunicode.h:159:57: note: expanded from macro 'G_UNICODE_COMBINING_MARK' #define G_UNICODE_COMBINING_MARK G_UNICODE_SPACING_MARK GLIB_DEPRECATED_MACRO_IN_2_30_FOR(G_UNICODE_SPACING_MARK) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:108:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_30_FOR' #define GLIB_DEPRECATED_MACRO_IN_2_30_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :124:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_UNICODE_SPACING_MARK\"" ^ quarry-text-buffer.c:736:12: warning: Deprecated pre-processor symbol: replace with "G_UNICODE_SPACING_MARK" [-W#pragma-messages] case G_UNICODE_COMBINING_MARK: ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gunicode.h:159:57: note: expanded from macro 'G_UNICODE_COMBINING_MARK' #define G_UNICODE_COMBINING_MARK G_UNICODE_SPACING_MARK GLIB_DEPRECATED_MACRO_IN_2_30_FOR(G_UNICODE_SPACING_MARK) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:108:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_30_FOR' #define GLIB_DEPRECATED_MACRO_IN_2_30_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :129:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_UNICODE_SPACING_MARK\"" ^ 6 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry-text-view.o -MD -MP -MF ".deps/quarry-text-view.Tpo" \ -c -o quarry-text-view.o `test -f 'quarry-text-view.c' || echo './'`quarry-text-view.c; \ then mv -f ".deps/quarry-text-view.Tpo" ".deps/quarry-text-view.Po"; \ else rm -f ".deps/quarry-text-view.Tpo"; exit 1; \ fi In file included from quarry-text-view.c:23: In file included from ./quarry-text-view.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from quarry-text-view.c:23: In file included from ./quarry-text-view.h:29: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I../.. -D DATA_DIR=\"/opt/pkg/share\" -D PACKAGE_DATA_DIR=\"/opt/pkg/share/quarry\" -Wall -Waggregate-return -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wunused-parameter -I ../../src -I ../../src/board -I ../../src/board -I ../../src/gtp -I ../../src/gui-utils -I ../../src/gui-utils -I ../../src/sgf -I ../../src/sgf -I ../../src/utils -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT gtk-configuration.o -MD -MP -MF ".deps/gtk-configuration.Tpo" \ -c -o gtk-configuration.o `test -f 'gtk-configuration.c' || echo './'`gtk-configuration.c; \ then mv -f ".deps/gtk-configuration.Tpo" ".deps/gtk-configuration.Po"; \ else rm -f ".deps/gtk-configuration.Tpo"; exit 1; \ fi In file included from gtk-configuration.c:7: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from gtk-configuration.c:7: In file included from ./gtk-games.h:33: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/quarry/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/quarry/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. /opt/pkg/bin/glib-genmarshal --stdinc --prefix=quarry_marshal --body \ `test -f 'quarry-marshal.glist' || echo './'`quarry-marshal.glist > quarry-marshal.c \ || (rm -f quarry-marshal.c; exit 1) INFO: Reading quarry-marshal.glist... clang -DHAVE_CONFIG_H -I. -I. -I../.. \ -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/lib/pkgconfig/../../include/librsvg-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include \ -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 \ -o quarry-marshal.o \ -c quarry-marshal.c \ || (rm -f quarry-marshal.o ; exit 1) rm -f libguigtk.a ar cru libguigtk.a gtk-add-or-edit-label-dialog.o gtk-clock.o gtk-color-button.o gtk-control-center.o gtk-file-dialog.o gtk-file-selector.o gtk-freezable-spin-button.o gtk-game-info-dialog.o gtk-games.o gtk-goban.o gtk-goban-base.o gtk-goban-window.o gtk-go-to-named-node-dialog.o gtk-gtp-client-interface.o gtk-help.o gtk-named-vbox.o gtk-new-game-dialog.o gtk-new-game-record-dialog.o gtk-parser-interface.o gtk-preferences.o gtk-progress-dialog.o gtk-qbox.o gtk-qhbox.o gtk-qvbox.o gtk-resume-game-dialog.o gtk-sgf-tree-signal-proxy.o gtk-sgf-tree-view.o gtk-tile-set.o gtk-utils.o gui-back-end.o quarry-assistant.o quarry-find-dialog.o quarry-history-text-buffer.o quarry-message-dialog.o quarry-move-number-dialog.o quarry-save-confirmation-dialog.o quarry-stock.o quarry-text-buffer.o quarry-text-view.o gtk-configuration.o quarry-marshal.o ../../src/gui-utils/libguiutils.a ranlib libguigtk.a gmake[4]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gui-gtk' gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src/gui-gtk' gmake[3]: Entering directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src' if clang -DHAVE_CONFIG_H -I. -I. -I.. -D LOCALE_DIR=\"/opt/pkg/share/locale\" -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../src/gui-gtk -I ../src/gui-utils -I ../src/board -I ../src/board -I ../src/utils -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT quarry.o -MD -MP -MF ".deps/quarry.Tpo" \ -c -o quarry.o `test -f 'quarry.c' || echo './'`quarry.c; \ then mv -f ".deps/quarry.Tpo" ".deps/quarry.Po"; \ else rm -f ".deps/quarry.Tpo"; exit 1; \ fi In file included from quarry.c:28: ../src/utils/getopt.h:152:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int getopt (); ^ void 1 warning generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -L/opt/pkg/lib -o quarry quarry.o ../src/gui-gtk/libguigtk.a ../src/gui-utils/libguiutils.a ../src/gtp/libgtp.a ../src/sgf/libsgf.a ../src/board/libboard.a ../src/utils/libutils.a -L/opt/pkg/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -L/opt/pkg/lib/pkgconfig/../../lib -lrsvg-2 -lcairo-gobject -lgdk_pixbuf-2.0 -lxml2 -lpangocairo-1.0 -lpangoft2-1.0 -lpango-1.0 -lgio-2.0 -lcairo -lfontconfig -lharfbuzz -lfreetype -lpng16 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/opt/pkg/lib -lgthread-2.0 -lglib-2.0 -lintl Undefined symbols for architecture arm64: "_libiconv", referenced from: _buffered_writer_add_character in libutils.a(buffered-writer.o) _buffered_writer_add_newline in libutils.a(buffered-writer.o) _buffered_writer_cat_as_string in libutils.a(buffered-writer.o) _convert_text_to_utf8 in libsgf.a(sgf-parser.o) "_libiconv_close", referenced from: _parse_buffer in libsgf.a(sgf-parser.o) _write_collection in libsgf.a(sgf-writer.o) "_libiconv_open", referenced from: _parse_buffer in libsgf.a(sgf-parser.o) _write_collection in libsgf.a(sgf-writer.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [Makefile:271: quarry] Error 1 gmake[3]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src' gmake[2]: *** [Makefile:311: all-recursive] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0/src' gmake[1]: *** [Makefile:231: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/games/quarry/work/quarry-0.2.0' gmake: *** [Makefile:186: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/games/quarry *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/games/quarry