=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for caja-1.24.1nb3 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1' Making all in po gmake[2]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/po' Making all in eel gmake[2]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/eel' GEN eel-marshal.list GEN eel-marshal.c GEN eel-marshal.h INFO: Reading eel-marshal.list... INFO: Reading eel-marshal.list... /opt/pkg/bin/gmake all-am gmake[3]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/eel' CC check-program.o CC eel-accessibility.lo CC eel-art-extensions.lo CC eel-art-gtk-extensions.lo CC eel-background.lo CC eel-background-box.lo CC eel-canvas.lo CC eel-canvas-rect-ellipse.lo CC eel-debug.lo CC eel-editable-label.lo CC eel-gdk-extensions.lo CC eel-gdk-pixbuf-extensions.lo eel-editable-label.c:1616:21: warning: implicit conversion from enumeration type 'GtkStateFlags' to different enumeration type 'GtkStateType' [-Wenum-conversion] state = gtk_widget_get_state_flags (widget); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eel-editable-label.c:1619:43: warning: implicit conversion from enumeration type 'GtkStateType' to different enumeration type 'GtkStateFlags' [-Wenum-conversion] gtk_style_context_get (style, state, ~~~~~~~~~~~~~~~~~~~~~ ^~~~~ eel-editable-label.c:1629:49: warning: implicit conversion from enumeration type 'GtkStateType' to different enumeration type 'GtkStateFlags' [-Wenum-conversion] gtk_style_context_set_state (style, state); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ 3 warnings generated. CC eel-glib-extensions.lo CC eel-mate-extensions.lo CC eel-graphic-effects.lo CC eel-gtk-container.lo CC eel-gtk-extensions.lo CC eel-image-table.lo CC eel-labeled-image.lo CC eel-lib-self-check-functions.lo CC eel-self-checks.lo eel-labeled-image.c:1536:24: warning: implicit conversion from enumeration type 'GtkStateFlags' to different enumeration type 'GtkStateType' [-Wenum-conversion] state = selected ? GTK_STATE_FLAG_SELECTED : GTK_STATE_FLAG_NORMAL; ~ ^~~~~~~~~~~~~~~~~~~~~~~ eel-labeled-image.c:1536:50: warning: implicit conversion from enumeration type 'GtkStateFlags' to different enumeration type 'GtkStateType' [-Wenum-conversion] state = selected ? GTK_STATE_FLAG_SELECTED : GTK_STATE_FLAG_NORMAL; ~ ^~~~~~~~~~~~~~~~~~~~~ eel-labeled-image.c:1538:61: warning: implicit conversion from enumeration type 'GtkStateType' to different enumeration type 'GtkStateFlags' [-Wenum-conversion] gtk_widget_set_state_flags (GTK_WIDGET (labeled_image), state, TRUE); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ eel-labeled-image.c:1539:64: warning: implicit conversion from enumeration type 'GtkStateType' to different enumeration type 'GtkStateFlags' [-Wenum-conversion] gtk_widget_set_state_flags (labeled_image->details->image, state, TRUE); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ eel-labeled-image.c:1540:64: warning: implicit conversion from enumeration type 'GtkStateType' to different enumeration type 'GtkStateFlags' [-Wenum-conversion] gtk_widget_set_state_flags (labeled_image->details->label, state, TRUE); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ CC eel-stock-dialogs.lo 5 warnings generated. CC eel-string.lo CC eel-vfs-extensions.lo CC eel-wrap-table.lo CC eel-xml-extensions.lo GEN eel-marshal.list CC eel-marshal.lo eel-xml-extensions.c:61:21: warning: passing 'const xmlChar *' (aka 'const 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] if (strcmp (child->name, child_name) == 0) ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here int strcmp(const char *__s1, const char *__s2); ^ eel-xml-extensions.c:63:43: warning: passing 'const char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] property = xmlGetProp (child, property_name); ^~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ eel-xml-extensions.c:64:33: warning: passing 'xmlChar *' (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] match = eel_strcmp (property, property_value) == 0; ^~~~~~~~ ./eel-string.h:47:60: note: passing argument to parameter 'str_a' here int eel_strcmp (const char *str_a, ^ eel-xml-extensions.c:97:36: warning: passing 'const char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] property = xmlGetProp (parent, property_name); ^~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ eel-xml-extensions.c:105:49: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] untranslated_property = xmlGetProp (parent, untranslated_property_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ eel-xml-extensions.c:113:36: warning: passing 'xmlChar *' (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] translated_property = gettext (untranslated_property); ^~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libintl.h:136:35: note: passing argument to parameter '__msgid' here extern char *gettext (const char *__msgid) ^ eel-xml-extensions.c:125:23: warning: passing 'const char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] return xmlStrdup (translated_property); ^~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/xmlstring.h:41:58: note: passing argument to parameter 'cur' here xmlStrdup (const xmlChar *cur); ^ 7 warnings generated. CCLD libeel-2.la CCLD check-program gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/eel' gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/eel' Making all in libcaja-extension gmake[2]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/libcaja-extension' CC caja-column-provider.lo CC caja-column.lo CC caja-widget-view-provider.lo CC caja-extension-types.lo CC caja-file-info.lo CC caja-info-provider.lo CC caja-location-widget-provider.lo CC caja-menu-item.lo CC caja-menu-provider.lo CC caja-property-page-provider.lo CC caja-property-page.lo CC caja-menu.lo CC caja-configurable.lo CCLD libcaja-extension.la gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/libcaja-extension' Making all in libegg gmake[2]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/libegg' CC libegg_la-eggtreemultidnd.lo CC libegg_la-eggdesktopfile.lo CC libegg_la-eggsmclient.lo CC libegg_la-eggsmclient-xsmp.lo CCLD libegg.la gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/libegg' Making all in libcaja-private gmake[2]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/libcaja-private' GEN caja-marshal.list GEN caja-marshal.c GEN caja-marshal.h INFO: Reading caja-marshal.list... INFO: Reading caja-marshal.list... /opt/pkg/bin/gmake all-am gmake[3]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/libcaja-private' CC caja-autorun.lo CC caja-bookmark.lo CC caja-cell-renderer-text-ellipsized.lo caja-bookmark.c:335:12: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] return !g_icon_equal (bookmark->details->icon, new_icon) != 0; ^ ~~ caja-bookmark.c:335:12: note: add parentheses after the '!' to evaluate the comparison first return !g_icon_equal (bookmark->details->icon, new_icon) != 0; ^ ( ) caja-bookmark.c:335:12: note: add parentheses around left hand side expression to silence this warning return !g_icon_equal (bookmark->details->icon, new_icon) != 0; ^ ( ) 1 warning generated. CC caja-clipboard-monitor.lo CC caja-clipboard.lo CC caja-column-chooser.lo caja-clipboard-monitor.c:335:71: warning: passing 'char *' to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gtk_selection_data_set (selection_data, copied_files_atom, 8, str, len); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:216:61: note: passing argument to parameter 'data' here const guchar *data, ^ 1 warning generated. caja-clipboard.c:334:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (target_data->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-clipboard.c:363:5: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (target_data->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:141:1: note: 'gtk_ui_manager_remove_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-clipboard.c:564:23: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] g_return_if_fail (GTK_IS_UI_MANAGER (ui_manager)); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:46:76: note: expanded from macro 'GTK_IS_UI_MANAGER' #define GTK_IS_UI_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_UI_MANAGER)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:43:41: note: expanded from macro 'GTK_TYPE_UI_MANAGER' #define GTK_TYPE_UI_MANAGER (gtk_ui_manager_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:127:1: note: 'gtk_ui_manager_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-clipboard.c:578:23: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] g_return_if_fail (GTK_IS_UI_MANAGER (ui_manager)); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:46:76: note: expanded from macro 'GTK_IS_UI_MANAGER' #define GTK_IS_UI_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_UI_MANAGER)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:43:41: note: expanded from macro 'GTK_TYPE_UI_MANAGER' #define GTK_TYPE_UI_MANAGER (gtk_ui_manager_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:127:1: note: 'gtk_ui_manager_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-clipboard.c:645:29: 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] lines = g_strsplit (data, "\n", 0); ^~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:275:55: note: passing argument to parameter 'string' here gchar** g_strsplit (const gchar *string, ^ 5 warnings generated. CC caja-column-utilities.lo CC caja-customization-data.lo CC caja-debug-log.lo caja-customization-data.c:488:30: warning: assigning to 'char *' from 'xmlChar *' (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] display_name = eel_xml_get_property_translated (current_node, "display_name"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-customization-data.c:489:54: warning: passing 'char[9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] filename = xmlGetProp (current_node, "filename"); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-customization-data.c:489:26: warning: assigning to 'char *' from 'xmlChar *' (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] filename = xmlGetProp (current_node, "filename"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. CC caja-default-file-icon.lo CC caja-desktop-directory-file.lo CC caja-desktop-directory.lo CC caja-desktop-icon-file.lo CC caja-desktop-link-monitor.lo CC caja-desktop-link.lo CC caja-desktop-metadata.lo CC caja-directory-async.lo CC caja-directory-background.lo CC caja-directory.lo caja-directory-async.c:1462:14: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] g_memdup (&callback, sizeof (callback))); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:256:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:1067:49: 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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-directory.c:1570:13: warning: 'g_pattern_match_string' is deprecated: Use 'g_pattern_spec_match_string' instead [-Wdeprecated-declarations] if (g_pattern_match_string (spec, name)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gpattern.h:54:1: note: 'g_pattern_match_string' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_70_FOR (g_pattern_spec_match_string) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:1101:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_70_FOR' # define GLIB_DEPRECATED_IN_2_70_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. 1 warning generated. CC caja-dnd.lo CC caja-emblem-utils.lo CC caja-extensions.lo caja-dnd.c:226:43: warning: passing 'const guchar *' (aka 'const 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] item->got_icon_position = sscanf (p, "%d:%d:%d:%d%*s", ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:181:36: note: passing argument to parameter here int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); ^ caja-dnd.c:591:40: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat] uri, x, y, w, h); ^ caja-dnd.c:591:43: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat] uri, x, y, w, h); ^ caja-dnd.c:720:32: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8, result->str, result->len); ^~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:216:61: note: passing argument to parameter 'data' here const guchar *data, ^ caja-dnd.c:814:35: warning: implicit conversion from enumeration type 'CajaDndAction' to different enumeration type 'GdkDragAction' [-Wenum-conversion] CAJA_DND_ACTION_SET_AS_BACKGROUND, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-dnd.c:862:35: warning: implicit conversion from enumeration type 'CajaDndAction' to different enumeration type 'GdkDragAction' [-Wenum-conversion] CAJA_DND_ACTION_SET_AS_GLOBAL_BACKGROUND, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-dnd.c:867:35: warning: implicit conversion from enumeration type 'CajaDndAction' to different enumeration type 'GdkDragAction' [-Wenum-conversion] CAJA_DND_ACTION_SET_AS_FOLDER_BACKGROUND, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7 warnings generated. CC caja-entry.lo CC caja-file-changes-queue.lo CC caja-file-conflict-dialog.lo CC caja-file-dnd.lo CC caja-file-operations.lo CC caja-file-queue.lo caja-file-operations.c:639:27: warning: invalid conversion specifier ''' [-Wformat-invalid-specifier] if (sscanf (tag, _(" (%'d"), count) == 1) { ~~~^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gi18n.h:26:29: note: expanded from macro '_' #define _(String) gettext (String) ^~~~~~ caja-file-operations.c:1193:2: warning: 'g_io_scheduler_job_send_to_mainloop' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop (job->io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:41:1: note: 'g_io_scheduler_job_send_to_mainloop' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:2063:2: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop_async (io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:46:1: note: 'g_io_scheduler_job_send_to_mainloop_async' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:2104:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (delete_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:2403:4: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (empty_trash_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:4049:45: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare] } else if (response != GTK_RESPONSE_CANCEL || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ caja-file-operations.c:4085:2: warning: 'g_io_scheduler_job_send_to_mainloop' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop (job->io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:41:1: note: 'g_io_scheduler_job_send_to_mainloop' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:4707:2: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop_async (io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:46:1: note: 'g_io_scheduler_job_send_to_mainloop_async' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:4752:4: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] g_memdup (relative_item_points->data, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:256:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:1067:49: 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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:4770:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (copy_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5268:2: warning: 'g_io_scheduler_job_send_to_mainloop' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop (io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:41:1: note: 'g_io_scheduler_job_send_to_mainloop' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5295:4: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] g_memdup (relative_item_points->data, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:256:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:1067:49: 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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5317:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (move_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5588:2: warning: 'g_io_scheduler_job_send_to_mainloop' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop (io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:41:1: note: 'g_io_scheduler_job_send_to_mainloop' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5614:4: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] g_memdup (relative_item_points->data, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:256:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:1067:49: 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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5630:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (link_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5655:4: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] g_memdup (relative_item_points->data, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:256:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:1067:49: 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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5671:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (copy_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5799:2: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop_async (io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:46:1: note: 'g_io_scheduler_job_send_to_mainloop_async' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:5838:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (set_permissions_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6267:2: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop_async (io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:46:1: note: 'g_io_scheduler_job_send_to_mainloop_async' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6306:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (create_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6350:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (create_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6383:18: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] job->src_data = g_memdup (initial_contents, length); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:256:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:1067:49: 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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6393:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (create_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6493:2: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop_async (io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:46:1: note: 'g_io_scheduler_job_send_to_mainloop_async' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6519:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (empty_trash_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6721:2: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations] g_io_scheduler_job_send_to_mainloop_async (io_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:46:1: note: 'g_io_scheduler_job_send_to_mainloop_async' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR (g_main_context_invoke) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file-operations.c:6744:2: warning: 'g_io_scheduler_push_job' is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations] g_io_scheduler_push_job (mark_trusted_job, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gioscheduler.h:33:1: note: 'g_io_scheduler_push_job' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_36_FOR ("GThreadPool or g_task_run_in_thread") ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:553:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_36_FOR' # define GLIB_DEPRECATED_IN_2_36_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ CC caja-file-utilities.lo CC caja-file.lo 29 warnings generated. CC caja-global-preferences.lo caja-file.c:2119:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal g_trash_time; ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtypes.h:551:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:971:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' # define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1181:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file.c:2495:3: warning: 'g_time_val_from_iso8601' is deprecated: Use 'g_date_time_new_from_iso8601' instead [-Wdeprecated-declarations] g_time_val_from_iso8601 (time_string, &g_trash_time); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtimer.h:69:1: note: 'g_time_val_from_iso8601' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_date_time_new_from_iso8601) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:965:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' # define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-file.c:3667:1: warning: no previous prototype for function 'caja_file_is_backup_file' [-Wmissing-prototypes] caja_file_is_backup_file (CajaFile *file) ^ caja-file.c:3666:1: note: declare 'static' if the function is not intended to be used outside of this translation unit gboolean ^ static CC caja-icon-canvas-item.lo 3 warnings generated. caja-icon-canvas-item.c:696:40: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] item->details->attach_points = g_memdup (attach_points, n_attach_points * sizeof (GdkPoint)); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:256:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:1067:49: 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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-icon-canvas-item.c:2991:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] priv = GET_PRIV (accessible); ^ caja-icon-canvas-item.c:2883:21: note: expanded from macro 'GET_PRIV' #define GET_PRIV(o) G_TYPE_INSTANCE_GET_PRIVATE(o, caja_icon_canvas_item_accessible_get_type (), CajaIconCanvasItemAccessiblePrivate); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:661: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))) GLIB_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:901:49: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_58_FOR' # define GLIB_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1156: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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1153:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :102:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ caja-icon-canvas-item.c:3028:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] priv = GET_PRIV (accessible); ^ caja-icon-canvas-item.c:2883:21: note: expanded from macro 'GET_PRIV' #define GET_PRIV(o) G_TYPE_INSTANCE_GET_PRIVATE(o, caja_icon_canvas_item_accessible_get_type (), CajaIconCanvasItemAccessiblePrivate); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:661: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))) GLIB_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:901:49: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_58_FOR' # define GLIB_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1156: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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1153:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :116:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ caja-icon-canvas-item.c:3139:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] priv = GET_PRIV (image); ^ caja-icon-canvas-item.c:2883:21: note: expanded from macro 'GET_PRIV' #define GET_PRIV(o) G_TYPE_INSTANCE_GET_PRIVATE(o, caja_icon_canvas_item_accessible_get_type (), CajaIconCanvasItemAccessiblePrivate); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:661: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))) GLIB_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:901:49: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_58_FOR' # define GLIB_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1156: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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1153:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :121:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ caja-icon-canvas-item.c:3246:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] priv = GET_PRIV (image); ^ caja-icon-canvas-item.c:2883:21: note: expanded from macro 'GET_PRIV' #define GET_PRIV(o) G_TYPE_INSTANCE_GET_PRIVATE(o, caja_icon_canvas_item_accessible_get_type (), CajaIconCanvasItemAccessiblePrivate); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:661: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))) GLIB_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:901:49: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_58_FOR' # define GLIB_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1156: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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1153:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :126:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ caja-icon-canvas-item.c:3568:9: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] priv = GET_PRIV (object); ^ caja-icon-canvas-item.c:2883:21: note: expanded from macro 'GET_PRIV' #define GET_PRIV(o) G_TYPE_INSTANCE_GET_PRIVATE(o, caja_icon_canvas_item_accessible_get_type (), CajaIconCanvasItemAccessiblePrivate); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:661: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))) GLIB_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:901:49: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_58_FOR' # define GLIB_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1156: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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1153:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :18:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ CC caja-icon-container.lo CC caja-icon-dnd.lo 6 warnings generated. CC caja-icon-info.lo caja-icon-dnd.c:421:12: warning: returning 'guchar *' (aka 'unsigned char *') from a function with result type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] return prop_text; ^~~~~~~~~ caja-icon-dnd.c:655:25: warning: implicit conversion from enumeration type 'CajaDndAction' to different enumeration type 'GdkDragAction' [-Wenum-conversion] valid_actions = CAJA_DND_ACTION_SET_AS_FOLDER_BACKGROUND; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-icon-dnd.c:709:51: warning: passing 'const guchar *' (aka 'const 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] action, gtk_selection_data_get_data (data)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../eel/eel-background.h:111:35: note: passing argument to parameter 'image_uri' here const gchar *image_uri); ^ caja-icon-dnd.c:1853:17: warning: assigning to '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] tmp = gtk_selection_data_get_text (data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-icon-dnd.c:1862:21: warning: assigning to 'const char *' from 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] tmp_raw = gtk_selection_data_get_data (data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. CC caja-keep-last-vertical-box.lo caja-icon-info.c:157:31: warning: 'gtk_icon_info_get_embedded_rect' is deprecated [-Wdeprecated-declarations] icon->got_embedded_rect = gtk_icon_info_get_embedded_rect (icon_info, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:364:1: note: 'gtk_icon_info_get_embedded_rect' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-icon-info.c:160:9: warning: 'gtk_icon_info_get_attach_points' is deprecated [-Wdeprecated-declarations] if (gtk_icon_info_get_attach_points (icon_info, &points, &n_points)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:367:1: note: 'gtk_icon_info_get_attach_points' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-icon-info.c:166:36: warning: 'gtk_icon_info_get_display_name' is deprecated [-Wdeprecated-declarations] icon->display_name = g_strdup (gtk_icon_info_get_display_name (icon_info)); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:371:1: note: 'gtk_icon_info_get_display_name' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 3 warnings generated. CC caja-lib-self-check-functions.lo CC caja-link.lo CC caja-metadata.lo CC caja-mime-actions.lo CC caja-mime-application-chooser.lo CC caja-module.lo CC caja-monitor.lo CC caja-open-with-dialog.lo CC caja-progress-info.lo CC caja-program-choosing.lo caja-progress-info.c:264:19: warning: 'gtk_status_icon_new_from_icon_name' is deprecated [-Wdeprecated-declarations] status_icon = gtk_status_icon_new_from_icon_name ("system-file-manager"); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:91:1: note: 'gtk_status_icon_new_from_icon_name' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-progress-info.c:614:5: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_tooltip_text (status_icon, tooltip); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:136:1: note: 'gtk_status_icon_set_tooltip_text' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-progress-info.c:621:9: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_visible (status_icon, FALSE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:150:1: note: 'gtk_status_icon_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-progress-info.c:646:9: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_visible (status_icon, TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:150:1: note: 'gtk_status_icon_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 4 warnings generated. CC caja-recent.lo CC caja-saved-search-file.lo CC caja-search-directory.lo CC caja-search-directory-file.lo CC caja-search-engine.lo CC caja-search-engine-simple.lo CC caja-search-engine-beagle.lo caja-search-engine-simple.c:453:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal result; ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtypes.h:551:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:971:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' # define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1181:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-search-engine-simple.c:537:13: warning: 'g_file_info_get_modification_time' is deprecated: Use 'g_file_info_get_modification_date_time' instead [-Wdeprecated-declarations] g_file_info_get_modification_time (info, &result); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gfileinfo.h:1209:1: note: 'g_file_info_get_modification_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_file_info_get_modification_date_time) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:965:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' # define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ CC caja-search-engine-tracker.lo 2 warnings generated. CC caja-sidebar-provider.lo CC caja-sidebar.lo CC caja-signaller.lo CC caja-query.lo CC caja-thumbnails.lo CC caja-trash-monitor.lo caja-query.c:433:32: warning: format specifies type 'long' but the argument has type 'gint64' (aka 'long long') [-Wformat] query->details->timestamp); ^~~~~~~~~~~~~~~~~~~~~~~~~ caja-query.c:438:60: warning: format specifies type 'long' but the argument has type 'gint64' (aka 'long long') [-Wformat] g_string_append_printf(xml, " %ld", query->details->size); ~~~ ^~~~~~~~~~~~~~~~~~~~ %lld 2 warnings generated. CC caja-tree-view-drag-dest.lo CC caja-ui-utilities.lo CC caja-vfs-directory.lo caja-tree-view-drag-dest.c:770:10: warning: assigning to '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] text = gtk_selection_data_get_text (dest->details->drag_data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-tree-view-drag-dest.c:955:17: warning: assigning to 'const char *' from 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] tmp = gtk_selection_data_get_data (selection_data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-tree-view-drag-dest.c:1013:12: warning: returning 'guchar *' (aka 'unsigned char *') from a function with result type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] return prop_text; ^~~~~~~~~ 3 warnings generated. caja-ui-utilities.c:45:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:178:1: note: 'gtk_ui_manager_remove_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-ui-utilities.c:51:9: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:141:1: note: 'gtk_ui_manager_remove_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-ui-utilities.c:63:17: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] *merge_id = gtk_ui_manager_new_merge_id (ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:185:1: note: 'gtk_ui_manager_new_merge_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-ui-utilities.c:68:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, *action_group, 0); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 4 warnings generated. CC caja-vfs-file.lo CC caja-view-factory.lo CC caja-view.lo CC caja-window-info.lo CC caja-window-slot-info.lo CC caja-undostack-manager.lo CC caja-marshal.lo GEN org.mate.caja.gschema.valid GEN org.mate.media-handling.gschema.valid CCLD libcaja-private.la gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/libcaja-private' gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/libcaja-private' Making all in src gmake[2]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src' gdbus-codegen \ --interface-prefix org.freedesktop. \ --c-namespace CajaFreedesktop \ --c-generate-object-manager \ --generate-c-code caja-freedesktop-generated \ ../data/freedesktop-dbus-interfaces.xml \ gdbus-codegen \ --interface-prefix org.freedesktop. \ --c-namespace CajaFreedesktop \ --c-generate-object-manager \ --generate-c-code caja-freedesktop-generated \ ../data/freedesktop-dbus-interfaces.xml \ GEN caja-src-marshal.list GEN caja-src-marshal.c GEN caja-src-marshal.h INFO: Reading caja-src-marshal.list... INFO: Reading caja-src-marshal.list... /opt/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src' Making all in file-manager gmake[4]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src/file-manager' GEN fm-marshal.c GEN fm-marshal.h INFO: Reading fm-marshal.list... INFO: Reading fm-marshal.list... /opt/pkg/bin/gmake all-am gmake[5]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src/file-manager' CC fm-desktop-icon-view.lo CC fm-directory-view.lo CC fm-widget-view.lo fm-desktop-icon-view.c:814:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-desktop-icon-view.c:819:9: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui_from_string (ui_manager, ui, -1, NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:157:1: note: 'gtk_ui_manager_add_ui_from_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4476:3: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4555:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (caja_window_info_get_ui_manager (view->details->window), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4564:13: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menuitem = gtk_ui_manager_get_widget ( ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4567:2: warning: 'gtk_image_menu_item_set_always_show_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:86:1: note: 'gtk_image_menu_item_set_always_show_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4567:45: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fm-directory-view.c:4570:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (caja_window_info_get_ui_manager (view->details->window), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4579:13: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menuitem = gtk_ui_manager_get_widget ( ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4582:2: warning: 'gtk_image_menu_item_set_always_show_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:86:1: note: 'gtk_image_menu_item_set_always_show_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4582:45: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fm-directory-view.c:4635:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (caja_window_info_get_ui_manager (view->details->window), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4644:13: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menuitem = gtk_ui_manager_get_widget ( ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4647:2: warning: 'gtk_image_menu_item_set_always_show_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:86:1: note: 'gtk_image_menu_item_set_always_show_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4647:45: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fm-directory-view.c:4650:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (caja_window_info_get_ui_manager (view->details->window), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4659:13: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menuitem = gtk_ui_manager_get_widget ( ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4662:2: warning: 'gtk_image_menu_item_set_always_show_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:86:1: note: 'gtk_image_menu_item_set_always_show_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:4662:45: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fm-directory-view.c:4793:3: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (caja_window_info_get_ui_manager (view->details->window), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:5088:3: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:5098:3: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:5524:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:5531:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:5538:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:5782:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:5790:2: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:6034:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menu = gtk_ui_manager_get_widget (caja_window_info_get_ui_manager (view->details->window), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:7713:6: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] GTK_IS_IMAGE_MENU_ITEM (proxy)) { ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:41:81: note: expanded from macro 'GTK_IS_IMAGE_MENU_ITEM' #define GTK_IS_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_IMAGE_MENU_ITEM)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fm-directory-view.c:7722:4: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (proxy), image); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:91:1: note: 'gtk_image_menu_item_set_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:7722:35: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (proxy), image); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fm-directory-view.c:7806:2: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, -1); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:7810:32: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] view->details->dir_merge_id = gtk_ui_manager_add_ui_from_string (ui_manager, ui, -1, NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:157:1: note: 'gtk_ui_manager_add_ui_from_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:8978:13: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menuitem = gtk_ui_manager_get_widget ( ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:8983:2: warning: 'gtk_image_menu_item_set_always_show_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image ( ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:86:1: note: 'gtk_image_menu_item_set_always_show_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:8984:3: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] GTK_IMAGE_MENU_ITEM (menuitem), app_icon != NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fm-directory-view.c:8986:13: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menuitem = gtk_ui_manager_get_widget ( ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:8991:2: warning: 'gtk_image_menu_item_set_always_show_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image ( ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:86:1: note: 'gtk_image_menu_item_set_always_show_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-directory-view.c:8992:3: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] GTK_IMAGE_MENU_ITEM (menuitem), app_icon != NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. CC fm-ditem-page.lo CC fm-error-reporting.lo 37 warnings generated. fm-ditem-page.c:177:24: warning: passing 'const guchar *' (aka 'const 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] uris = g_strsplit (gtk_selection_data_get_data (selection_data), "\r\n", 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:275:55: note: passing argument to parameter 'string' here gchar** g_strsplit (const gchar *string, ^ fm-ditem-page.c:212:24: warning: passing 'const guchar *' (aka 'const 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] uris = g_strsplit (gtk_selection_data_get_data (selection_data), "\r\n", 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:275:55: note: passing argument to parameter 'string' here gchar** g_strsplit (const gchar *string, ^ 2 warnings generated. CC fm-icon-container.lo CC fm-icon-view.lo CC fm-list-model.lo fm-icon-view.c:1306:30: warning: implicit conversion from enumeration type 'CajaDndAction' to different enumeration type 'GdkDragAction' [-Wenum-conversion] default_action = CAJA_DND_ACTION_SET_AS_GLOBAL_BACKGROUND; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fm-icon-view.c:1310:30: warning: implicit conversion from enumeration type 'CajaDndAction' to different enumeration type 'GdkDragAction' [-Wenum-conversion] default_action = CAJA_DND_ACTION_SET_AS_FOLDER_BACKGROUND; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fm-icon-view.c:1841:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-icon-view.c:1846:9: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui_from_string (ui_manager, ui, -1, NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:157:1: note: 'gtk_ui_manager_add_ui_from_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-icon-view.c:1864:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-icon-view.c:1871:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ CC fm-list-view.lo 6 warnings generated. CC fm-properties-window.lo CC fm-tree-model.lo fm-list-view.c:1789:17: warning: 'gtk_style_context_get_font' is deprecated: Use 'gtk_style_context_get' instead [-Wdeprecated-declarations] gtk_style_context_get_font (context, GTK_STATE_FLAG_NORMAL))); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1209:1: note: 'gtk_style_context_get_font' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_8_FOR(gtk_style_context_get) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fm-list-view.c:2665:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-list-view.c:2669:41: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] list_view->details->list_merge_id = gtk_ui_manager_add_ui_from_string (ui_manager, ui, -1, NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:157:1: note: 'gtk_ui_manager_add_ui_from_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-list-view.c:3311:9: warning: 'gtk_widget_override_background_color' is deprecated [-Wdeprecated-declarations] gtk_widget_override_background_color (tree_view, GTK_STATE_FLAG_NORMAL, NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1147:1: note: 'gtk_widget_override_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:370:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16' # define GDK_DEPRECATED_IN_3_16 GDK_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ fm-list-view.c:3325:9: warning: 'gtk_widget_override_background_color' is deprecated [-Wdeprecated-declarations] gtk_widget_override_background_color (tree_view, GTK_STATE_FLAG_NORMAL, &color); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1147:1: note: 'gtk_widget_override_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:370:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16' # define GDK_DEPRECATED_IN_3_16 GDK_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 5 warnings generated. fm-properties-window.c:505:21: warning: passing 'const guchar *' (aka 'const 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] uris = g_strsplit (gtk_selection_data_get_data (selection_data), "\r\n", 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:275:55: note: passing argument to parameter 'string' here gchar** g_strsplit (const gchar *string, ^ CC fm-tree-view.lo 1 warning generated. CC fm-marshal.lo fm-tree-view.c:946:31: warning: implicit conversion from enumeration type 'CajaWindowOpenFlags' to different enumeration type 'CajaWindowOpenMode' [-Wenum-conversion] CAJA_WINDOW_OPEN_FLAG_NEW_WINDOW, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CCLD libcaja-file-manager.la gmake[5]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src/file-manager' gmake[4]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src/file-manager' gmake[4]: Entering directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src' CC caja-application.o CC caja-bookmark-list.o CC caja-bookmarks-window.o caja-application.c:123:1: warning: no previous prototype for function 'caja_application_get_spatial_window_list' [-Wmissing-prototypes] caja_application_get_spatial_window_list (void) ^ caja-application.c:122:1: note: declare 'static' if the function is not intended to be used outside of this translation unit GList * ^ static caja-application.c:214:1: warning: no previous prototype for function 'caja_application_smclient_startup' [-Wmissing-prototypes] caja_application_smclient_startup (CajaApplication *self) ^ caja-application.c:213:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void ^ static caja-application.c:729:1: warning: no previous prototype for function 'caja_application_open_desktop' [-Wmissing-prototypes] caja_application_open_desktop (CajaApplication *application) ^ caja-application.c:728:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void ^ static caja-application.c:1391:22: warning: passing 'char[4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] doc = xmlNewDoc ("1.0"); ^~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:780:30: note: passing argument to parameter 'version' here xmlNewDoc (const xmlChar *version); ^ caja-application.c:1393:35: warning: passing 'char[8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] root_node = xmlNewNode (NULL, "session"); ^~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:838:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1396:50: warning: passing 'char[8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] history_node = xmlNewChild (root_node, NULL, "history", NULL); ^~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:846:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1407:58: warning: passing 'char[9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] bookmark_node = xmlNewChild (history_node, NULL, "bookmark", NULL); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:846:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1410:36: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (bookmark_node, "name", tmp); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1410:44: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (bookmark_node, "name", tmp); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1418:40: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (bookmark_node, "icon", tmp); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1418:48: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (bookmark_node, "icon", tmp); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1423:36: warning: passing 'char[4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (bookmark_node, "uri", tmp); ^~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1423:43: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (bookmark_node, "uri", tmp); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1427:40: warning: passing 'char[16]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (bookmark_node, "has_custom_name", "TRUE"); ^~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1427:59: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (bookmark_node, "has_custom_name", "TRUE"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1458:50: warning: passing 'char[7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] win_node = xmlNewChild (root_node, NULL, "window", NULL); ^~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:846:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1460:31: warning: passing 'char[9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "location", tmp); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1460:43: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "location", tmp); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1463:31: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "type", CAJA_IS_NAVIGATION_WINDOW (window) ? "navigation" : "spatial"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1463:39: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "type", CAJA_IS_NAVIGATION_WINDOW (window) ? "navigation" : "spatial"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./caja-navigation-window.h:51:3: note: expanded from macro 'CAJA_IS_NAVIGATION_WINDOW' (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CAJA_TYPE_NAVIGATION_WINDOW)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1469:35: warning: passing 'char[9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "geometry", tmp); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1469:47: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "geometry", tmp); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1476:39: warning: passing 'char[10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "maximized", "TRUE"); ^~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1476:52: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "maximized", "TRUE"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1481:39: warning: passing 'char[7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "sticky", "TRUE"); ^~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1481:49: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "sticky", "TRUE"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1486:39: warning: passing 'char[11]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "keep-above", "TRUE"); ^~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1486:53: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (win_node, "keep-above", "TRUE"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1493:54: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] slot_node = xmlNewChild (win_node, NULL, "slot", NULL); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:846:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1496:36: warning: passing 'char[9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (slot_node, "location", tmp); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1496:48: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (slot_node, "location", tmp); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1500:40: warning: passing 'char[7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (slot_node, "active", "TRUE"); ^~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:791:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-application.c:1500:50: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNewProp (slot_node, "active", "TRUE"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:792:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-application.c:1516:23: warning: passing 'xmlChar *' (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] data = g_strndup (buffer->content, buffer->use); ^~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:225:53: note: passing argument to parameter 'str' here gchar* g_strndup (const gchar *str, ^ caja-application.c:1566:28: warning: passing 'const xmlChar *' (aka 'const 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] if (g_strcmp0 (node->name, "text") == 0) ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtestutils.h:239:58: note: passing argument to parameter 'str1' here int g_strcmp0 (const char *str1, ^ caja-application.c:1570:33: warning: passing 'const xmlChar *' (aka 'const 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] else if (g_strcmp0 (node->name, "history") == 0) ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtestutils.h:239:58: note: passing argument to parameter 'str1' here int g_strcmp0 (const char *str1, ^ caja-application.c:1579:36: warning: passing 'const xmlChar *' (aka 'const 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] if (g_strcmp0 (bookmark_node->name, "text") == 0) ^~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtestutils.h:239:58: note: passing argument to parameter 'str1' here int g_strcmp0 (const char *str1, ^ caja-application.c:1583:41: warning: passing 'const xmlChar *' (aka 'const 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] else if (g_strcmp0 (bookmark_node->name, "bookmark") == 0) ^~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtestutils.h:239:58: note: passing argument to parameter 'str1' here int g_strcmp0 (const char *str1, ^ caja-application.c:1590:58: warning: passing 'char[4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] uri = xmlGetProp (bookmark_node, "uri"); ^~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1591:59: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] name = xmlGetProp (bookmark_node, "name"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1592:70: warning: passing 'char[16]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] has_custom_name = xmlHasProp (bookmark_node, "has_custom_name") ? TRUE : FALSE; ^~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1033:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1593:63: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] icon_str = xmlGetProp (bookmark_node, "icon"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1597:59: warning: passing 'xmlChar *' (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] icon = g_icon_new_for_string (icon_str, NULL); ^~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gicon.h:92:49: note: passing argument to parameter 'str' here GIcon *g_icon_new_for_string (const gchar *str, ^ caja-application.c:1599:56: warning: passing 'xmlChar *' (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] location = g_file_new_for_uri (uri); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gfile.h:610:88: note: passing argument to parameter 'uri' here GFile * g_file_new_for_uri (const char *uri); ^ caja-application.c:1601:86: warning: passing 'xmlChar *' (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] emit_change |= caja_add_to_history_list_no_notify (location, name, has_custom_name, icon); ^~~~ ./caja-window-private.h:211:28: note: passing argument to parameter 'name' here const char *name, ^ caja-application.c:1627:33: warning: passing 'const xmlChar *' (aka 'const 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] else if (g_strcmp0 (node->name, "window") == 0) ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtestutils.h:239:58: note: passing argument to parameter 'str1' here int g_strcmp0 (const char *str1, ^ caja-application.c:1635:42: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] type = xmlGetProp (node, "type"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1643:50: warning: passing 'char[9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] location_uri = xmlGetProp (node, "location"); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1652:32: warning: passing 'xmlChar *' (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] if (g_strcmp0 (type, "navigation") == 0) ^~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtestutils.h:239:58: note: passing argument to parameter 'str1' here int g_strcmp0 (const char *str1, ^ caja-application.c:1658:50: warning: passing 'char[9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] geometry = xmlGetProp (node, "geometry"); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1663:26: warning: passing 'xmlChar *' (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] geometry, ^~~~~~~~ ../eel/eel-gtk-extensions.h:42:31: note: passing argument to parameter 'geometry_string' here const char *geometry_string, ^ caja-application.c:1670:43: warning: passing 'char[10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (xmlHasProp (node, "maximized")) ^~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1033:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1679:43: warning: passing 'char[7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (xmlHasProp (node, "sticky")) ^~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1033:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1688:43: warning: passing 'char[11]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (xmlHasProp (node, "keep-above")) ^~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1033:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1699:40: warning: passing 'const xmlChar *' (aka 'const 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] if (g_strcmp0 (slot_node->name, "slot") == 0) ^~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtestutils.h:239:58: note: passing argument to parameter 'str1' here int g_strcmp0 (const char *str1, ^ caja-application.c:1703:63: warning: passing 'char[9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] slot_uri = xmlGetProp (slot_node, "location"); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1717:64: warning: passing 'xmlChar *' (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] location = g_file_new_for_uri (slot_uri); ^~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gfile.h:610:88: note: passing argument to parameter 'uri' here GFile * g_file_new_for_uri (const char *uri); ^ caja-application.c:1720:60: warning: passing 'char[7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (xmlHasProp (slot_node, "active")) ^~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1033:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-application.c:1734:56: warning: passing 'xmlChar *' (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] location = g_file_new_for_uri (location_uri); ^~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gfile.h:610:88: note: passing argument to parameter 'uri' here GFile * g_file_new_for_uri (const char *uri); ^ caja-application.c:1739:37: warning: passing 'xmlChar *' (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] else if (g_strcmp0 (type, "spatial") == 0) ^~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gtestutils.h:239:58: note: passing argument to parameter 'str1' here int g_strcmp0 (const char *str1, ^ caja-application.c:1741:52: warning: passing 'xmlChar *' (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] location = g_file_new_for_uri (location_uri); ^~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gfile.h:610:88: note: passing argument to parameter 'uri' here GFile * g_file_new_for_uri (const char *uri); ^ CC caja-connect-server-dialog.o CC caja-connect-server-dialog-nonmain.o 61 warnings generated. CC caja-connect-server-operation.o caja-connect-server-dialog.c:375:2: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (dialog->details->fill_details_res, TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:87:1: note: 'g_simple_async_result_set_op_res_gboolean' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog.c:376:2: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (dialog->details->fill_details_res); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:103:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog.c:666:6: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (dialog->details->fill_details_res, FALSE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:87:1: note: 'g_simple_async_result_set_op_res_gboolean' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog.c:667:6: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (dialog->details->fill_details_res); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:103:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog-nonmain.c:45:6: warning: 'g_simple_async_result_set_from_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_from_error (display_location_res, error); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:112:1: note: 'g_simple_async_result_set_from_error' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog-nonmain.c:48:5: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (display_location_res); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:103:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog-nonmain.c:59:9: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), error)) { ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:118:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog.c:1192:9: warning: 'g_simple_async_result_get_op_res_gboolean' is deprecated [-Wdeprecated-declarations] return g_simple_async_result_get_op_res_gboolean (G_SIMPLE_ASYNC_RESULT (result)); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:90:1: note: 'g_simple_async_result_get_op_res_gboolean' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog.c:1208:21: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] fill_details_res = g_simple_async_result_new (G_OBJECT (self), callback, user_data, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:50:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:711:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46_FOR' # define GLIB_DEPRECATED_IN_2_46_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' caja-connect-server-dialog-nonmain.c:79:9: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] g_simple_async_result_new (G_OBJECT (self), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:50:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:711:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46_FOR' # define GLIB_DEPRECATED_IN_2_46_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-connect-server-dialog.c:1265:3: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (fill_details_res, TRUE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:87:1: note: 'g_simple_async_result_set_op_res_gboolean' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog.c:1266:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (fill_details_res); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:103:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 4 warnings generated. CC caja-desktop-window.o 8 warnings generated. CC caja-emblem-sidebar.o CC caja-file-management-properties.o caja-desktop-window.c:45:1: warning: no previous prototype for function 'caja_desktop_window_accessible_get_type' [-Wmissing-prototypes] G_DEFINE_TYPE (CajaDesktopWindowAccessible, caja_desktop_window_accessible, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:1677:43: note: expanded from macro 'G_DEFINE_TYPE' #define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {}) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:1896:60: note: expanded from macro 'G_DEFINE_TYPE_EXTENDED' #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END() ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:2176:3: note: expanded from macro '_G_DEFINE_TYPE_EXTENDED_BEGIN' _G_DEFINE_TYPE_EXTENDED_BEGIN_PRE(TypeName, type_name, TYPE_PARENT) \ ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:2137:7: note: expanded from macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE' GType \ ^ :23:1: note: expanded from here caja_desktop_window_accessible_get_type ^ caja-desktop-window.c:45:1: note: declare 'static' if the function is not intended to be used outside of this translation unit /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:1677:43: note: expanded from macro 'G_DEFINE_TYPE' #define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {}) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:1896:60: note: expanded from macro 'G_DEFINE_TYPE_EXTENDED' #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END() ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:2176:3: note: expanded from macro '_G_DEFINE_TYPE_EXTENDED_BEGIN' _G_DEFINE_TYPE_EXTENDED_BEGIN_PRE(TypeName, type_name, TYPE_PARENT) \ ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gobject/gtype.h:2135:3: note: expanded from macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE' } \ ^ 1 warning generated. caja-file-management-properties.c:743:7: warning: comparison of address of 'iter' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (&iter != NULL) ^~~~ ~~~~ caja-emblem-sidebar.c:137:29: warning: passing 'char *' to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] keyword, ^~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:216:61: note: passing argument to parameter 'data' here const guchar *data, ^ CC caja-freedesktop-dbus.o caja-emblem-sidebar.c:782:41: warning: passing 'const guchar *' (aka 'const 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] uris = g_uri_list_extract_uris (data_data); ^~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gconvert.h:173:47: note: passing argument to parameter 'uri_list' here gchar **g_uri_list_extract_uris (const gchar *uri_list); ^ caja-emblem-sidebar.c:842:26: warning: passing 'const guchar *' (aka 'const 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] uri = g_strndup (data_data, data_length); ^~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:225:53: note: passing argument to parameter 'str' here gchar* g_strndup (const gchar *str, ^ caja-emblem-sidebar.c:896:41: warning: passing 'const guchar *' (aka 'const 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] uris = g_uri_list_extract_uris (data_data); ^~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gconvert.h:173:47: note: passing argument to parameter 'uri_list' here gchar **g_uri_list_extract_uris (const gchar *uri_list); ^ 4 warnings generated. 1 warning generated. CC caja-history-sidebar.o CC caja-image-properties-page.o CC caja-information-panel.o caja-image-properties-page.c:480:49: warning: passing 'char[8192]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] page->details->buffer, ^~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libexif/exif-loader.h:80:69: note: passing argument to parameter 'buf' here unsigned char exif_loader_write (ExifLoader *loader, unsigned char *buf, unsigned int sz); ^ caja-image-properties-page.c:489:43: warning: passing 'char[8192]' to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] page->details->buffer, ^~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h:92:30: note: passing argument to parameter 'buf' here const guchar *buf, ^ CC caja-location-bar.o 2 warnings generated. CC caja-location-dialog.o caja-information-panel.c:628:45: warning: passing 'const guchar *' (aka 'const 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] gtk_selection_data_get_data (selection_data)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libcaja-private/caja-file-dnd.h:41:23: note: passing argument to parameter 'keyword' here const char *keyword); ^ 1 warning generated. CC caja-location-entry.o caja-location-bar.c:168:38: warning: passing 'const guchar *' (aka 'const 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] names = g_uri_list_extract_uris (gtk_selection_data_get_data (data)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gconvert.h:173:47: note: passing argument to parameter 'uri_list' here gchar **g_uri_list_extract_uris (const gchar *uri_list); ^ 1 warning generated. CC caja-main.o CC caja-navigation-action.o CC caja-navigation-window-menus.o CC caja-navigation-window.o CC caja-navigation-window-pane.o caja-navigation-window-menus.c:401:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:178:1: note: 'gtk_ui_manager_remove_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window-menus.c:407:9: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:141:1: note: 'gtk_ui_manager_remove_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window-menus.c:476:41: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] window->details->go_menu_merge_id = gtk_ui_manager_new_merge_id (ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:185:1: note: 'gtk_ui_manager_new_merge_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window-menus.c:483:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window-menus.c:1032:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window-menus.c:1033:32: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_new_merge_id (ui_manager), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:185:1: note: 'gtk_ui_manager_new_merge_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window-menus.c:1050:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window-menus.c:1076:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui_from_string (ui_manager, ui, -1, NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:157:1: note: 'gtk_ui_manager_add_ui_from_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window.c:133:5: warning: 'gtk_size_group_set_ignore_hidden' is deprecated [-Wdeprecated-declarations] gtk_size_group_set_ignore_hidden (window->details->header_size_group, FALSE); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtksizegroup.h:71:1: note: 'gtk_size_group_set_ignore_hidden' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-navigation-window.c:170:15: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] toolbar = gtk_ui_manager_get_widget (ui_manager, "/Toolbar"); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 8 warnings generated. CC caja-navigation-window-slot.o CC caja-notebook.o 2 warnings generated. CC caja-notes-viewer.o CC caja-pathbar.o CC caja-places-sidebar.o CC caja-property-browser.o caja-pathbar.c:1719:36: warning: passing 'char *' to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8, tmp, strlen (tmp)); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:216:61: note: passing argument to parameter 'data' here const guchar *data, ^ caja-places-sidebar.c:1518:56: warning: passing 'const guchar *' (aka 'const 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] sidebar->drag_list = build_selection_list (gtk_selection_data_get_data (selection_data)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-places-sidebar.c:1422:35: note: passing argument to parameter 'data' here build_selection_list (const char *data) ^ caja-places-sidebar.c:1614:56: warning: passing 'const guchar *' (aka 'const 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] selection_list = build_selection_list (gtk_selection_data_get_data (selection_data)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-places-sidebar.c:1422:35: note: passing argument to parameter 'data' here build_selection_list (const char *data) ^ caja-property-browser.c:616:64: warning: passing 'char *' to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gtk_selection_data_set (selection_data, target, 8, keyword_str, strlen (keyword_str)); ^~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:216:61: note: passing argument to parameter 'data' here const guchar *data, ^ caja-property-browser.c:629:17: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] gdk_color_parse (property_browser->details->dragged_file, &color); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/deprecated/gdkcolor.h:78:1: note: 'gdk_color_parse' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14_FOR(gdk_rgba_parse) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:357:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14_FOR' # define GDK_DEPRECATED_IN_3_14_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-property-browser.c:637:52: warning: passing 'const char *' to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] target, 16, (const char *) &colorArray[0], 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:216:61: note: passing argument to parameter 'data' here const guchar *data, ^ caja-property-browser.c:667:60: warning: passing 'char *' to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] gtk_selection_data_set (selection_data, target, 8, image_file_uri, strlen (image_file_uri)); ^~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:216:61: note: passing argument to parameter 'data' here const guchar *data, ^ caja-property-browser.c:817:5: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] gdk_color_parse (color_spec, &color); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/deprecated/gdkcolor.h:78:1: note: 'gdk_color_parse' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14_FOR(gdk_rgba_parse) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:357:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14_FOR' # define GDK_DEPRECATED_IN_3_14_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-property-browser.c:822:12: warning: assigning to '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] pixels = gdk_pixbuf_get_pixels (color_square); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:837:29: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] *row_pixels++ = 255; ~ ^~~ caja-property-browser.c:941:44: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] name = xmlGetProp (color_node, "name"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:941:18: warning: assigning to 'char *' from 'xmlChar *' (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] name = xmlGetProp (color_node, "name"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:1385:59: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] child_color_name = xmlGetProp (children_node, "name"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:1386:28: warning: passing 'const char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (xmlStrcmp (color_name, child_color_name) == 0) ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/xmlstring.h:64:58: note: passing argument to parameter 'str1' here xmlStrcmp (const xmlChar *str1, ^ caja-property-browser.c:1400:59: warning: passing 'char[6]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] new_color_node = xmlNewChild (cur_node, NULL, "color", NULL); ^~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:846:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-property-browser.c:1401:48: warning: passing 'const char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlNodeSetContent (new_color_node, color_spec); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1061:22: note: passing argument to parameter 'content' here const xmlChar *content); ^ caja-property-browser.c:1402:41: warning: passing 'char[6]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlSetProp (new_color_node, "local", "1"); ^~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1016:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-property-browser.c:1402:50: warning: passing 'char[2]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlSetProp (new_color_node, "local", "1"); ^~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1017:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-property-browser.c:1403:41: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlSetProp (new_color_node, "name", color_name); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1016:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ caja-property-browser.c:1403:49: warning: passing 'const char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlSetProp (new_color_node, "name", color_name); ^~~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1017:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ caja-property-browser.c:1431:9: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations] gtk_color_button_get_color (GTK_COLOR_BUTTON (property_browser->details->color_picker), &color); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkcolorbutton.h:91:1: note: 'gtk_color_button_get_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_get_rgba) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-property-browser.c:1432:22: warning: 'gdk_color_to_string' is deprecated: Use 'gdk_rgba_to_string' instead [-Wdeprecated-declarations] color_spec = gdk_color_to_string (&color); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/deprecated/gdkcolor.h:81:1: note: 'gdk_color_to_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14_FOR(gdk_rgba_to_string) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:357:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14_FOR' # define GDK_DEPRECATED_IN_3_14_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-property-browser.c:1463:5: warning: 'gtk_color_selection_get_current_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations] gtk_color_selection_get_current_color (GTK_COLOR_SELECTION ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:161:1: note: 'gtk_color_selection_get_current_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_get_rgba) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-property-browser.c:1464:45: warning: 'gtk_color_selection_dialog_get_color_selection' is deprecated: Use 'GtkColorChooser' instead [-Wdeprecated-declarations] (gtk_color_selection_dialog_get_color_selection (GTK_COLOR_SELECTION_DIALOG (property_browser->details->colors_dialog))), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:75:1: note: 'gtk_color_selection_dialog_get_color_selection' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(GtkColorChooser) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-property-browser.c:1464:93: warning: 'gtk_color_selection_dialog_get_type' is deprecated [-Wdeprecated-declarations] (gtk_color_selection_dialog_get_color_selection (GTK_COLOR_SELECTION_DIALOG (property_browser->details->colors_dialog))), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:38:88: note: expanded from macro 'GTK_COLOR_SELECTION_DIALOG' #define GTK_COLOR_SELECTION_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_SELECTION_DIALOG, GtkColorSelectionDialog)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:37:53: note: expanded from macro 'GTK_TYPE_COLOR_SELECTION_DIALOG' #define GTK_TYPE_COLOR_SELECTION_DIALOG (gtk_color_selection_dialog_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:71:1: note: 'gtk_color_selection_dialog_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:286:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4' # define GDK_DEPRECATED_IN_3_4 GDK_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-property-browser.c:1463:44: warning: 'gtk_color_selection_get_type' is deprecated [-Wdeprecated-declarations] gtk_color_selection_get_current_color (GTK_COLOR_SELECTION ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:39:72: note: expanded from macro 'GTK_COLOR_SELECTION' #define GTK_COLOR_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_SELECTION, GtkColorSelection)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:38:37: note: expanded from macro 'GTK_TYPE_COLOR_SELECTION' #define GTK_TYPE_COLOR_SELECTION (gtk_color_selection_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:104:1: note: 'gtk_color_selection_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:286:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4' # define GDK_DEPRECATED_IN_3_4 GDK_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-property-browser.c:1472:5: warning: 'gtk_color_button_set_color' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations] gtk_color_button_set_color (GTK_COLOR_BUTTON (property_browser->details->color_picker), &color); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkcolorbutton.h:88:1: note: 'gtk_color_button_set_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_set_rgba) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-property-browser.c:1499:52: warning: 'gtk_color_selection_dialog_new' is deprecated: Use 'gtk_color_chooser_dialog_new' instead [-Wdeprecated-declarations] property_browser->details->colors_dialog = gtk_color_selection_dialog_new (_("Select a Color to Add")); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:73:1: note: 'gtk_color_selection_dialog_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_dialog_new) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-property-browser.c:1500:24: warning: 'gtk_color_selection_dialog_get_type' is deprecated [-Wdeprecated-declarations] color_dialog = GTK_COLOR_SELECTION_DIALOG (property_browser->details->colors_dialog); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:38:88: note: expanded from macro 'GTK_COLOR_SELECTION_DIALOG' #define GTK_COLOR_SELECTION_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_SELECTION_DIALOG, GtkColorSelectionDialog)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:37:53: note: expanded from macro 'GTK_TYPE_COLOR_SELECTION_DIALOG' #define GTK_TYPE_COLOR_SELECTION_DIALOG (gtk_color_selection_dialog_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:71:1: note: 'gtk_color_selection_dialog_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_4 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:286:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4' # define GDK_DEPRECATED_IN_3_4 GDK_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-property-browser.c:2063:43: warning: passing 'char[8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] deleted = xmlGetProp (child_node, "deleted"); ^~~~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:2063:17: warning: assigning to 'char *' from 'xmlChar *' (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] deleted = xmlGetProp (child_node, "deleted"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2064:41: warning: passing 'char[6]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] local = xmlGetProp (child_node, "local"); ^~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:2064:15: warning: assigning to 'char *' from 'xmlChar *' (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] local = xmlGetProp (child_node, "local"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2073:19: warning: assigning to 'char *' from 'xmlChar *' (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] color = xmlNodeGetContent (child_node); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2074:18: warning: assigning to 'char *' from 'xmlChar *' (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] name = eel_xml_get_property_translated (child_node, "name"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2260:21: warning: passing 'const xmlChar *' (aka 'const 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] if (strcmp (cur_node->name, "category") == 0) ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here int strcmp(const char *__s1, const char *__s2); ^ caja-property-browser.c:2262:42: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] name = xmlGetProp (cur_node, "name"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:2262:18: warning: assigning to 'char *' from 'xmlChar *' (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] name = xmlGetProp (cur_node, "name"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2267:46: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] path = xmlGetProp (cur_node, "path"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:2267:22: warning: assigning to 'char *' from 'xmlChar *' (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] path = xmlGetProp (cur_node, "path"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2268:46: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] mode = xmlGetProp (cur_node, "mode"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:2268:22: warning: assigning to 'char *' from 'xmlChar *' (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] mode = xmlGetProp (cur_node, "mode"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2269:29: warning: assigning to 'char *' from 'xmlChar *' (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] description = eel_xml_get_property_translated (cur_node, "description"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2270:46: warning: passing 'char[5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] type = xmlGetProp (cur_node, "type"); ^~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:2270:22: warning: assigning to 'char *' from 'xmlChar *' (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] type = xmlGetProp (cur_node, "type"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2287:30: warning: assigning to 'char *' from 'xmlChar *' (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] display_name = eel_xml_get_property_translated (cur_node, "display_name"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:2288:47: warning: passing 'char[6]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] image = xmlGetProp (cur_node, "image"); ^~~~~~~ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/libxml2/libxml/tree.h:1030:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ caja-property-browser.c:2288:23: warning: assigning to 'char *' from 'xmlChar *' (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] image = xmlGetProp (cur_node, "image"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CC caja-query-editor.o 45 warnings generated. 2 warnings generated. CC caja-search-bar.o CC caja-self-check-functions.o CC caja-side-pane.o caja-query-editor.c:489:1: warning: no previous prototype for function 'xattr_tags_list_to_str' [-Wmissing-prototypes] xattr_tags_list_to_str (const GList *tags) ^ caja-query-editor.c:488:1: note: declare 'static' if the function is not intended to be used outside of this translation unit gchar * ^ static 1 warning generated. CC caja-sidebar-title.o CC caja-spatial-window.o CC caja-trash-bar.o caja-spatial-window.c:1056:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-spatial-window.c:1060:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui_from_string (ui_manager, ui, -1, NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:157:1: note: 'gtk_ui_manager_add_ui_from_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ CC caja-view-as-action.o 2 warnings generated. CC caja-window-bookmarks.o CC caja-window-manage-views.o caja-window-bookmarks.c:180:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:178:1: note: 'gtk_ui_manager_remove_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-bookmarks.c:186:9: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:141:1: note: 'gtk_ui_manager_remove_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-bookmarks.c:232:43: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] window->details->bookmarks_merge_id = gtk_ui_manager_new_merge_id (ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:185:1: note: 'gtk_ui_manager_new_merge_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-bookmarks.c:239:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ CC caja-window-menus.o 4 warnings generated. CC caja-window-pane.o caja-window-manage-views.c:652:26: warning: implicit conversion from enumeration type 'enum CajaWindowOpenSlotFlags' to different enumeration type 'CajaWindowOpenFlags' [-Wenum-conversion] slot_flags = CAJA_WINDOW_OPEN_SLOT_APPEND; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-window-manage-views.c:655:76: warning: implicit conversion from enumeration type 'CajaWindowOpenFlags' to different enumeration type 'CajaWindowOpenSlotFlags' (aka 'enum CajaWindowOpenSlotFlags') [-Wenum-conversion] target_slot = caja_window_open_slot (window->details->active_pane, slot_flags); ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~ caja-window-menus.c:219:5: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:228:16: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menuitem = gtk_ui_manager_get_widget (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:230:5: warning: 'gtk_image_menu_item_set_always_show_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:86:1: note: 'gtk_image_menu_item_set_always_show_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:230:48: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-window-menus.c:783:13: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (proxy), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:91:1: note: 'gtk_image_menu_item_set_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:783:44: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (proxy), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:39:81: note: expanded from macro 'GTK_IMAGE_MENU_ITEM' #define GTK_IMAGE_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE_MENU_ITEM, GtkImageMenuItem)) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: note: expanded from macro 'GTK_TYPE_IMAGE_MENU_ITEM' #define GTK_TYPE_IMAGE_MENU_ITEM (gtk_image_menu_item_get_type ()) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:75:1: note: 'gtk_image_menu_item_get_type' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_get_type) ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. caja-window-menus.c:1028:35: warning: 'gtk_ui_manager_new' is deprecated [-Wdeprecated-declarations] window->details->ui_manager = gtk_ui_manager_new (); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:129:1: note: 'gtk_ui_manager_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1031:33: warning: 'gtk_ui_manager_get_accel_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_get_accel_group (ui_manager)); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:146:1: note: 'gtk_ui_manager_get_accel_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1038:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1042:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui_from_string (ui_manager, ui, -1, NULL); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:157:1: note: 'gtk_ui_manager_add_ui_from_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1125:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1135:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1176:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:178:1: note: 'gtk_ui_manager_remove_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1183:9: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:141:1: note: 'gtk_ui_manager_remove_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1188:16: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] merge_id = gtk_ui_manager_new_merge_id (window->details->ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:185:1: note: 'gtk_ui_manager_new_merge_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-menus.c:1195:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (window->details->ui_manager, action_group, 0); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ CC caja-window-slot.o 16 warnings generated. CC caja-window-toolbars.o CC caja-window.o caja-window-toolbars.c:162:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:178:1: note: 'gtk_ui_manager_remove_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ CC caja-x-content-bar.o /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-toolbars.c:169:9: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:141:1: note: 'gtk_ui_manager_remove_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-toolbars.c:174:16: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] merge_id = gtk_ui_manager_new_merge_id (ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:185:1: note: 'gtk_ui_manager_new_merge_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-toolbars.c:181:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (ui_manager, action_group, -1); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window-toolbars.c:200:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:189:12: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] menu = gtk_ui_manager_get_widget (window->details->ui_manager, "/MenuBar"); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:148:1: note: 'gtk_ui_manager_get_widget' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:206:5: warning: 'gtk_ui_manager_ensure_update' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_ensure_update (window->details->ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:183:1: note: 'gtk_ui_manager_ensure_update' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:294:15: warning: implicit conversion from enumeration type 'enum CajaWindowOpenSlotFlags' to different enumeration type 'CajaWindowOpenFlags' [-Wenum-conversion] flags = CAJA_WINDOW_OPEN_SLOT_APPEND; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-window.c:304:60: warning: implicit conversion from enumeration type 'CajaWindowOpenFlags' to different enumeration type 'CajaWindowOpenSlotFlags' (aka 'enum CajaWindowOpenSlotFlags') [-Wenum-conversion] new_slot = caja_window_open_slot (current_slot->pane, flags); ~~~~~~~~~~~~~~~~~~~~~ ^~~~~ 5 warnings generated. caja-window.c:1061:29: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations] action_groups = gtk_ui_manager_get_action_groups (window->details->ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:144:1: note: 'gtk_ui_manager_get_action_groups' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:1188:5: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_add_ui (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:170:1: note: 'gtk_ui_manager_add_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:1231:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:178:1: note: 'gtk_ui_manager_remove_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:1247:50: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] window->details->extra_viewer_merge_id = gtk_ui_manager_new_merge_id (window->details->ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:185:1: note: 'gtk_ui_manager_new_merge_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:1373:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:178:1: note: 'gtk_ui_manager_remove_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:1379:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_ui (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:178:1: note: 'gtk_ui_manager_remove_ui' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:1386:9: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_remove_action_group (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:141:1: note: 'gtk_ui_manager_remove_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:1394:16: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] merge_id = gtk_ui_manager_new_merge_id (window->details->ui_manager); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:185:1: note: 'gtk_ui_manager_new_merge_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-window.c:1418:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] gtk_ui_manager_insert_action_group (window->details->ui_manager, ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:137:1: note: 'gtk_ui_manager_insert_action_group' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ CC caja-zoom-action.o 13 warnings generated. CC caja-zoom-control.o CC caja-src-marshal.o CC caja-freedesktop-generated.o CC caja-file-management-properties-main.o CC caja-autorun-software.o CC caja-connect-server-dialog-main.o A11Y ui-a11y.err CCLD caja caja-autorun-software.c:238:5: warning: 'gtk_message_dialog_set_image' is deprecated [-Wdeprecated-declarations] gtk_message_dialog_set_image (GTK_MESSAGE_DIALOG (dialog), image); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gtk/gtkmessagedialog.h:114:1: note: 'gtk_message_dialog_set_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_12 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:342:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_12' # define GDK_DEPRECATED_IN_3_12 GDK_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/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/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog-main.c:59:9: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), error)) { ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:118:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog-main.c:77:28: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] display_location_res = g_simple_async_result_new (G_OBJECT (self), ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:50:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:711:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46_FOR' # define GLIB_DEPRECATED_IN_2_46_FOR(f) GLIB_DEPRECATED_FOR(f) ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1145:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ caja-connect-server-dialog-main.c:96:6: warning: 'g_simple_async_result_set_from_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_from_error (display_location_res, error); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:112:1: note: 'g_simple_async_result_set_from_error' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ caja-connect-server-dialog-main.c:99:5: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (display_location_res); ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:105:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:710:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_46' # define GLIB_DEPRECATED_IN_2_46 GLIB_DEPRECATED ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1144:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/sysutils/caja/work/.buildlink/include/glib-2.0/glib/gmacros.h:1103:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 1 warning generated. 4 warnings generated. CCLD caja-file-management-properties CCLD caja-autorun-software duplicate symbol '_mate_background_preferences' in: ../libcaja-private/.libs/libcaja-private.a(caja-global-preferences.o) ../libcaja-private/.libs/libcaja-private.a(eel-background.o) ld: 1 duplicate symbol for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[4]: *** [Makefile:1026: caja] Error 1 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src' gmake[3]: *** [Makefile:1179: all-recursive] Error 1 gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src' gmake[2]: *** [Makefile:940: all] Error 2 gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1/src' gmake[1]: *** [Makefile:505: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/sysutils/caja/work/caja-1.24.1' gmake: *** [Makefile:436: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/sysutils/caja *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/sysutils/caja