panded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ImageEventBox.cpp:22: In file included from ./ImageEventBox.h:24: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/image.h:33: /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gdkmm-2.4/gdkmm/pixbufanimation.h:124:52: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] Glib::RefPtr get_iter(const GTimeVal* start_time); ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gtypes.h:574:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:983:49: 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/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1279:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1211:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ --- SaveDialog.o --- In file included from SaveDialog.cpp:25: In file included from ./SaveDialog.h:24: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/entry.h:37: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/image.h:33: /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gdkmm-2.4/gdkmm/pixbufanimation.h:124:52: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] Glib::RefPtr get_iter(const GTimeVal* start_time); ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gtypes.h:574:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:983:49: 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/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1279:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1211:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ --- ImageEventBox.o --- 3 warnings generated. mv -f .deps/ImageEventBox.Tpo .deps/ImageEventBox.Po --- main.o --- clang++ -DHAVE_CONFIG_H -I. -I.. -I/opt/pkg/include -I/opt/pkg/include/freetype2 -DLDAP_DEPRECATED -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/harfbuzz -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -DLDAP_DEPRECATED -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/harfbuzz -I/opt/pkg/include/gtkmm-2.4 -I/opt/pkg/lib/gtkmm-2.4/include -I/opt/pkg/include/atkmm-1.6 -I/opt/pkg/lib/atkmm-1.6/include -I/opt/pkg/include/glibmm-2.4 -I/opt/pkg/lib/glibmm-2.4/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/sigc++-2.0 -I/opt/pkg/lib/sigc++-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/giomm-2.4 -I/opt/pkg/lib/giomm-2.4/include -I/opt/pkg/include/pangomm-1.4 -I/opt/pkg/lib/pangomm-1.4/include -I/opt/pkg/include/cairomm-1.0 -I/opt/pkg/lib/cairomm-1.0/include -I/opt/pkg/include/cairo -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/fribidi -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/gtk-unix-print-2.0 -I/opt/pkg/include/gdkmm-2.4 -I/opt/pkg/lib/gdkmm-2.4/include -D_REENTRANT -lcurl -lmagic -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -DLDAP_DEPRECATED -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/harfbuzz -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp --- SaveDialog.o --- 3 warnings generated. mv -f .deps/SaveDialog.Tpo .deps/SaveDialog.Po --- SaveErrorDialog.o --- In file included from SaveErrorDialog.cpp:23: In file included from ./SaveErrorDialog.h:22: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/dialog.h:31: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/box.h:44: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/graphics/gimmage/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/graphics/gimmage/work/.buildlink/include/glib-2.0/gobject/gtype.h:706:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:570:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_36' # define GLIB_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1278:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1201:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from SaveErrorDialog.cpp:23: In file included from ./SaveErrorDialog.h:22: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/dialog.h:31: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/box.h:44: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/graphics/gimmage/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/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gtypes.h:574:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:983:49: 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/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1279:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1211:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. mv -f .deps/SaveErrorDialog.Tpo .deps/SaveErrorDialog.Po --- main.o --- In file included from main.cpp:23: In file included from ./AppWindow.h:23: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/paned.h:32: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/container.h:30: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/widget.h:47: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/targetlist.h:29: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/targetentry.h:30: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/graphics/gimmage/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/graphics/gimmage/work/.buildlink/include/glib-2.0/gobject/gtype.h:706:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:570:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_36' # define GLIB_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1278:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1201:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from main.cpp:23: In file included from ./AppWindow.h:23: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/paned.h:32: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/container.h:30: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/widget.h:47: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/targetlist.h:29: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/targetentry.h:30: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/graphics/gimmage/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/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gtypes.h:574:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:983:49: 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/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1279:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1211:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from main.cpp:23: In file included from ./AppWindow.h:39: In file included from ./ImageEventBox.h:24: In file included from /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gtkmm-2.4/gtkmm/image.h:33: /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/gdkmm-2.4/gdkmm/pixbufanimation.h:124:52: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] Glib::RefPtr get_iter(const GTimeVal* start_time); ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gtypes.h:574:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:983:49: 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/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1279:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gimmage/work/.buildlink/include/glib-2.0/glib/gmacros.h:1211:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 3 warnings generated. mv -f .deps/main.Tpo .deps/main.Po --- gimmage --- clang++ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -DLDAP_DEPRECATED -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/harfbuzz -I/opt/pkg/include/gtkmm-2.4 -I/opt/pkg/lib/gtkmm-2.4/include -I/opt/pkg/include/atkmm-1.6 -I/opt/pkg/lib/atkmm-1.6/include -I/opt/pkg/include/glibmm-2.4 -I/opt/pkg/lib/glibmm-2.4/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/sigc++-2.0 -I/opt/pkg/lib/sigc++-2.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/giomm-2.4 -I/opt/pkg/lib/giomm-2.4/include -I/opt/pkg/include/pangomm-1.4 -I/opt/pkg/lib/pangomm-1.4/include -I/opt/pkg/include/cairomm-1.0 -I/opt/pkg/lib/cairomm-1.0/include -I/opt/pkg/include/cairo -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/fribidi -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/gtk-unix-print-2.0 -I/opt/pkg/include/gdkmm-2.4 -I/opt/pkg/lib/gdkmm-2.4/include -D_REENTRANT -lcurl -lmagic -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -DLDAP_DEPRECATED -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/harfbuzz -L/opt/pkg/lib -o gimmage AppWindow.o Preview.o FileManager.o ImageEventBox.o SaveDialog.o SaveErrorDialog.o main.o -L/opt/pkg/lib -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lgtk-quartz-2.0 -lgdk-quartz-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairomm-1.0 -lsigc-2.0 -lcairo Making all in po Making all in pixmaps Making all in pixmaps/icon *** Please use pkgtools/verifypc to sanity check dependencies.