===> Building for gpick-0.3nb1 [ 1%] Building CXX object CMakeFiles/gpick-math.dir/source/math/Empty.cpp.o [ 1%] Built target gpick-math [ 2%] Building CXX object CMakeFiles/gpick-color.dir/source/Color.cpp.o [ 2%] Built target gpick-color [ 3%] Building CXX object CMakeFiles/gpick-common.dir/source/common/Format.cpp.o [ 3%] Built target gpick-common [ 3%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Binary.cpp.o [ 4%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Map.cpp.o [ 5%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Types.cpp.o [ 6%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Variable.cpp.o [ 7%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Xml.cpp.o [ 7%] Built target gpick-dynv [ 7%] Building CXX object CMakeFiles/gpick-lua.dir/source/lua/Script.cpp.o [ 7%] Built target gpick-lua [ 8%] Compiling state machine /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/CMakeFiles/TextFileParser.cpp [ 9%] Building CXX object CMakeFiles/gpick-parser.dir/source/parser/TextFile.cpp.o [ 9%] Building CXX object CMakeFiles/gpick-parser.dir/CMakeFiles/TextFileParser.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/CMakeFiles/TextFileParser.cpp:551:18: warning: unused variable 'text_file_first_final' [-Wunused-const-variable] static const int text_file_first_final = 75; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/CMakeFiles/TextFileParser.cpp:554:18: warning: unused variable 'text_file_en_multi_line_comment' [-Wunused-const-variable] static const int text_file_en_multi_line_comment = 72; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/CMakeFiles/TextFileParser.cpp:555:18: warning: unused variable 'text_file_en_single_line_comment' [-Wunused-const-variable] static const int text_file_en_single_line_comment = 74; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/CMakeFiles/TextFileParser.cpp:556:18: warning: unused variable 'text_file_en_main' [-Wunused-const-variable] static const int text_file_en_main = 75; ^ 4 warnings generated. [ 9%] Built target gpick-parser [ 9%] Compiling translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/cs/LC_MESSAGES/gpick.mo [ 10%] Compiling translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/es/LC_MESSAGES/gpick.mo [ 11%] Compiling translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/lt/LC_MESSAGES/gpick.mo [ 12%] Compiling translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/ru/LC_MESSAGES/gpick.mo [ 13%] Compiling translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/sv/LC_MESSAGES/gpick.mo [ 13%] Built target translations [ 14%] Preparing translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/cs/LC_MESSAGES/gpick.po [ 15%] Preparing translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/es/LC_MESSAGES/gpick.po [ 16%] Preparing translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/lt/LC_MESSAGES/gpick.po [ 17%] Preparing translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/ru/LC_MESSAGES/gpick.po [ 17%] Preparing translations /Users/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/sv/LC_MESSAGES/gpick.po [ 17%] Built target prepare-translations [ 17%] Building CXX object CMakeFiles/gpick.dir/source/AutoSave.cpp.o [ 18%] Building CXX object CMakeFiles/gpick.dir/source/BlendColors.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:109:27: warning: 'name' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual std::string_view name() const { ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:25:27: note: overridden virtual function is here virtual std::string_view name() const = 0; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:282:10: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new(6, 2, false); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:283:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Start:"), 0, 0, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:285:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:289:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Middle:"), 0, 0, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:291:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:295:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("End:"), 0, 0, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:297:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:301:20: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] GtkWidget *vbox = gtk_vbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:311:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), vbox, 4, 5, table_y, table_y + 3, GtkAttachOptions(GTK_FILL), GtkAttachOptions(GTK_FILL), 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:314:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Start steps:"), 0, 0, 0, 0), 2, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:317:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 3, 4, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:321:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("End steps:"), 0, 0, 0, 0), 2, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:324:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 3, 4, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:329:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), palette_list_preview_new(&gs, false, false, gs.getColorList(), &previewColorList), 0, 5, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ 15 warnings generated. [ 19%] Building CXX object CMakeFiles/gpick.dir/source/BrightnessDarkness.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BrightnessDarkness.cpp:83:27: warning: 'name' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual std::string_view name() const { ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:25:27: note: overridden virtual function is here virtual std::string_view name() const = 0; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/BrightnessDarkness.cpp:274:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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. [ 20%] Building CXX object CMakeFiles/gpick.dir/source/Clipboard.cpp.o [ 20%] Building CXX object CMakeFiles/gpick.dir/source/ClosestColors.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:75:27: warning: 'name' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual std::string_view name() const { ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:25:27: note: overridden virtual function is here virtual std::string_view name() const = 0; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:221:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:222:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:224:24: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] args->colorPreviews = gtk_table_new(3, 3, false); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:230:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, 0, 3, 0, 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:244:4: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, i, i + 1, j + 1, j + 2, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:254:15: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] auto hbox2 = gtk_hbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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. [ 21%] Building CXX object CMakeFiles/gpick.dir/source/ColorList.cpp.o [ 22%] Building CXX object CMakeFiles/gpick.dir/source/ColorMixer.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:110:27: warning: 'name' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual std::string_view name() const { ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:25:27: note: overridden virtual function is here virtual std::string_view name() const = 0; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:332:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:333:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:335:24: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] args->colorPreviews = gtk_table_new(Rows, 3, false); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:341:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, 1, 2, 0, Rows, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:355:4: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, j * 2, j * 2 + 1, i, i + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:387:10: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox2 = gtk_hbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:390:10: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new(5, 2, false); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:393:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Opacity:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:394:23: warning: 'gtk_hscale_new_with_range' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations] args->opacityRange = gtk_hscale_new_with_range(1, 100, 1); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62:1: note: 'gtk_hscale_new_with_range' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_scale_new_with_range) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:397:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), args->opacityRange, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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. [ 23%] Building CXX object CMakeFiles/gpick.dir/source/ColorObject.cpp.o [ 23%] Building CXX object CMakeFiles/gpick.dir/source/ColorPicker.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:130:27: warning: 'name' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual std::string_view name() const { ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:25:27: note: overridden virtual function is here virtual std::string_view name() const = 0; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:172:3: warning: 'gdk_display_get_pointer' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations] gdk_display_get_pointer(gdk_display_get_default(), &screen, &x, &y, &state); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:111:1: note: 'gdk_display_get_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_get_position) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:173:17: warning: 'gdk_screen_get_monitor_at_point' is deprecated: Use 'gdk_display_get_monitor_at_point' instead [-Wdeprecated-declarations] int monitor = gdk_screen_get_monitor_at_point(screen, x, y); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:86:1: note: 'gdk_screen_get_monitor_at_point' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22_FOR(gdk_display_get_monitor_at_point) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR' # define GDK_DEPRECATED_IN_3_22_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:175:3: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] gdk_screen_get_monitor_geometry(screen, monitor, &monitor_geometry); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:77:1: note: 'gdk_screen_get_monitor_geometry' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22_FOR(gdk_monitor_get_geometry) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR' # define GDK_DEPRECATED_IN_3_22_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:653:3: warning: 'gdk_display_get_pointer' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations] gdk_display_get_pointer(gdk_display_get_default(), nullptr, &x, &y, nullptr); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:111:1: note: 'gdk_display_get_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_get_position) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:795:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] auto item = newMenuItem(_("Copy"), GTK_STOCK_COPY); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:237:38: note: expanded from macro 'GTK_STOCK_COPY' #define GTK_STOCK_COPY ((GtkStock)"gtk-copy") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:798:34: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] item = newMenuItem(_("Paste"), GTK_STOCK_PASTE); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:829:38: note: expanded from macro 'GTK_STOCK_PASTE' #define GTK_STOCK_PASTE ((GtkStock)"gtk-paste") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:802:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] item = newMenuItem(_("Edit"), GTK_STOCK_EDIT); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:364:38: note: expanded from macro 'GTK_STOCK_EDIT' #define GTK_STOCK_EDIT ((GtkStock)"gtk-edit") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:830:2: warning: 'gtk_combo_box_set_add_tearoffs' is deprecated [-Wdeprecated-declarations] gtk_combo_box_set_add_tearoffs(GTK_COMBO_BOX(widget), 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:112:1: note: 'gtk_combo_box_set_add_tearoffs' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10' # define GDK_DEPRECATED_IN_3_10 GDK_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:876:14: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] main_hbox = gtk_hbox_new(false, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:878:10: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new(false, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:932:10: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new(false, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:933:3: warning: 'gtk_scrolled_window_add_with_viewport' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations] gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled), vbox); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtkscrolledwindow.h:185:1: note: 'gtk_scrolled_window_add_with_viewport' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_8_FOR(gtk_container_add) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:315:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_8_FOR' # define GDK_DEPRECATED_IN_3_8_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:940:12: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new(6, 2, FALSE); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:945:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Oversample:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:946:14: warning: 'gtk_hscale_new_with_range' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations] widget = gtk_hscale_new_with_range (0,16,1); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62:1: note: 'gtk_hscale_new_with_range' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_scale_new_with_range) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:949:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget,1,2,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:952:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Falloff:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:956:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget,1,2,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:959:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Zoom:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:960:14: warning: 'gtk_hscale_new_with_range' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations] widget = gtk_hscale_new_with_range (0, 100, 1); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62:1: note: 'gtk_hscale_new_with_range' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_scale_new_with_range) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:963:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget,1,2,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1055:13: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new(3, 2, FALSE); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1059:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Color name:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1061:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget,1,3,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1066:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Contrast:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1075:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget,1,2,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1078:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), args->contrastCheckMsg = gtk_label_new(""),2,3,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1087:13: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new(3, 2, FALSE); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1091:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Value:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1094:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1098:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Color:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1104:6: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ 33 warnings generated. [ 24%] Building CXX object CMakeFiles/gpick.dir/source/ColorRYB.cpp.o [ 25%] Building CXX object CMakeFiles/gpick.dir/source/ColorSourceManager.cpp.o [ 26%] Building CXX object CMakeFiles/gpick.dir/source/ColorSpaceType.cpp.o [ 27%] Building CXX object CMakeFiles/gpick.dir/source/ColorWheelType.cpp.o [ 27%] Building CXX object CMakeFiles/gpick.dir/source/Converter.cpp.o [ 28%] Building CXX object CMakeFiles/gpick.dir/source/Converters.cpp.o [ 29%] Building CXX object CMakeFiles/gpick.dir/source/ErrorCode.cpp.o [ 30%] Building CXX object CMakeFiles/gpick.dir/source/EventBus.cpp.o [ 30%] Building CXX object CMakeFiles/gpick.dir/source/FileFormat.cpp.o [ 31%] Building CXX object CMakeFiles/gpick.dir/source/FloatingPicker.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:79:2: warning: 'gdk_display_get_pointer' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations] gdk_display_get_pointer(gdk_display_get_default(), &screen, &x, &y, &state); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:111:1: note: 'gdk_display_get_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_get_position) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:80:16: warning: 'gdk_screen_get_monitor_at_point' is deprecated: Use 'gdk_display_get_monitor_at_point' instead [-Wdeprecated-declarations] int monitor = gdk_screen_get_monitor_at_point(screen, x, y); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:86:1: note: 'gdk_screen_get_monitor_at_point' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22_FOR(gdk_display_get_monitor_at_point) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR' # define GDK_DEPRECATED_IN_3_22_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:82:2: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] gdk_screen_get_monitor_geometry(screen, monitor, &monitor_geometry); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:77:1: note: 'gdk_screen_get_monitor_geometry' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22_FOR(gdk_monitor_get_geometry) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR' # define GDK_DEPRECATED_IN_3_22_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:109:2: warning: 'gdk_display_get_pointer' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations] gdk_display_get_pointer(gdk_display_get_default(), &screen, &x, &y, &state); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:111:1: note: 'gdk_display_get_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_get_position) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:110:10: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] width = gdk_screen_get_width(screen); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:57:1: note: 'gdk_screen_get_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22 ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:412:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22' # define GDK_DEPRECATED_IN_3_22 GDK_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:111:11: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] height = gdk_screen_get_height(screen); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:59:1: note: 'gdk_screen_get_height' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22 ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:412:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22' # define GDK_DEPRECATED_IN_3_22 GDK_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:153:12: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] cursor = gdk_cursor_new(GDK_BLANK_CURSOR); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:227:1: note: 'gdk_cursor_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gdk_cursor_new_for_display) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR' # define GDK_DEPRECATED_IN_3_16_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:155:12: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] cursor = gdk_cursor_new(GDK_TCROSS); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:227:1: note: 'gdk_cursor_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gdk_cursor_new_for_display) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR' # define GDK_DEPRECATED_IN_3_16_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:158:2: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] gdk_pointer_grab(gtk_widget_get_window(args->window), false, GdkEventMask(GDK_POINTER_MOTION_MASK | GDK_BUTTON_RELEASE_MASK | GDK_BUTTON_PRESS_MASK | GDK_SCROLL_MASK), nullptr, cursor, GDK_CURRENT_TIME); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:85:1: note: 'gdk_pointer_grab' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_grab) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:159:2: warning: 'gdk_keyboard_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] gdk_keyboard_grab(gtk_widget_get_window(args->window), false, GDK_CURRENT_TIME); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:92:1: note: 'gdk_keyboard_grab' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_grab) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:171:2: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] gdk_pointer_ungrab(GDK_CURRENT_TIME); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:99:1: note: 'gdk_pointer_ungrab' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_ungrab) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:172:2: warning: 'gdk_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] gdk_keyboard_ungrab(GDK_CURRENT_TIME); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:101:1: note: 'gdk_keyboard_ungrab' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_ungrab) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:272:3: warning: 'gdk_display_get_pointer' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations] gdk_display_get_pointer(gdk_display_get_default(), nullptr, &x, &y, nullptr); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:111:1: note: 'gdk_display_get_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_get_position) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:345:3: warning: 'gdk_display_get_pointer' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations] gdk_display_get_pointer(display, nullptr, &x, &y, nullptr); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:111:1: note: 'gdk_display_get_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_get_position) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:348:3: warning: 'gdk_display_warp_pointer' is deprecated: Use 'gdk_device_warp' instead [-Wdeprecated-declarations] gdk_display_warp_pointer(display, screen, x, y); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:121:1: note: 'gdk_display_warp_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gdk_device_warp) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/FloatingPicker.cpp:369:20: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] GtkWidget* vbox = gtk_vbox_new(0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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. [ 32%] Building CXX object CMakeFiles/gpick.dir/source/GenerateScheme.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:99:27: warning: 'name' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual std::string_view name() const { ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:25:27: note: overridden virtual function is here virtual std::string_view name() const = 0; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:389:41: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] auto item = newMenuItem(_("_Reset"), GTK_STOCK_CANCEL); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL' #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:392:43: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] item = newMenuItem(_("_Reset scheme"), GTK_STOCK_CANCEL); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL' #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:460:41: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] item = newMenuItem(_("_Reset scheme"), GTK_STOCK_CANCEL); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL' #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:490:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new(false, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:491:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new(false, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:493:24: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] args->colorPreviews = gtk_table_new(3, 2, false); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:500:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, i % 2, (i % 2) + 1, i / 2, i / 2 + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:508:10: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox2 = gtk_hbox_new(false, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:521:10: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new(5, 2, false); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:524:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Hue:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:525:28: warning: 'gtk_hscale_new_with_range' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations] args->hueRange = widget = gtk_hscale_new_with_range(0, 360, 1); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62:1: note: 'gtk_hscale_new_with_range' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_scale_new_with_range) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:528:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:530:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Saturation:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:531:35: warning: 'gtk_hscale_new_with_range' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations] args->saturationRange = widget = gtk_hscale_new_with_range(0, 120, 1); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62:1: note: 'gtk_hscale_new_with_range' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_scale_new_with_range) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:535:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:537:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Lightness:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:538:34: warning: 'gtk_hscale_new_with_range' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations] args->lightnessRange = widget = gtk_hscale_new_with_range(-50, 80, 1); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62:1: note: 'gtk_hscale_new_with_range' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_scale_new_with_range) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:542:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:544:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Type:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GTK_FILL, GTK_SHRINK, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:551:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GTK_FILL, GTK_SHRINK, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:553:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Color wheel:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GTK_FILL, GTK_SHRINK, 5, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/GenerateScheme.cpp:560:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GTK_FILL, GTK_SHRINK, 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ 23 warnings generated. [ 33%] Building CXX object CMakeFiles/gpick.dir/source/GlobalState.cpp.o [ 34%] Building CXX object CMakeFiles/gpick.dir/source/HtmlUtils.cpp.o [ 34%] Building CXX object CMakeFiles/gpick.dir/source/ImportExport.cpp.o [ 35%] Building CXX object CMakeFiles/gpick.dir/source/LayoutPreview.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:83:27: warning: 'name' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual std::string_view name() const { ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:25:27: note: overridden virtual function is here virtual std::string_view name() const = 0; ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:280:193: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GtkWidget *dialog = gtk_dialog_new_with_buttons(_("Assign CSS selectors"), GTK_WINDOW(gtk_widget_get_toplevel(args->main)), GtkDialogFlags(GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_OK, nullptr); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL' #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:280:232: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GtkWidget *dialog = gtk_dialog_new_with_buttons(_("Assign CSS selectors"), GTK_WINDOW(gtk_widget_get_toplevel(args->main)), GtkDialogFlags(GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_OK, nullptr); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: note: expanded from macro 'GTK_STOCK_OK' #define GTK_STOCK_OK ((GtkStock)"gtk-ok") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:282:2: warning: 'gtk_dialog_set_alternative_button_order' is deprecated [-Wdeprecated-declarations] gtk_dialog_set_alternative_button_order(GTK_DIALOG(dialog), GTK_RESPONSE_OK, GTK_RESPONSE_CANCEL, -1); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:184:1: note: 'gtk_dialog_set_alternative_button_order' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10' # define GDK_DEPRECATED_IN_3_10 GDK_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:283:15: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] auto table = gtk_table_new(1, 1, false); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:287:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), selectorList, 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 5, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:382:132: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] auto dialog = gtk_file_chooser_dialog_new(_("Export"), GTK_WINDOW(gtk_widget_get_toplevel(widget)), GTK_FILE_CHOOSER_ACTION_SAVE, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_SAVE, GTK_RESPONSE_OK, nullptr); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL' #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:382:171: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] auto dialog = gtk_file_chooser_dialog_new(_("Export"), GTK_WINDOW(gtk_widget_get_toplevel(widget)), GTK_FILE_CHOOSER_ACTION_SAVE, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_SAVE, GTK_RESPONSE_OK, nullptr); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:964:38: note: expanded from macro 'GTK_STOCK_SAVE' #define GTK_STOCK_SAVE ((GtkStock)"gtk-save") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:383:2: warning: 'gtk_dialog_set_alternative_button_order' is deprecated [-Wdeprecated-declarations] gtk_dialog_set_alternative_button_order(GTK_DIALOG(dialog), GTK_RESPONSE_OK, GTK_RESPONSE_CANCEL, -1); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:184:1: note: 'gtk_dialog_set_alternative_button_order' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10' # define GDK_DEPRECATED_IN_3_10 GDK_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:421:20: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] GtkWidget *hbox = gtk_hbox_new(false, 5); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:436:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new(false, 10); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:437:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new(false, 10); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR' # define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:440:10: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new(4, 4, false); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:444:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), toolbar, 0, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:453:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] tool = gtk_menu_tool_button_new(newIcon(GTK_STOCK_SAVE, IconSize::toolbar), _("Export CSS File")); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:964:38: note: expanded from macro 'GTK_STOCK_SAVE' #define GTK_STOCK_SAVE ((GtkStock)"gtk-save") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:458:55: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] auto item = newMenuItem(_("_Export CSS File As..."), GTK_STOCK_SAVE_AS); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:973:38: note: expanded from macro 'GTK_STOCK_SAVE_AS' #define GTK_STOCK_SAVE_AS ((GtkStock)"gtk-save-as") ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:468:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach(GTK_TABLE(table), scrolled, 0, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkGrid) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR' # define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/LayoutPreview.cpp:469:2: warning: 'gtk_scrolled_window_add_with_viewport' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations] gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled), args->layoutView = gtk_layout_preview_new()); ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtkscrolledwindow.h:185:1: note: 'gtk_scrolled_window_add_with_viewport' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_8_FOR(gtk_container_add) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:315:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_8_FOR' # define GDK_DEPRECATED_IN_3_8_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/graphics/gpick/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"))) ^ 18 warnings generated. [ 36%] Building CXX object CMakeFiles/gpick.dir/source/Noise.cpp.o [ 37%] Building CXX object CMakeFiles/gpick.dir/source/Paths.cpp.o /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/Paths.cpp:67:2: error: getExecutablePath not implemented for current OS #error getExecutablePath not implemented for current OS ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/Paths.cpp:91:41: error: use of undeclared identifier 'getExecutablePath' if (validateDataPath(testPath = (path(getExecutablePath()).parent_path() / "share" / "gpick"))) { ^ /Users/pbulk/build/graphics/gpick/work/gpick-0.3/source/Paths.cpp:95:41: error: use of undeclared identifier 'getExecutablePath' if (validateDataPath(testPath = (path(getExecutablePath()).parent_path().parent_path() / "share" / "gpick"))) { ^ 3 errors generated. gmake[2]: *** [CMakeFiles/gpick.dir/build.make:429: CMakeFiles/gpick.dir/source/Paths.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:400: CMakeFiles/gpick.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/gpick *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/gpick