=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for ghex-3.18.4nb10 ninja: Entering directory `output' [1/118] Compiling C object src/libgtkhex-3.0.dylib.p/accessiblegtkhexfactory.c.o [2/118] Compiling C object src/libgtkhex-3.0.dylib.p/accessiblegtkhex.c.o [3/118] Generating src/ghex-resources_c with a custom command [4/118] Generating src/ghex-resources_h with a custom command [5/118] Compiling C object src/ghex.p/meson-generated_.._ghex-resources.c.o [6/118] Compiling C object src/ghex.p/chartable.c.o ../src/chartable.c:228:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] cbtn = gtk_button_new_from_stock(GTK_STOCK_CLOSE); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/chartable.c:228:35: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] cbtn = gtk_button_new_from_stock(GTK_STOCK_CLOSE); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: note: expanded from macro 'GTK_STOCK_CLOSE' #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 2 warnings generated. [7/118] Compiling C object src/ghex.p/config.c.o [8/118] Compiling C object src/libgtkhex-3.0.dylib.p/hex-document.c.o ../src/hex-document.c:1018:59: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] hex_document_set_data(doc, cd->start, cd->rep_len, len, cd->v_string, FALSE); ^~~~~~~~~~~~ ../src/hex-document.c:580:31: note: passing argument to parameter 'data' here guint rep_len, guchar *data, gboolean undoable) ^ ../src/hex-document.c:1022:16: warning: assigning to 'gchar *' (aka 'char *') from 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] cd->v_string = rep_data; ^ ~~~~~~~~ ../src/hex-document.c:1080:59: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] hex_document_set_data(doc, cd->start, cd->rep_len, len, cd->v_string, FALSE); ^~~~~~~~~~~~ ../src/hex-document.c:580:31: note: passing argument to parameter 'data' here guint rep_len, guchar *data, gboolean undoable) ^ ../src/hex-document.c:1084:16: warning: assigning to 'gchar *' (aka 'char *') from 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] cd->v_string = rep_data; ^ ~~~~~~~~ 4 warnings generated. [9/118] Compiling C object src/ghex.p/factory.c.o [10/118] Compiling C object src/libgtkhex-3.0.dylib.p/gtkhex.c.o ../src/gtkhex.c:344:3: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, state, &bg_color); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:360:39: warning: passing 'guchar[2]' (aka 'unsigned char[2]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] pango_layout_set_text (gh->alayout, c, 1); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/pango-1.0/pango/pango-layout.h:165:26: note: passing argument to parameter 'text' here const char *text, ^ ../src/gtkhex.c:384:36: warning: passing 'guchar[2]' (aka 'unsigned char[2]') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] format_xbyte(gh, gh->cursor_pos, c); ^ ../src/gtkhex.c:190:47: note: passing argument to parameter 'buf' here void format_xbyte(GtkHex *gh, gint pos, gchar buf[2]) { ^ ../src/gtkhex.c:394:3: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, state, &bg_color); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:410:39: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] pango_layout_set_text (gh->xlayout, &c[i], 1); ^~~~~ /Users/pbulk/build/editors/ghex/work/.buildlink/include/pango-1.0/pango/pango-layout.h:165:26: note: passing argument to parameter 'text' here const char *text, ^ ../src/gtkhex.c:477:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, state, &bg_color); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:567:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, state, &bg_color); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:689:2: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, state, &bg_color); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:704:31: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] frm_len = format_xblock (gh, gh->priv->disp_buffer, (gh->top_line+imin)*gh->cpl, ^~~~~~~~~~~~~~~~~~~~~ ../src/gtkhex.c:206:39: note: passing argument to parameter 'out' here gint format_xblock(GtkHex *gh, gchar *out, guint start, guint end) { ^ ../src/gtkhex.c:714:39: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] pango_layout_set_text (gh->xlayout, gh->priv->disp_buffer + (i - imin) * xcpl, MIN(xcpl, tmp)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/editors/ghex/work/.buildlink/include/pango-1.0/pango/pango-layout.h:165:26: note: passing argument to parameter 'text' here const char *text, ^ ../src/gtkhex.c:743:2: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, state, &bg_color); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:758:31: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] frm_len = format_ablock (gh, gh->priv->disp_buffer, (gh->top_line+imin)*gh->cpl, ^~~~~~~~~~~~~~~~~~~~~ ../src/gtkhex.c:225:39: note: passing argument to parameter 'out' here gint format_ablock(GtkHex *gh, gchar *out, guint start, guint end) { ^ ../src/gtkhex.c:769:39: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] pango_layout_set_text (gh->alayout, gh->priv->disp_buffer + (i - imin)*gh->cpl, MIN(gh->cpl, tmp)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/editors/ghex/work/.buildlink/include/pango-1.0/pango/pango-layout.h:165:26: note: passing argument to parameter 'text' here const char *text, ^ ../src/gtkhex.c:798:2: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, state, &bg_color); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:922:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations] gtk_widget_get_requisition(gh->scrollbar, &sb_req); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:946:1: note: 'gtk_widget_get_requisition' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width & gtk_widget_get_preferred_height) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:1125:28: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(text), 0, text, TRUE); ^~~~ ../src/hex-document.h:95:45: note: passing argument to parameter 'data' here guint len, guint rep_len, guchar *data, ^ ../src/gtkhex.c:1143:19: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] device_manager = gdk_display_get_device_manager (gtk_widget_get_display (w)); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:170:1: note: 'gdk_display_get_device_manager' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_20_FOR(gdk_display_get_default_seat) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:399:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20_FOR' # define GDK_DEPRECATED_IN_3_20_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:1144:12: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations] pointer = gdk_device_manager_get_client_pointer (device_manager); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:43:1: note: 'gdk_device_manager_get_client_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_20 ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:398:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20' # define GDK_DEPRECATED_IN_3_20 GDK_DEPRECATED ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/gtkhex.c:1222:28: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(text), 0, text, TRUE); ^~~~ ../src/hex-document.h:95:45: note: passing argument to parameter 'data' here guint len, guint rep_len, guchar *data, ^ ../src/gtkhex.c:1240:19: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] device_manager = gdk_display_get_device_manager (gtk_widget_get_display (w)); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:170:1: note: 'gdk_display_get_device_manager' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_20_FOR(gdk_display_get_default_seat) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:399:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20_FOR' # define GDK_DEPRECATED_IN_3_20_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:1241:12: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations] pointer = gdk_device_manager_get_client_pointer (device_manager); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:43:1: note: 'gdk_device_manager_get_client_pointer' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_20 ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:398:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20' # define GDK_DEPRECATED_IN_3_20 GDK_DEPRECATED ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/gtkhex.c:1279:2: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations] gtk_widget_modify_font (gh->offsets, gh->font_desc); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:1390:37: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gtk_selection_data_set_text(data, text, end_pos - start_pos); ^~~~ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:220:61: note: passing argument to parameter 'str' here const gchar *str, ^ ../src/gtkhex.c:1697:44: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gtk_clipboard_set_text(klass->clipboard, text, end_pos - start_pos); ^~~~ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkclipboard.h:219:35: note: passing argument to parameter 'text' here const gchar *text, ^ ../src/gtkhex.c:1718:27: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strlen(text), 0, text, TRUE); ^~~~ ../src/hex-document.h:95:45: note: passing argument to parameter 'data' here guint len, guint rep_len, guchar *data, ^ ../src/gtkhex.c:1978:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations] gtk_widget_get_requisition(gh->scrollbar, &sb_req); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:946:1: note: 'gtk_widget_get_requisition' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width & gtk_widget_get_preferred_height) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:2124:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (object_class, sizeof (GtkHexPrivate)); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gtype.h:1494:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/gtkhex.c:2131:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] gh->priv = GTKHEX_GET_PRIVATE (gh); ^ ../src/gtkhex.c:43:36: note: expanded from macro 'GTKHEX_GET_PRIVATE' #define GTKHEX_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object),\ ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gtype.h:686:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1299:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1296:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :125:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ ../src/gtkhex.c:2189:2: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations] gtk_widget_modify_font (gh->xdisp, gh->font_desc); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:2216:2: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations] gtk_widget_modify_font (gh->adisp, gh->font_desc); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:2479:3: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations] gtk_widget_modify_font (gh->xdisp, gh->font_desc); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:2482:3: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations] gtk_widget_modify_font (gh->adisp, gh->font_desc); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:2485:3: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations] gtk_widget_modify_font (gh->offsets, gh->font_desc); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/gtkhex.c:2566:23: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] new->search_string = g_memdup(search, len); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:349:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 34 warnings generated. [11/118] Linking target src/libgtkhex-3.0.dylib FAILED: src/libgtkhex-3.0.dylib clang -o src/libgtkhex-3.0.dylib src/libgtkhex-3.0.dylib.p/accessiblegtkhex.c.o src/libgtkhex-3.0.dylib.p/accessiblegtkhexfactory.c.o src/libgtkhex-3.0.dylib.p/gtkhex.c.o src/libgtkhex-3.0.dylib.p/hex-document.c.o -L/opt/pkg/lib -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,error -shared -install_name @rpath/libgtkhex-3.0.dylib -compatibility_version 0 -current_version 0 -pipe -Os -DPNG_NO_ASSEMBLER_CODE -Wl,-rpath,/opt/pkg/lib -Wl,--no-undefined /opt/pkg/lib/libatk-1.0.dylib /opt/pkg/lib/libgobject-2.0.dylib /opt/pkg/lib/libglib-2.0.dylib /opt/pkg/lib/libintl.dylib /opt/pkg/lib/libgtk-3.dylib /opt/pkg/lib/libgdk-3.dylib -Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,CoreGraphics /opt/pkg/lib/libharfbuzz.dylib /opt/pkg/lib/libpangocairo-1.0.dylib /opt/pkg/lib/libpango-1.0.dylib /opt/pkg/lib/libcairo.dylib /opt/pkg/lib/libcairo-gobject.dylib /opt/pkg/lib/libgdk_pixbuf-2.0.dylib /opt/pkg/lib/libgio-2.0.dylib /opt/pkg/lib/libgailutil-3.dylib -Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,CoreGraphics ld: warning: -undefined error is deprecated ld: unknown options: --no-undefined clang: error: linker command failed with exit code 1 (use -v to see invocation) [12/118] Compiling C object src/ghex.p/findreplace.c.o ../src/findreplace.c:108:49: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->f_next = create_button(dialog->window, GTK_STOCK_GO_FORWARD, _("Find _Next")); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:487:38: note: expanded from macro 'GTK_STOCK_GO_FORWARD' #define GTK_STOCK_GO_FORWARD ((GtkStock)"gtk-go-forward") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:111:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->f_next, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:115:49: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->f_prev = create_button(dialog->window, GTK_STOCK_GO_BACK, _("Find _Previous")); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:469:38: note: expanded from macro 'GTK_STOCK_GO_BACK' #define GTK_STOCK_GO_BACK ((GtkStock)"gtk-go-back") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:118:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->f_prev, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:124:20: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] dialog->f_close = gtk_button_new_from_stock (GTK_STOCK_CANCEL); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:124:47: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->f_close = gtk_button_new_from_stock (GTK_STOCK_CANCEL); ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:128:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->f_close, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:172:19: warning: 'gtk_color_selection_new' is deprecated: Use 'gtk_color_chooser_widget_new' instead [-Wdeprecated-declarations] dialog->colour = gtk_color_selection_new(); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:106:1: note: 'gtk_color_selection_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_widget_new) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:173:2: warning: 'gtk_color_selection_set_has_opacity_control' is deprecated: Use 'gtk_color_chooser_set_use_alpha' instead [-Wdeprecated-declarations] gtk_color_selection_set_has_opacity_control(GTK_COLOR_SELECTION(dialog->colour), ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:110:1: note: 'gtk_color_selection_set_has_opacity_control' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_set_use_alpha) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:179:41: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] button = create_button(dialog->window, GTK_STOCK_ADD, _("Add")); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:132:38: note: expanded from macro 'GTK_STOCK_ADD' #define GTK_STOCK_ADD ((GtkStock)"gtk-add") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:180:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), button, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:188:11: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] button = gtk_button_new_from_stock(GTK_STOCK_CANCEL); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:188:37: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] button = gtk_button_new_from_stock(GTK_STOCK_CANCEL); ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:192:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), button, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:258:49: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->f_next = create_button(dialog->window, GTK_STOCK_GO_FORWARD, _("Find _Next")); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:487:38: note: expanded from macro 'GTK_STOCK_GO_FORWARD' #define GTK_STOCK_GO_FORWARD ((GtkStock)"gtk-go-forward") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:267:49: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->f_prev = create_button(dialog->window, GTK_STOCK_GO_BACK, _("Find _Previous")); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:469:38: note: expanded from macro 'GTK_STOCK_GO_BACK' #define GTK_STOCK_GO_BACK ((GtkStock)"gtk-go-back") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:280:48: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->f_new = create_button(dialog->window, GTK_STOCK_ADD, _("_Add New")); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:132:38: note: expanded from macro 'GTK_STOCK_ADD' #define GTK_STOCK_ADD ((GtkStock)"gtk-add") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:289:51: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->f_remove = create_button(dialog->window, GTK_STOCK_REMOVE, _("_Remove Selected")); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:946:38: note: expanded from macro 'GTK_STOCK_REMOVE' #define GTK_STOCK_REMOVE ((GtkStock)"gtk-remove") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:298:20: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] dialog->f_close = gtk_button_new_from_stock (GTK_STOCK_CLOSE); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:298:47: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->f_close = gtk_button_new_from_stock (GTK_STOCK_CLOSE); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: note: expanded from macro 'GTK_STOCK_CLOSE' #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:302:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:375:47: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->next = create_button(dialog->window, GTK_STOCK_GO_FORWARD, _("Find _next")); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:487:38: note: expanded from macro 'GTK_STOCK_GO_FORWARD' #define GTK_STOCK_GO_FORWARD ((GtkStock)"gtk-go-forward") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:379:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->next, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:387:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->replace, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:395:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->replace_all, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:400:18: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] dialog->close = gtk_button_new_from_stock (GTK_STOCK_CANCEL); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:400:45: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->close = gtk_button_new_from_stock (GTK_STOCK_CANCEL); ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:404:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->close, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:444:15: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] dialog->ok = gtk_button_new_from_stock (GTK_STOCK_OK); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:444:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->ok = gtk_button_new_from_stock (GTK_STOCK_OK); ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:448:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->ok, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:453:19: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] dialog->cancel = gtk_button_new_from_stock (GTK_STOCK_CANCEL); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:102:1: note: 'gtk_button_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_button_new_with_label) ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:453:46: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] dialog->cancel = gtk_button_new_from_stock (GTK_STOCK_CANCEL); ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:457:29: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] gtk_box_pack_start(GTK_BOX(gtk_dialog_get_action_area(GTK_DIALOG(dialog->window))), dialog->cancel, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/findreplace.c:546:28: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gh->cursor_pos+1, str, str_len, &offset)) ^~~ ../src/hex-document.h:122:20: note: passing argument to parameter 'what' here guchar *what, gint len, guint *found); ^ ../src/findreplace.c:581:27: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gh->cursor_pos, str, str_len, &offset)) ^~~ ../src/hex-document.h:124:21: note: passing argument to parameter 'what' here guchar *what, gint len, guint *found); ^ ../src/findreplace.c:685:28: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gh->cursor_pos+1, str, str_len, &offset)) ^~~ ../src/hex-document.h:122:20: note: passing argument to parameter 'what' here guchar *what, gint len, guint *found); ^ ../src/findreplace.c:722:36: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if(hex_document_compare_data(doc, find_str, gh->cursor_pos, find_len) == 0) ^~~~~~~~ ../src/hex-document.h:119:65: note: passing argument to parameter 's2' here gint hex_document_compare_data(HexDocument *doc, guchar *s2, ^ ../src/findreplace.c:724:29: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] rep_len, find_len, rep_str, TRUE); ^~~~~~~ ../src/hex-document.h:95:45: note: passing argument to parameter 'data' here guint len, guint rep_len, guchar *data, ^ ../src/findreplace.c:726:62: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if(hex_document_find_forward(doc, gh->cursor_pos + rep_len, find_str, find_len, ^~~~~~~~ ../src/hex-document.h:122:20: note: passing argument to parameter 'what' here guchar *what, gint len, guint *found); ^ ../src/findreplace.c:770:51: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] while(hex_document_find_forward(doc, cursor_pos, find_str, find_len, ^~~~~~~~ ../src/hex-document.h:122:20: note: passing argument to parameter 'what' here guchar *what, gint len, guint *found); ^ ../src/findreplace.c:772:57: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] hex_document_set_data(doc, offset, rep_len, find_len, rep_str, TRUE); ^~~~~~~ ../src/hex-document.h:95:45: note: passing argument to parameter 'data' here guint len, guint rep_len, guchar *data, ^ ../src/findreplace.c:826:3: warning: 'gtk_color_selection_get_current_rgba' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations] gtk_color_selection_get_current_rgba (GTK_COLOR_SELECTION (dialog->addDialog->colour), ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:134:1: note: 'gtk_color_selection_get_current_rgba' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_get_rgba) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/findreplace.c:874:28: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gh->cursor_pos+1, data->str, data->str_len, &offset)) ^~~~~~~~~ ../src/hex-document.h:122:20: note: passing argument to parameter 'what' here guchar *what, gint len, guint *found); ^ ../src/findreplace.c:899:27: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gh->cursor_pos, data->str, data->str_len, &offset)) ^~~~~~~~~ ../src/hex-document.h:124:21: note: passing argument to parameter 'what' here guchar *what, gint len, guint *found); ^ 45 warnings generated. [13/118] Compiling C object src/ghex.p/converter.c.o ../src/converter.c:76:4: warning: 'gdk_beep' is deprecated: Use 'gdk_display_beep' instead [-Wdeprecated-declarations] gdk_beep(); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:120:1: note: 'gdk_beep' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22_FOR(gdk_display_beep) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/converter.c:94:2: warning: 'gdk_beep' is deprecated: Use 'gdk_display_beep' instead [-Wdeprecated-declarations] gdk_beep(); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:120:1: note: 'gdk_beep' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22_FOR(gdk_display_beep) ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../src/converter.c:133:2: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/converter.c:177:2: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] gtk_misc_set_alignment(GTK_MISC(label), 0.5, 0.5); ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../src/converter.c:234:15: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_CLOSE, ^ /Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: note: expanded from macro 'GTK_STOCK_CLOSE' #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") ^ /Users/pbulk/build/editors/ghex/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/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 5 warnings generated. ninja: build stopped: subcommand failed. *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/editors/ghex *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/editors/ghex