===> Building for dopewars-1.6.2nb17 Making all in src gmake[1]: Entering directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src' /opt/pkg/bin/gmake all-recursive gmake[2]: Entering directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src' Making all in gui_client gmake[3]: Entering directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/gui_client' clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT gtk_client.o -MD -MP -MF .deps/gtk_client.Tpo -c -o gtk_client.o gtk_client.c In file included from gtk_client.c:34: In file included from ./gtk_client.h:30: In file included from ../../src/gtkport/gtkport.h:30: In file included from ../../src/gtkport/itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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_client.c:34: In file included from ./gtk_client.h:30: In file included from ../../src/gtkport/gtkport.h:30: In file included from ../../src/gtkport/itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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. mv -f .deps/gtk_client.Tpo .deps/gtk_client.Po clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT optdialog.o -MD -MP -MF .deps/optdialog.Tpo -c -o optdialog.o optdialog.c In file included from optdialog.c:32: In file included from ./gtk_client.h:30: In file included from ../../src/gtkport/gtkport.h:30: In file included from ../../src/gtkport/itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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 optdialog.c:32: In file included from ./gtk_client.h:30: In file included from ../../src/gtkport/gtkport.h:30: In file included from ../../src/gtkport/itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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. mv -f .deps/optdialog.Tpo .deps/optdialog.Po clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT newgamedia.o -MD -MP -MF .deps/newgamedia.Tpo -c -o newgamedia.o newgamedia.c In file included from newgamedia.c:35: In file included from ../../src/gtkport/gtkport.h:30: In file included from ../../src/gtkport/itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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 newgamedia.c:35: In file included from ../../src/gtkport/gtkport.h:30: In file included from ../../src/gtkport/itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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. mv -f .deps/newgamedia.Tpo .deps/newgamedia.Po rm -f libguiclient.a ar cru libguiclient.a gtk_client.o optdialog.o newgamedia.o ranlib libguiclient.a gmake[3]: Leaving directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/gui_client' Making all in curses_client gmake[3]: Entering directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/curses_client' clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT curses_client.o -MD -MP -MF .deps/curses_client.Tpo -c -o curses_client.o curses_client.c mv -f .deps/curses_client.Tpo .deps/curses_client.Po rm -f libcursesclient.a ar cru libcursesclient.a curses_client.o ranlib libcursesclient.a gmake[3]: Leaving directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/curses_client' Making all in gtkport gmake[3]: Entering directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/gtkport' clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT gtkport.o -MD -MP -MF .deps/gtkport.Tpo -c -o gtkport.o gtkport.c In file included from gtkport.c:41: In file included from ./gtkport.h:30: In file included from ./itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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 gtkport.c:41: In file included from ./gtkport.h:30: In file included from ./itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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. mv -f .deps/gtkport.Tpo .deps/gtkport.Po clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT unicodewrap.o -MD -MP -MF .deps/unicodewrap.Tpo -c -o unicodewrap.o unicodewrap.c mv -f .deps/unicodewrap.Tpo .deps/unicodewrap.Po clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT treeview.o -MD -MP -MF .deps/treeview.Tpo -c -o treeview.o treeview.c In file included from treeview.c:27: In file included from ./gtkport.h:30: In file included from ./itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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 treeview.c:27: In file included from ./gtkport.h:30: In file included from ./itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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. mv -f .deps/treeview.Tpo .deps/treeview.Po clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT itemfactory.o -MD -MP -MF .deps/itemfactory.Tpo -c -o itemfactory.o itemfactory.c In file included from itemfactory.c:27: In file included from ./gtkport.h:30: In file included from ./itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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 itemfactory.c:27: In file included from ./gtkport.h:30: In file included from ./itemfactory.h:41: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/games/dopewars/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/games/dopewars/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/dopewars/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/dopewars/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/dopewars/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/dopewars/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. mv -f .deps/itemfactory.Tpo .deps/itemfactory.Po rm -f libgtkport.a ar cru libgtkport.a gtkport.o unicodewrap.o treeview.o itemfactory.o ranlib libgtkport.a gmake[3]: Leaving directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/gtkport' Making all in cursesport gmake[3]: Entering directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/cursesport' clang -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT cursesport.o -MD -MP -MF .deps/cursesport.Tpo -c -o cursesport.o cursesport.c mv -f .deps/cursesport.Tpo .deps/cursesport.Po rm -f libcursesport.a ar cru libcursesport.a cursesport.o ranlib libcursesport.a gmake[3]: Leaving directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/cursesport' Making all in plugins gmake[3]: Entering directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/plugins' /opt/pkg/bin/mksh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -MT sound_winmm.lo -MD -MP -MF .deps/sound_winmm.Tpo -c -o sound_winmm.lo sound_winmm.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../src -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/glib-2.0 -I/Users/pbulk/build/games/dopewars/work/.buildlink/lib/glib-2.0/include -I/Users/pbulk/build/games/dopewars/work/.buildlink/include -DPNG_NO_ASSEMBLER_CODE -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/ncurses -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/gio-unix-2.0 -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/freetype2 -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/harfbuzz -DLDAP_DEPRECATED -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/libxml2 -no-cpp-precomp -pipe -Os -DLDAP_DEPRECATED -Wall -MT sound_winmm.lo -MD -MP -MF .deps/sound_winmm.Tpo -c sound_winmm.c -fno-common -DPIC -o .libs/sound_winmm.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../src -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/glib-2.0 -I/Users/pbulk/build/games/dopewars/work/.buildlink/lib/glib-2.0/include -I/Users/pbulk/build/games/dopewars/work/.buildlink/include -DPNG_NO_ASSEMBLER_CODE -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/ncurses -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/gio-unix-2.0 -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/freetype2 -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/harfbuzz -DLDAP_DEPRECATED -I/Users/pbulk/build/games/dopewars/work/.buildlink/include/libxml2 -no-cpp-precomp -pipe -Os -DLDAP_DEPRECATED -Wall -MT sound_winmm.lo -MD -MP -MF .deps/sound_winmm.Tpo -c sound_winmm.c -o sound_winmm.o >/dev/null 2>&1 mv -f .deps/sound_winmm.Tpo .deps/sound_winmm.Plo /opt/pkg/bin/mksh ../../libtool --tag=CC --mode=link clang -pipe -Os -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -Wall -L/opt/pkg/lib -o libsound_winmm.la sound_winmm.lo -L/opt/pkg/lib -lglib-2.0 -lintl libtool: link: ar cr .libs/libsound_winmm.a .libs/sound_winmm.o libtool: link: ranlib .libs/libsound_winmm.a warning: /Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive library: .libs/libsound_winmm.a the table of contents is empty (no object file members in the library define global symbols) libtool: link: ( cd ".libs" && rm -f "libsound_winmm.la" && ln -s "../libsound_winmm.la" "libsound_winmm.la" ) /opt/pkg/bin/mksh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/ncurses -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 -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -no-cpp-precomp -g -O2 -MT sound_cocoa.lo -MD -MP -MF .deps/sound_cocoa.Tpo -c -o sound_cocoa.lo sound_cocoa.m libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag' gmake[3]: *** [Makefile:534: sound_cocoa.lo] Error 1 gmake[3]: Leaving directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src/plugins' gmake[2]: *** [Makefile:654: all-recursive] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src' gmake[1]: *** [Makefile:469: all] Error 2 gmake[1]: Leaving directory '/Users/pbulk/build/games/dopewars/work/dopewars-1.6.2/src' gmake: *** [Makefile:472: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/games/dopewars *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/games/dopewars