=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/print/glabels", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for glabels-3.4.1nb37 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1' Making all in po gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/po' MSGFMT ar.gmo MSGFMT bs.gmo MSGFMT ca.gmo MSGFMT ca@valencia.gmo MSGFMT cs.gmo MSGFMT da.gmo MSGFMT de.gmo MSGFMT el.gmo MSGFMT en_GB.gmo MSGFMT eo.gmo MSGFMT es.gmo MSGFMT fi.gmo MSGFMT fr.gmo MSGFMT gl.gmo MSGFMT hu.gmo MSGFMT id.gmo MSGFMT it.gmo MSGFMT ja.gmo MSGFMT ko.gmo MSGFMT lv.gmo MSGFMT nb.gmo MSGFMT nl.gmo MSGFMT oc.gmo MSGFMT pt.gmo MSGFMT pt_BR.gmo MSGFMT ro.gmo MSGFMT ru.gmo MSGFMT sk.gmo MSGFMT sl.gmo MSGFMT sr.gmo MSGFMT sr@latin.gmo MSGFMT sv.gmo MSGFMT tr.gmo MSGFMT zh_CN.gmo MSGFMT zh_HK.gmo MSGFMT zh_TW.gmo gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/po' Making all in libglabels gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/libglabels' CC lgl-db.lo CC lgl-units.lo CC lgl-paper.lo CC lgl-category.lo CC lgl-vendor.lo CC lgl-template.lo CC lgl-xml-paper.lo lgl-template.c: In function 'lgl_template_frame_get_origins': lgl-template.c:840:9: warning: 'g_qsort_with_data' is deprecated: Use 'g_sort_array' instead [-Wdeprecated-declarations] 840 | g_qsort_with_data (origins, n_labels, sizeof(lglTemplateOrigin), | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib.h:71, from lgl-template.h:24, from lgl-template.c:23: /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib/gqsort.h:39:6: note: declared here 39 | void g_qsort_with_data (gconstpointer pbase, | ^~~~~~~~~~~~~~~~~ CC lgl-xml-category.lo CC lgl-xml-vendor.lo CC lgl-xml-template.lo CC lgl-xml.lo CC lgl-str.lo CCLD libglabels-3.0.la gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/libglabels' Making all in libglbarcode gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/libglbarcode' CC lgl-barcode.lo CC lgl-barcode-create.lo CC lgl-barcode-render-to-cairo.lo CC lgl-barcode-onecode.lo CC lgl-barcode-postnet.lo CC lgl-barcode-code39.lo CCLD libglbarcode-3.0.la gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/libglbarcode' Making all in src gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/src' GEN marshal.c GEN marshal.h INFO: Reading marshal.list... INFO: Reading marshal.list... /opt/local/bin/gmake all-recursive gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/src' Making all in pixmaps gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/src/pixmaps' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/src/pixmaps' Making all in cursors gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/src/cursors' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/src/cursors' gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/src' CC warning-handler.o CC critical-error-handler.o CC glabels.o critical-error-handler.c: In function 'critical_error_handler': critical-error-handler.c:76:32: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 76 | GTK_STOCK_QUIT, 0); | ^~~~~~~~~~~~~~ CC window.o CC ui.o CC ui-util.o window.c: In function 'gl_window_init': window.c:148:29: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 148 | gtk_ui_manager_get_widget (ui, "/MenuBar"), | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284, from window.h:24, from window.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ window.c:151:29: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 151 | gtk_ui_manager_get_widget (ui, "/MainToolBar"), | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ window.c:154:29: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 154 | gtk_ui_manager_get_widget (ui, "/DrawingToolBar"), | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ window.c:205:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 205 | window->context_menu = GTK_MENU (gtk_ui_manager_get_widget (ui, "/ContextMenu")); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ window.c:207:17: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 207 | GTK_MENU (gtk_ui_manager_get_widget (ui, "/EmptySelectionContextMenu")); | ^~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ window.c: In function 'context_menu_activate_cb': window.c:552:17: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 552 | gtk_menu_popup (GTK_MENU (window->empty_selection_context_menu), | ^~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ window.c:557:17: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 557 | gtk_menu_popup (GTK_MENU (window->context_menu), | ^~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ ui.c:112:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 112 | GTK_STOCK_NEW, | ^~~~~~~~~~~~~ ui.c:119:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 119 | GTK_STOCK_OPEN, | ^~~~~~~~~~~~~~ ui.c:126:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 126 | GTK_STOCK_SAVE, | ^~~~~~~~~~~~~~ ui.c:133:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 133 | GTK_STOCK_SAVE, | ^~~~~~~~~~~~~~ ui.c:140:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 140 | GTK_STOCK_PRINT, | ^~~~~~~~~~~~~~~ ui.c:147:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 147 | GTK_STOCK_PROPERTIES, | ^~~~~~~~~~~~~~~~~~~~ ui.c:161:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 161 | GTK_STOCK_CLOSE, | ^~~~~~~~~~~~~~~ ui.c:168:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 168 | GTK_STOCK_QUIT, | ^~~~~~~~~~~~~~ ui.c:177:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 177 | GTK_STOCK_UNDO, | ^~~~~~~~~~~~~~ ui.c:184:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 184 | GTK_STOCK_REDO, | ^~~~~~~~~~~~~~ ui.c:191:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 191 | GTK_STOCK_CUT, | ^~~~~~~~~~~~~ ui.c:198:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 198 | GTK_STOCK_COPY, | ^~~~~~~~~~~~~~ ui.c:205:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 205 | GTK_STOCK_PASTE, | ^~~~~~~~~~~~~~~ ui.c:233:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 233 | GTK_STOCK_PREFERENCES, | ^~~~~~~~~~~~~~~~~~~~~ ui.c:242:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 242 | GTK_STOCK_ZOOM_IN, | ^~~~~~~~~~~~~~~~~ ui.c:249:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 249 | GTK_STOCK_ZOOM_OUT, | ^~~~~~~~~~~~~~~~~~ ui.c:256:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 256 | GTK_STOCK_ZOOM_100, | ^~~~~~~~~~~~~~~~~~ ui.c:263:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 263 | GTK_STOCK_ZOOM_FIT, | ^~~~~~~~~~~~~~~~~~ ui.c:428:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 428 | GTK_STOCK_HELP, | ^~~~~~~~~~~~~~ ui.c:435:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 435 | GTK_STOCK_ABOUT, | ^~~~~~~~~~~~~~~ ui.c: In function 'gl_ui_new': ui.c:769:9: warning: 'gtk_ui_manager_new' is deprecated [-Wdeprecated-declarations] 769 | ui = gtk_ui_manager_new (); | ^~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284, from ui.h:24, from ui.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here 130 | GtkUIManager *gtk_ui_manager_new (void); | ^~~~~~~~~~~~~~~~~~ ui.c:776:9: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 776 | actions = gtk_action_group_new ("Actions"); | ^~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here 175 | GtkActionGroup *gtk_action_group_new (const gchar *name); | ^~~~~~~~~~~~~~~~~~~~ ui.c:777:9: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 777 | gtk_action_group_set_translation_domain (actions, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here 252 | void gtk_action_group_set_translation_domain (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:778:9: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 778 | gtk_action_group_add_actions (actions, entries, n_entries, GTK_WINDOW (window)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here 210 | void gtk_action_group_add_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:779:9: warning: 'gtk_action_group_add_toggle_actions' is deprecated [-Wdeprecated-declarations] 779 | gtk_action_group_add_toggle_actions (actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:215:17: note: declared here 215 | void gtk_action_group_add_toggle_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:782:9: warning: 'gtk_action_group_add_toggle_actions' is deprecated [-Wdeprecated-declarations] 782 | gtk_action_group_add_toggle_actions (actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:215:17: note: declared here 215 | void gtk_action_group_add_toggle_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:786:9: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 786 | gtk_ui_manager_insert_action_group (ui, actions, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here 138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:787:9: warning: 'gtk_ui_manager_get_accel_group' is deprecated [-Wdeprecated-declarations] 787 | gtk_window_add_accel_group (GTK_WINDOW (window), gtk_ui_manager_get_accel_group (ui)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here 147 | GtkAccelGroup *gtk_ui_manager_get_accel_group (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:790:9: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 790 | if (!gtk_ui_manager_add_ui_from_string (ui, ui_info, strlen (ui_info), &error)) { | ^~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here 158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:806:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 806 | gtk_menu_item_set_submenu (GTK_MENU_ITEM (gtk_ui_manager_get_widget (ui, "/MenuBar/FileMenu/FileRecentsMenu")), | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'gl_ui_update_undo_redo_verbs': ui.c:974:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 974 | menu_item = gtk_ui_manager_get_widget (ui, "/MenuBar/EditMenu/EditUndo"); | ^~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:981:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 981 | menu_item = gtk_ui_manager_get_widget (ui, "/MenuBar/EditMenu/EditRedo"); | ^~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'view_ui_item_toggled_cb': ui.c:1010:9: warning: 'gtk_toggle_action_get_type' is deprecated [-Wdeprecated-declarations] 1010 | g_return_if_fail (action && GTK_IS_TOGGLE_ACTION (action)); | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:73:18: note: declared here 73 | GType gtk_toggle_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:1012:9: warning: 'gtk_action_get_name' is deprecated [-Wdeprecated-declarations] 1012 | name = gtk_action_get_name (GTK_ACTION (action)); | ^~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:103:14: note: declared here 103 | const gchar* gtk_action_get_name (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ ui.c:1013:9: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1013 | state = gtk_toggle_action_get_active (action); | ^~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'set_app_main_toolbar_style': ui.c:1043:9: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] 1043 | g_return_if_fail (ui && GTK_IS_UI_MANAGER (ui)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here 128 | GType gtk_ui_manager_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~ ui.c:1049:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1049 | toolbar = gtk_ui_manager_get_widget (ui, "/MainToolBar"); | ^~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'set_app_drawing_toolbar_style': ui.c:1071:9: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] 1071 | g_return_if_fail (ui && GTK_IS_UI_MANAGER (ui)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here 128 | GType gtk_ui_manager_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~ ui.c:1077:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1077 | toolbar = gtk_ui_manager_get_widget (ui, "/DrawingToolBar"); | ^~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'set_view_style': ui.c:1099:9: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] 1099 | g_return_if_fail (ui && GTK_IS_UI_MANAGER(ui)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here 128 | GType gtk_ui_manager_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'descend_menu_set_always_show_image': ui.c:1132:17: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] 1132 | else if ( GTK_IS_IMAGE_MENU_ITEM (menu_item) ) | ^~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76:12: note: declared here 76 | GType gtk_image_menu_item_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'set_additional_properties': ui.c:1154:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1154 | menu_item = gtk_ui_manager_get_widget (ui, "/MenuBar/ObjectsMenu/"); | ^~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:1158:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1158 | menu_item = gtk_ui_manager_get_widget (ui, "/MenuBar/ObjectsMenu/ObjectsMergeProperties"); | ^~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:1161:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1161 | menu_item = gtk_ui_manager_get_widget (ui, "/ContextMenu/ObjectsOrderMenu/"); | ^~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:1165:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1165 | menu_item = gtk_ui_manager_get_widget (ui, "/ContextMenu/ObjectsRotateFlipMenu/"); | ^~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:1169:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1169 | menu_item = gtk_ui_manager_get_widget (ui, "/ContextMenu/ObjectsAlignMenu/"); | ^~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:1173:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1173 | menu_item = gtk_ui_manager_get_widget (ui, "/ContextMenu/ObjectsCenterMenu/"); | ^~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui-util.c: In function 'gl_ui_util_set_verb_sensitive': ui-util.c:63:9: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] 63 | g_return_if_fail (GTK_IS_UI_MANAGER (ui)); | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284, from ui-util.h:24, from ui-util.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here 128 | GType gtk_ui_manager_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~ ui-util.c:65:9: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 65 | action = gtk_ui_manager_get_action (ui, cname); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here 155 | GtkAction *gtk_ui_manager_get_action (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui-util.c:69:17: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 69 | gtk_action_set_sensitive (action, sensitive); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui-util.c: In function 'gl_ui_util_set_verb_list_sensitive': ui-util.c:89:9: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] 89 | g_return_if_fail (GTK_IS_UI_MANAGER (ui)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here 128 | GType gtk_ui_manager_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~ ui-util.c:93:17: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 93 | action = gtk_ui_manager_get_action (ui, *vlist); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here 155 | GtkAction *gtk_ui_manager_get_action (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui-util.c:96:25: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 96 | gtk_action_set_sensitive (action, sensitive); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui-util.c: In function 'gl_ui_util_set_verb_state': ui-util.c:117:9: warning: 'gtk_ui_manager_get_type' is deprecated [-Wdeprecated-declarations] 117 | g_return_if_fail (GTK_IS_UI_MANAGER (ui)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128:16: note: declared here 128 | GType gtk_ui_manager_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~ ui-util.c:119:9: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 119 | action = GTK_TOGGLE_ACTION (gtk_ui_manager_get_action (ui, cname)); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here 155 | GtkAction *gtk_ui_manager_get_action (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui-util.c:122:17: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 122 | gtk_toggle_action_set_active (action, state); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here 82 | void gtk_toggle_action_set_active (GtkToggleAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC ui-commands.o CC ui-property-bar.o CC ui-sidebar.o ui-commands.c: In function 'gl_ui_cmd_file_new': ui-commands.c:48:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 48 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui-commands.h:24, from ui-commands.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_file_properties': ui-commands.c:66:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 66 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_file_template_designer': ui-commands.c:86:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 86 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_file_open': ui-commands.c:106:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 106 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_file_save': ui-commands.c:154:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 154 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_file_save_as': ui-commands.c:172:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 172 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_file_print': ui-commands.c:193:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 193 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_file_close': ui-commands.c:227:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 227 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_file_quit': ui-commands.c:245:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 245 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_undo': ui-commands.c:263:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 263 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_redo': ui-commands.c:281:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 281 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_cut': ui-commands.c:299:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 299 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_copy': ui-commands.c:317:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 317 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_paste': ui-property-bar.c: In function 'gl_ui_property_bar_get_type_once': ui-commands.c:335:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 335 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-property-bar.c:160:1: warning: 'gtk_hbox_get_type' is deprecated [-Wdeprecated-declarations] 160 | G_DEFINE_TYPE (glUIPropertyBar, gl_ui_property_bar, GTK_TYPE_HBOX) | ^~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262, from ui-property-bar.h:24, from ui-property-bar.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:61:13: note: declared here 61 | GType gtk_hbox_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_delete': ui-commands.c:353:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 353 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_select_all': ui-commands.c:371:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 371 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_unselect_all': ui-commands.c:389:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 389 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_edit_preferences': ui-commands.c:409:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 409 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_view_property_bar_toggle': ui-commands.c:444:9: warning: 'gtk_toggle_action_get_type' is deprecated [-Wdeprecated-declarations] 444 | g_return_if_fail (action && GTK_IS_TOGGLE_ACTION(action)); | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:73:18: note: declared here 73 | GType gtk_toggle_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui-commands.c:447:9: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 447 | state = gtk_toggle_action_get_active (action); | ^~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_view_grid_toggle': ui-commands.c:471:9: warning: 'gtk_toggle_action_get_type' is deprecated [-Wdeprecated-declarations] 471 | g_return_if_fail (action && GTK_IS_TOGGLE_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:73:18: note: declared here 73 | GType gtk_toggle_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui-commands.c:474:9: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 474 | state = gtk_toggle_action_get_active (action); | ^~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_view_markup_toggle': ui-commands.c:502:9: warning: 'gtk_toggle_action_get_type' is deprecated [-Wdeprecated-declarations] 502 | g_return_if_fail (action && GTK_IS_TOGGLE_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:73:18: note: declared here 73 | GType gtk_toggle_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui-commands.c:505:9: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 505 | state = gtk_toggle_action_get_active (action); | ^~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_view_zoomin': ui-commands.c:532:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 532 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_view_zoomout': ui-sidebar.c: In function 'gl_ui_sidebar_get_type_once': ui-commands.c:553:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 553 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-sidebar.c:66:1: warning: 'gtk_vbox_get_type' is deprecated [-Wdeprecated-declarations] 66 | G_DEFINE_TYPE (glUISidebar, gl_ui_sidebar, GTK_TYPE_VBOX) | ^~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286, from ui-sidebar.h:24, from ui-sidebar.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here 59 | GType gtk_vbox_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_view_zoom1to1': ui-commands.c:574:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 574 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_view_zoom_to_fit': ui-commands.c:595:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 595 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_arrow_mode': ui-commands.c:615:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 615 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_create_text': ui-commands.c:636:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 636 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_create_box': ui-commands.c:658:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 658 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_create_line': ui-commands.c:680:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 680 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_create_ellipse': ui-commands.c:702:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 702 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_create_image': ui-commands.c:724:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 724 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_create_barcode': ui-commands.c:746:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 746 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_raise': ui-commands.c:768:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 768 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_lower': ui-commands.c:789:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 789 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_rotate_left': ui-commands.c:810:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 810 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_rotate_right': ui-commands.c:831:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 831 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_flip_horiz': ui-commands.c:852:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 852 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_flip_vert': ui-commands.c:873:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 873 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_align_left': ui-commands.c:894:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 894 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_align_right': ui-commands.c:915:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 915 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_align_hcenter': ui-commands.c:936:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 936 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_align_top': ui-commands.c:957:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 957 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_align_bottom': ui-commands.c:978:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 978 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_align_vcenter': ui-commands.c:999:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 999 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_center_horiz': ui-commands.c:1020:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 1020 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_center_vert': ui-commands.c:1041:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 1041 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_objects_merge_properties': ui-commands.c:1062:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 1062 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c:1073:38: warning: assignment to 'glMergePropertiesDialog *' {aka 'struct _glMergePropertiesDialog *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 1073 | window->merge_dialog = | ^ ui-commands.c: In function 'gl_ui_cmd_help_contents': ui-commands.c:1101:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 1101 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui-commands.c:1104:9: warning: 'gtk_show_uri' is deprecated: Use 'gtk_show_uri_on_window' instead [-Wdeprecated-declarations] 1104 | gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (window)), | ^~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:200: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkshow.h:33:10: note: declared here 33 | gboolean gtk_show_uri (GdkScreen *screen, | ^~~~~~~~~~~~ ui-commands.c: In function 'gl_ui_cmd_help_about': ui-commands.c:1181:9: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 1181 | g_return_if_fail (action && GTK_IS_ACTION(action)); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ CC file.o CC file-util.o CC new-label-dialog.o CC recent.o file.c: In function 'gl_file_open': file.c:283:48: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 283 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ file.c:284:48: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 284 | GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ file.c: In function 'gl_file_save_as': file.c:571:48: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 571 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ file.c:572:48: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 572 | GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ file.c: In function 'gl_file_close': file.c:795:48: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 795 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); | ^~~~~~~~~~~~~~~~ file.c:798:48: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 798 | GTK_STOCK_SAVE, GTK_RESPONSE_YES); | ^~~~~~~~~~~~~~ CC prefs.o new-label-dialog.c: In function 'gl_new_label_dialog_init': new-label-dialog.c:216:9: warning: 'gtk_widget_override_background_color' is deprecated [-Wdeprecated-declarations] 216 | gtk_widget_override_background_color (page_1_banner_eventbox, GTK_STATE_NORMAL, &banner_color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from new-label-dialog.h:24, from new-label-dialog.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here 1148 | void gtk_widget_override_background_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ new-label-dialog.c:229:9: warning: 'gtk_widget_override_background_color' is deprecated [-Wdeprecated-declarations] 229 | gtk_widget_override_background_color (page_2_banner_eventbox, GTK_STATE_NORMAL, &banner_color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here 1148 | void gtk_widget_override_background_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ new-label-dialog.c:245:9: warning: 'gtk_widget_override_background_color' is deprecated [-Wdeprecated-declarations] 245 | gtk_widget_override_background_color (page_3_banner_eventbox, GTK_STATE_NORMAL, &banner_color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here 1148 | void gtk_widget_override_background_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC prefs-model.o CC prefs-dialog.o CC view.o prefs-dialog.c: In function 'gl_prefs_dialog_init': prefs-dialog.c:161:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 161 | gtk_dialog_add_button (GTK_DIALOG(dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); | ^~~~~~~~~~~~~~~~~~~~~ view.c: In function 'gl_view_get_type_once': view.c:203:1: warning: 'gtk_vbox_get_type' is deprecated [-Wdeprecated-declarations] 203 | G_DEFINE_TYPE (glView, gl_view, GTK_TYPE_VBOX) | ^~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286, from view.h:24, from view.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here 59 | GType gtk_vbox_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ view.c: In function 'gl_view_init': view.c:302:9: warning: 'gtk_widget_modify_bg' is deprecated: Use 'gtk_widget_override_background_color' instead [-Wdeprecated-declarations] 302 | gtk_widget_modify_bg (GTK_WIDGET (view->canvas), GTK_STATE_NORMAL, bg_color); | ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:753:13: note: declared here 753 | void gtk_widget_modify_bg (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~ view.c: In function 'get_home_scale': view.c:435:9: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 435 | screen_width_pixels = gdk_screen_get_width (screen); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ view.c:436:9: warning: 'gdk_screen_get_width_mm' is deprecated [-Wdeprecated-declarations] 436 | screen_width_mm = gdk_screen_get_width_mm (screen); | ^~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:62:14: note: declared here 62 | gint gdk_screen_get_width_mm (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~ view.c:437:9: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 437 | screen_height_pixels = gdk_screen_get_height (screen); | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ view.c:438:9: warning: 'gdk_screen_get_height_mm' is deprecated [-Wdeprecated-declarations] 438 | screen_height_mm = gdk_screen_get_height_mm (screen); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:64:14: note: declared here 64 | gint gdk_screen_get_height_mm (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~~ view.c: In function 'draw_cb': view.c:564:9: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 564 | bin_cr = gdk_cairo_create (bin_window); | ^~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ view.c: In function 'gl_view_arrow_mode': view.c:1081:9: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 1081 | cursor = gdk_cursor_new (GDK_LEFT_PTR); | ^~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:34: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ view.c: In function 'motion_notify_event_cb': view.c:1415:9: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 1415 | cr = gdk_cairo_create (bin_window); | ^~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ view.c:1447:33: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 1447 | cursor = gdk_cursor_new (GDK_CROSSHAIR); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ view.c:1451:33: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 1451 | cursor = gdk_cursor_new (GDK_FLEUR); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ view.c:1455:33: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 1455 | cursor = gdk_cursor_new (GDK_LEFT_PTR); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ view.c:1531:9: warning: 'gdk_pointer_is_grabbed' is deprecated: Use 'gdk_display_device_is_grabbed' instead [-Wdeprecated-declarations] 1531 | if (view->grabbed_flag && !gdk_pointer_is_grabbed ()) | ^~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:104:15: note: declared here 104 | gboolean gdk_pointer_is_grabbed (void); | ^~~~~~~~~~~~~~~~~~~~~~ view.c:1533:17: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 1533 | gdk_pointer_grab (bin_window, | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here 86 | GdkGrabStatus gdk_pointer_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~ view.c: In function 'button_press_event_cb': view.c:1564:9: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 1564 | cr = gdk_cairo_create (bin_window); | ^~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ view.c:1682:17: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 1682 | gdk_pointer_grab (bin_window, | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here 86 | GdkGrabStatus gdk_pointer_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~ view.c: In function 'button_release_event_cb': view.c:1723:9: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 1723 | cr = gdk_cairo_create (bin_window); | ^~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ view.c:1741:17: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 1741 | gdk_pointer_ungrab (event->time); | ^~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:100:15: note: declared here 100 | void gdk_pointer_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~ view.c:1808:25: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 1808 | cursor = gdk_cursor_new (GDK_LEFT_PTR); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ view.c: In function 'key_press_event_cb': view.c:1866:25: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 1866 | cursor = gdk_cursor_new (GDK_LEFT_PTR); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ CC view-box.o CC view-ellipse.o CC view-line.o view-box.c: In function 'gl_view_box_get_create_cursor': view-box.c:67:9: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] 67 | pixbuf = gdk_pixbuf_from_pixdata (&cursor_box_pixdata, FALSE, NULL); | ^~~~~~ In file included from view-box.c:25: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here 105 | GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ view-ellipse.c: In function 'gl_view_ellipse_get_create_cursor': view-ellipse.c:67:9: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] 67 | pixbuf = gdk_pixbuf_from_pixdata (&cursor_ellipse_pixdata, FALSE, NULL); | ^~~~~~ In file included from view-ellipse.c:25: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here 105 | GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ CC view-image.o CC view-text.o view-line.c: In function 'gl_view_line_get_create_cursor': view-line.c:67:9: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] 67 | pixbuf = gdk_pixbuf_from_pixdata (&cursor_line_pixdata, FALSE, NULL); | ^~~~~~ In file included from view-line.c:25: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here 105 | GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ CC view-barcode.o view-image.c: In function 'gl_view_image_get_create_cursor': view-image.c:66:9: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] 66 | pixbuf = gdk_pixbuf_from_pixdata (&cursor_image_pixdata, FALSE, NULL); | ^~~~~~ In file included from view-image.c:25: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here 105 | GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ view-text.c: In function 'gl_view_text_get_create_cursor': view-text.c:68:9: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] 68 | pixbuf = gdk_pixbuf_from_pixdata (&cursor_text_pixdata, FALSE, NULL); | ^~~~~~ In file included from view-text.c:26: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here 105 | GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ CC merge-properties-dialog.o CC object-editor.o view-barcode.c: In function 'gl_view_barcode_get_create_cursor': view-barcode.c:67:9: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] 67 | pixbuf = gdk_pixbuf_from_pixdata (&cursor_barcode_pixdata, FALSE, NULL); | ^~~~~~ In file included from view-barcode.c:25: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here 105 | GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ CC object-editor-position-page.o merge-properties-dialog.c: In function 'gl_merge_properties_dialog_init': merge-properties-dialog.c:159:32: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 159 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); | ^~~~~~~~~~~~~~~~ merge-properties-dialog.c:161:58: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 161 | GTK_STOCK_OK, GTK_RESPONSE_OK); | ^~~~~~~~~~~~ merge-properties-dialog.c: In function 'gl_merge_properties_dialog_construct': merge-properties-dialog.c:308:17: warning: 'gtk_file_chooser_button_set_focus_on_click' is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations] 308 | gtk_file_chooser_button_set_focus_on_click (GTK_FILE_CHOOSER_BUTTON (dialog->priv->src_entry), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:103, from merge-properties-dialog.h:24, from merge-properties-dialog.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkfilechooserbutton.h:93:23: note: declared here 93 | void gtk_file_chooser_button_set_focus_on_click (GtkFileChooserButton *button, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ merge-properties-dialog.c:316:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 316 | gtk_misc_set_alignment (GTK_MISC (dialog->priv->src_entry), 0.0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ merge-properties-dialog.c:334:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 334 | gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (dialog->priv->treeview), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ merge-properties-dialog.c: In function 'type_changed_cb': merge-properties-dialog.c:422:17: warning: 'gtk_file_chooser_button_set_focus_on_click' is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations] 422 | gtk_file_chooser_button_set_focus_on_click (GTK_FILE_CHOOSER_BUTTON (dialog->priv->src_entry), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkfilechooserbutton.h:93:23: note: declared here 93 | void gtk_file_chooser_button_set_focus_on_click (GtkFileChooserButton *button, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ merge-properties-dialog.c:440:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 440 | gtk_misc_set_alignment (GTK_MISC (dialog->priv->src_entry), 0.0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ merge-properties-dialog.c:447:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 447 | gtk_misc_set_alignment (GTK_MISC (dialog->priv->src_entry), 0.0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ object-editor.c: In function 'gl_object_editor_get_type_once': object-editor.c:98:1: warning: 'gtk_vbox_get_type' is deprecated [-Wdeprecated-declarations] 98 | G_DEFINE_TYPE (glObjectEditor, gl_object_editor, GTK_TYPE_VBOX) | ^~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286, from object-editor.h:24, from object-editor.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here 59 | GType gtk_vbox_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ CC object-editor-size-page.o CC object-editor-lsize-page.o CC object-editor-line-page.o CC object-editor-fill-page.o CC object-editor-image-page.o CC object-editor-text-page.o CC object-editor-edit-page.o CC object-editor-bc-page.o CC object-editor-data-page.o CC object-editor-shadow-page.o CC print.o CC print-op.o CC print-op-dialog.o CC template-designer.o CC bc-backends.o print-op-dialog.c: In function 'create_custom_widget_cb': print-op-dialog.c:359:25: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 359 | pixbuf = gdk_pixbuf_new_from_xpm_data ( (const char **)nocollate_xpm); | ^~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from print-op.h:24, from print-op-dialog.h:24, from print-op-dialog.c:23: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here 292 | GdkPixbuf *gdk_pixbuf_new_from_xpm_data (const char **data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ print-op-dialog.c:363:25: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 363 | pixbuf = gdk_pixbuf_new_from_xpm_data ( (const char **)collate_xpm); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here 292 | GdkPixbuf *gdk_pixbuf_new_from_xpm_data (const char **data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ print-op-dialog.c: In function 'merge_collate_check_cb': print-op-dialog.c:682:17: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 682 | pixbuf = gdk_pixbuf_new_from_xpm_data ( (const char **)nocollate_xpm); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here 292 | GdkPixbuf *gdk_pixbuf_new_from_xpm_data (const char **data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ print-op-dialog.c:687:17: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 687 | pixbuf = gdk_pixbuf_new_from_xpm_data ( (const char **)collate_xpm); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here 292 | GdkPixbuf *gdk_pixbuf_new_from_xpm_data (const char **data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC bc-builtin.o CC bc-gnubarcode.o CC bc-zint.o CC bc-iec16022.o CC bc-iec18004.o CC label.o template-designer.c: In function 'construct_start_page': template-designer.c:488:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 488 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:46, from template-designer.h:24, from template-designer.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_name_page': template-designer.c:527:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 527 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_pg_size_page': template-designer.c:576:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 576 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_shape_page': template-designer.c:643:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 643 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_rect_size_page': template-designer.c:690:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 690 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_ellipse_size_page': template-designer.c:791:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 791 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_round_size_page': template-designer.c:874:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 874 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_cd_size_page': template-designer.c:955:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 955 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_nlayouts_page': template-designer.c:1046:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 1046 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_layout_page': template-designer.c:1114:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 1114 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'construct_finish_page': template-designer.c:1219:9: warning: 'gtk_assistant_set_page_header_image' is deprecated [-Wdeprecated-declarations] 1219 | gtk_assistant_set_page_header_image (GTK_ASSISTANT (dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkassistant.h:187:23: note: declared here 187 | void gtk_assistant_set_page_header_image (GtkAssistant *assistant, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c: In function 'name_page_changed_cb': template-designer.c:1546:33: warning: 'gtk_image_set_from_stock' is deprecated: Use 'gtk_image_set_from_icon_name' instead [-Wdeprecated-declarations] 1546 | gtk_image_set_from_stock (GTK_IMAGE (dialog->priv->name_warning_image), | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:150:6: note: declared here 150 | void gtk_image_set_from_stock (GtkImage *image, | ^~~~~~~~~~~~~~~~~~~~~~~~ template-designer.c:1547:59: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1547 | GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_BUTTON); | ^~~~~~~~~~~~~~~~~~~~~~~~ CC label-object.o CC label-text.o label.c:55:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 55 | GTimeVal time_stamp; | ^~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkconfig.h:8, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:30, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from label.h:24, from label.c:23: /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ label.c:115:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 115 | GTimeVal time_stamp; | ^~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ label.c: In function 'gl_label_clear_modified': label.c:494:17: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 494 | g_get_current_time (&label->priv->time_stamp); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib/gmain.h:830:8: note: declared here 830 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ CC label-box.o CC label-line.o CC label-ellipse.o CC label-image.o CC label-barcode.o CC label-properties-dialog.o label-image.c: In function 'gl_label_image_class_init': label-image.c:123:17: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 123 | pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **)checkerboard_xpm); | ^~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from label-image.h:24, from label-image.c:23: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here 292 | GdkPixbuf *gdk_pixbuf_new_from_xpm_data (const char **data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ label-image.c: In function 'gl_label_image_set_filename': label-image.c:423:17: warning: 'rsvg_handle_get_dimensions' is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 423 | rsvg_handle_get_dimensions (this->priv->svg_handle, &svg_dim); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from svg-cache.h:25, from label.h:31, from label-object.h:78, from label-image.h:25: /tmp/work/print/glabels/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:666:6: note: declared here 666 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ label-image.c: In function 'gl_label_image_get_base_size': label-image.c:663:17: warning: 'rsvg_handle_get_dimensions' is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 663 | rsvg_handle_get_dimensions (this->priv->svg_handle, &svg_dim); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:666:6: note: declared here 666 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ label-image.c: In function 'draw_object': label-image.c:720:25: warning: 'rsvg_handle_get_dimensions' is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 720 | rsvg_handle_get_dimensions (svg_handle, &svg_dim); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:666:6: note: declared here 666 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ label-image.c:722:25: warning: 'rsvg_handle_render_cairo' is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations] 722 | rsvg_handle_render_cairo (svg_handle, cr); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:1334: /tmp/work/print/glabels/work/.buildlink/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here 90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr); | ^~~~~~~~~~~~~~~~~~~~~~~~ CC pixbuf-util.o CC xml-label.o CC xml-label-04.o CC pixbuf-cache.o xml-label.c: In function 'xml_parse_pixdata': xml-label.c:924:9: warning: 'gdk_pixdata_deserialize' is deprecated [-Wdeprecated-declarations] 924 | ret = gdk_pixdata_deserialize (pixdata, stream_length, stream, NULL); | ^~~ In file included from xml-label.c:30: /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:96:17: note: declared here 96 | gboolean gdk_pixdata_deserialize (GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ xml-label.c:927:17: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] 927 | pixbuf = gdk_pixbuf_from_pixdata (pixdata, TRUE, NULL); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here 105 | GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ xml-label.c: In function 'xml_create_pixdata': xml-label.c:1774:17: warning: 'gdk_pixdata_from_pixbuf' is deprecated [-Wdeprecated-declarations] 1774 | gdk_pixdata_from_pixbuf (pixdata, pixbuf, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:101:17: note: declared here 101 | gpointer gdk_pixdata_from_pixbuf (GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~~~ xml-label.c:1775:17: warning: 'gdk_pixdata_serialize' is deprecated [-Wdeprecated-declarations] 1775 | stream = gdk_pixdata_serialize (pixdata, &stream_length); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:93:17: note: declared here 93 | guint8* gdk_pixdata_serialize (const GdkPixdata *pixdata, | ^~~~~~~~~~~~~~~~~~~~~ pixbuf-cache.c: In function 'gl_pixbuf_cache_add_pixbuf': pixbuf-cache.c:128:28: warning: assignment to 'GdkPixbuf *' {aka 'struct _GdkPixbuf *'} from incompatible pointer type 'GObject *' {aka 'struct _GObject *'} [-Wincompatible-pointer-types] 128 | record->pixbuf = g_object_ref (G_OBJECT (pixbuf)); | ^ CC svg-cache.o CC merge.o CC merge-init.o merge.c:58:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 58 | GParameter *params; | ^~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/glib-object.h:24, from merge.h:24, from merge.c:23: /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ merge.c: In function 'gl_merge_register_backend': merge.c:107:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 107 | GParameter *params; | ^~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ merge.c:117:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 117 | params = g_new (GParameter, n_alloced_params); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ merge.c:117:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 117 | params = g_new (GParameter, n_alloced_params); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ merge.c:136:25: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 136 | params = g_renew (GParameter, params, n_alloced_params); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ merge.c:136:25: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 136 | params = g_renew (GParameter, params, n_alloced_params); | ^~~~~~ /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ merge.c: In function 'gl_merge_new': merge.c:292:25: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations] 292 | merge = GL_MERGE (g_object_newv (backend->type, | ^~~~~ /tmp/work/print/glabels/work/.buildlink/include/glib-2.0/gobject/gobject.h:444:13: note: declared here 444 | gpointer g_object_newv (GType object_type, | ^~~~~~~~~~~~~ CC merge-text.o CC merge-evolution.o CC merge-vcard.o CC text-node.o CC mini-preview-pixbuf.o CC mini-preview-pixbuf-cache.o CC media-select.o CC message-bar.o CC template-history.o media-select.c: In function 'gl_media_select_get_type_once': media-select.c:163:1: warning: 'gtk_vbox_get_type' is deprecated [-Wdeprecated-declarations] 163 | G_DEFINE_TYPE (glMediaSelect, gl_media_select, GTK_TYPE_VBOX) | ^~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286, from media-select.h:24, from media-select.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here 59 | GType gtk_vbox_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ CC template-history-model.o message-bar.c: In function 'gl_message_bar_construct': message-bar.c:152:17: warning: 'gtk_image_set_from_stock' is deprecated: Use 'gtk_image_set_from_icon_name' instead [-Wdeprecated-declarations] 152 | gtk_image_set_from_stock (GTK_IMAGE (this->priv->icon), | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from message-bar.h:24, from message-bar.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:150:6: note: declared here 150 | void gtk_image_set_from_stock (GtkImage *image, | ^~~~~~~~~~~~~~~~~~~~~~~~ message-bar.c:153:43: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 153 | GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_DIALOG); | ^~~~~~~~~~~~~~~~~~~~~ message-bar.c:156:17: warning: 'gtk_image_set_from_stock' is deprecated: Use 'gtk_image_set_from_icon_name' instead [-Wdeprecated-declarations] 156 | gtk_image_set_from_stock (GTK_IMAGE (this->priv->icon), | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:150:6: note: declared here 150 | void gtk_image_set_from_stock (GtkImage *image, | ^~~~~~~~~~~~~~~~~~~~~~~~ message-bar.c:157:43: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 157 | GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_DIALOG); | ^~~~~~~~~~~~~~~~~~~~~~~~ message-bar.c:160:17: warning: 'gtk_image_set_from_stock' is deprecated: Use 'gtk_image_set_from_icon_name' instead [-Wdeprecated-declarations] 160 | gtk_image_set_from_stock (GTK_IMAGE (this->priv->icon), | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:150:6: note: declared here 150 | void gtk_image_set_from_stock (GtkImage *image, | ^~~~~~~~~~~~~~~~~~~~~~~~ message-bar.c:161:43: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 161 | GTK_STOCK_DIALOG_QUESTION, GTK_ICON_SIZE_DIALOG); | ^~~~~~~~~~~~~~~~~~~~~~~~~ message-bar.c:164:17: warning: 'gtk_image_set_from_stock' is deprecated: Use 'gtk_image_set_from_icon_name' instead [-Wdeprecated-declarations] 164 | gtk_image_set_from_stock (GTK_IMAGE (this->priv->icon), | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:150:6: note: declared here 150 | void gtk_image_set_from_stock (GtkImage *image, | ^~~~~~~~~~~~~~~~~~~~~~~~ message-bar.c:165:43: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 165 | GTK_STOCK_DIALOG_ERROR, GTK_ICON_SIZE_DIALOG); | ^~~~~~~~~~~~~~~~~~~~~~ message-bar.c:182:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 182 | GTK_STOCK_OK, GTK_RESPONSE_ACCEPT); | ^~~~~~~~~~~~ message-bar.c:186:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 186 | GTK_STOCK_CLOSE, GTK_RESPONSE_ACCEPT); | ^~~~~~~~~~~~~~~ message-bar.c:190:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 190 | GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT); | ^~~~~~~~~~~~~~~~ message-bar.c:194:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 194 | GTK_STOCK_YES, GTK_RESPONSE_ACCEPT); | ^~~~~~~~~~~~~ message-bar.c:196:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 196 | GTK_STOCK_NO, GTK_RESPONSE_REJECT); | ^~~~~~~~~~~~ message-bar.c:200:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 200 | GTK_STOCK_OK, GTK_RESPONSE_ACCEPT); | ^~~~~~~~~~~~ message-bar.c:202:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 202 | GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT); | ^~~~~~~~~~~~~~~~ CC mini-preview.o CC mini-label-preview.o CC wdgt-chain-button.o mini-preview.c: In function 'button_press_event_cb': mini-preview.c:645:17: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 645 | cr = gdk_cairo_create (window); | ^~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from mini-preview.h:24, from mini-preview.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ mini-preview.c: In function 'motion_notify_event_cb': mini-preview.c:695:17: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 695 | cr = gdk_cairo_create (window); | ^~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ mini-preview.c: In function 'draw_shadow': mini-preview.c:918:9: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 918 | style = gtk_widget_get_style (GTK_WIDGET(this)); | ^~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ mini-preview.c: In function 'draw_paper': mini-preview.c:947:9: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 947 | style = gtk_widget_get_style (GTK_WIDGET(this)); | ^~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ mini-preview.c: In function 'draw_labels': mini-preview.c:989:9: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 989 | style = gtk_widget_get_style (GTK_WIDGET(this)); | ^~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ mini-preview.c: In function 'draw_arrow': mini-preview.c:1068:17: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 1068 | style = gtk_widget_get_style (GTK_WIDGET(this)); | ^~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ mini-label-preview.c: In function 'draw_preview': mini-label-preview.c:232:9: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 232 | style = gtk_widget_get_style (GTK_WIDGET (this)); | ^~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277, from mini-label-preview.h:25, from mini-label-preview.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ CC field-button.o wdgt-chain-button.c: In function 'gl_wdgt_chain_button_get_type_once': wdgt-chain-button.c:63:1: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 63 | G_DEFINE_TYPE (glWdgtChainButton, gl_wdgt_chain_button, GTK_TYPE_TABLE) | ^~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from wdgt-chain-button.h:41, from wdgt-chain-button.c:30: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:12: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ wdgt-chain-button.c: In function 'gl_wdgt_chain_button_init': wdgt-chain-button.c:96:9: warning: 'gtk_button_set_focus_on_click' is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations] 96 | gtk_button_set_focus_on_click (GTK_BUTTON (button->button), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:138:23: note: declared here 138 | void gtk_button_set_focus_on_click (GtkButton *button, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wdgt-chain-button.c: In function 'gl_wdgt_chain_button_new': wdgt-chain-button.c:147:7: warning: 'gtk_table_resize' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 147 | gtk_table_resize (GTK_TABLE (button), 3, 1); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:123:12: note: declared here 123 | void gtk_table_resize (GtkTable *table, | ^~~~~~~~~~~~~~~~ wdgt-chain-button.c:148:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 148 | gtk_table_attach (GTK_TABLE (button), button->button, 0, 1, 1, 2, | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ wdgt-chain-button.c:150:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 150 | gtk_table_attach (GTK_TABLE (button), button->line1, 0, 1, 0, 1, | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ wdgt-chain-button.c:152:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 152 | gtk_table_attach (GTK_TABLE (button), button->line2, 0, 1, 2, 3, | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ wdgt-chain-button.c:157:7: warning: 'gtk_table_resize' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 157 | gtk_table_resize (GTK_TABLE (button), 1, 3); | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:123:12: note: declared here 123 | void gtk_table_resize (GtkTable *table, | ^~~~~~~~~~~~~~~~ wdgt-chain-button.c:158:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 158 | gtk_table_attach (GTK_TABLE (button), button->button, 1, 2, 0, 1, | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ wdgt-chain-button.c:160:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 160 | gtk_table_attach (GTK_TABLE (button), button->line1, 0, 1, 0, 1, | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ wdgt-chain-button.c:162:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 162 | gtk_table_attach (GTK_TABLE (button), button->line2, 2, 3, 0, 1, | ^~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ CC field-button-menu.o CC color-combo.o field-button.c: In function 'gl_field_button_init': field-button.c:136:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 136 | gtk_misc_set_alignment (GTK_MISC (this->priv->label), 0.0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from field-button.h:25, from field-button.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ field-button.c:139:9: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations] 139 | arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_IN); | ^~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here 73 | GtkWidget* gtk_arrow_new (GtkArrowType arrow_type, | ^~~~~~~~~~~~~ field-button.c: In function 'menu_position_function': field-button.c:266:9: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 266 | w_screen = gdk_screen_get_width (screen); | ^~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ field-button.c:267:9: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 267 | h_screen = gdk_screen_get_height (screen); | ^~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ field-button.c: In function 'button_press_event_cb': field-button.c:336:17: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 336 | gtk_menu_popup (GTK_MENU (this->priv->menu), | ^~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ CC color-combo-button.o CC color-combo-menu.o color-combo.c: In function 'gl_color_combo_init': color-combo.c:138:9: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations] 138 | arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_IN); | ^~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251, from color-combo.h:25, from color-combo.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here 73 | GtkWidget* gtk_arrow_new (GtkArrowType arrow_type, | ^~~~~~~~~~~~~ color-combo.c: In function 'menu_position_function': color-combo.c:260:9: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 260 | w_screen = gdk_screen_get_width (screen); | ^~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ color-combo.c:261:9: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 261 | h_screen = gdk_screen_get_height (screen); | ^~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ color-combo.c: In function 'button_press_event_cb': color-combo.c:330:17: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 330 | gtk_menu_popup (GTK_MENU (this->priv->menu), | ^~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ CC color-combo-color-menu-item.o color-combo-button.c: In function 'gl_color_combo_button_get_type_once': color-combo-button.c:101:1: warning: 'gtk_hbox_get_type' is deprecated [-Wdeprecated-declarations] 101 | G_DEFINE_TYPE (glColorComboButton, gl_color_combo_button, GTK_TYPE_HBOX) | ^~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262, from color-combo-button.h:25, from color-combo-button.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:61:13: note: declared here 61 | GType gtk_hbox_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ color-combo-button.c: In function 'gl_color_combo_button_init': color-combo-button.c:145:9: warning: 'gtk_button_set_focus_on_click' is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations] 145 | gtk_button_set_focus_on_click (GTK_BUTTON (this->priv->button), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:138:23: note: declared here 138 | void gtk_button_set_focus_on_click (GtkButton *button, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ color-combo-button.c:152:9: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations] 152 | arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_IN); | ^~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here 73 | GtkWidget* gtk_arrow_new (GtkArrowType arrow_type, | ^~~~~~~~~~~~~ color-combo-button.c:155:9: warning: 'gtk_button_set_focus_on_click' is deprecated: Use 'gtk_widget_set_focus_on_click' instead [-Wdeprecated-declarations] 155 | gtk_button_set_focus_on_click (GTK_BUTTON (this->priv->dropdown_button), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:138:23: note: declared here 138 | void gtk_button_set_focus_on_click (GtkButton *button, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ color-combo-button.c: In function 'menu_position_function': color-combo-button.c:322:9: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 322 | w_screen = gdk_screen_get_width (screen); | ^~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ color-combo-button.c:323:9: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 323 | h_screen = gdk_screen_get_height (screen); | ^~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ color-combo-button.c: In function 'dropdown_button_press_event_cb': color-combo-button.c:399:17: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 399 | gtk_menu_popup (GTK_MENU (this->priv->menu), | ^~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ CC color-history-model.o color-combo-menu.c: In function 'custom_menu_item_activate_cb': color-combo-menu.c:373:9: warning: 'gtk_color_selection_dialog_new' is deprecated: Use 'gtk_color_chooser_dialog_new' instead [-Wdeprecated-declarations] 373 | custom_dialog = gtk_color_selection_dialog_new (_("Custom Color")); | ^~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:257, from color-combo-menu.h:24, from color-combo-menu.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:74:12: note: declared here 74 | GtkWidget* gtk_color_selection_dialog_new (const gchar *title); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ color-combo-menu.c:375:9: warning: 'gtk_color_selection_dialog_get_color_selection' is deprecated: Use 'GtkColorChooser' instead [-Wdeprecated-declarations] 375 | colorsel = gtk_color_selection_dialog_get_color_selection (GTK_COLOR_SELECTION_DIALOG (custom_dialog)); | ^~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:76:12: note: declared here 76 | GtkWidget* gtk_color_selection_dialog_get_color_selection (GtkColorSelectionDialog *colorsel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ color-combo-menu.c:380:9: warning: 'gtk_color_selection_set_current_color' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations] 380 | gtk_color_selection_set_current_color (GTK_COLOR_SELECTION (colorsel), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:256: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:159:10: note: declared here 159 | void gtk_color_selection_set_current_color (GtkColorSelection *colorsel, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ color-combo-menu.c:388:17: warning: 'gtk_color_selection_get_current_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations] 388 | gtk_color_selection_get_current_color (GTK_COLOR_SELECTION (colorsel), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:162:10: note: declared here 162 | void gtk_color_selection_get_current_color (GtkColorSelection *colorsel, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC color-swatch.o CC font-combo.o CC font-combo-menu.o color-swatch.c: In function 'draw_swatch': color-swatch.c:222:9: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 222 | style = gtk_widget_get_style (GTK_WIDGET (this)); | ^~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277, from color-swatch.h:25, from color-swatch.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ font-combo.c: In function 'gl_font_combo_init': font-combo.c:125:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 125 | gtk_misc_set_alignment (GTK_MISC (this->priv->label), 0.0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from font-combo.h:25, from font-combo.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ font-combo.c:129:9: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations] 129 | arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_IN); | ^~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here 73 | GtkWidget* gtk_arrow_new (GtkArrowType arrow_type, | ^~~~~~~~~~~~~ font-combo.c: In function 'menu_position_function': font-combo.c:241:9: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 241 | w_screen = gdk_screen_get_width (screen); | ^~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ font-combo.c:242:9: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 242 | h_screen = gdk_screen_get_height (screen); | ^~~~~~~~ /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ font-combo.c: In function 'button_press_event_cb': font-combo.c:311:17: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 311 | gtk_menu_popup (GTK_MENU (this->priv->menu), | ^~~~~~~~~~~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ CC font-combo-menu-item.o CC font-sample.o CC font-util.o font-sample.c: In function 'draw_sample': font-sample.c:214:9: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 214 | style = gtk_widget_get_style (GTK_WIDGET (this)); | ^~~~~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277, from font-sample.h:25, from font-sample.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ CC font-history.o CC font-history-model.o CC cairo-label-path.o CC cairo-markup-path.o CC cairo-ellipse-path.o CC combo-util.o CC builder-util.o CC units-util.o CC str-util.o CC color.o CC debug.o CC marshal.o CC glabels-batch.o color.c: In function 'gl_color_node_expand': color.c:196:33: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] 196 | if (gdk_color_parse (text, gdk_color)) | ^~ In file included from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:26, from /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from color.h:25, from color.c:23: /tmp/work/print/glabels/work/.buildlink/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here 79 | gboolean gdk_color_parse (const gchar *spec, | ^~~~~~~~~~~~~~~ CCLD glabels-3 CCLD glabels-3-batch gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/src' gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/src' gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/src' Making all in data gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data' Making all in appdata gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/appdata' ITMRG glabels-3.appdata.xml gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/appdata' Making all in desktop gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/desktop' ITMRG glabels-3.0.desktop gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/desktop' Making all in icons gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons' Making all in 16x16 gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/16x16' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/16x16' Making all in 22x22 gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/22x22' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/22x22' Making all in 24x24 gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/24x24' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/24x24' Making all in 32x32 gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/32x32' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/32x32' Making all in 48x48 gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/48x48' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/48x48' Making all in scalable gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/scalable' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons/scalable' gmake[4]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons' gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/icons' Making all in man gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/man' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/man' Making all in mime gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/mime' ITMRG glabels-3.0.xml gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/mime' Making all in pixmaps gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/pixmaps' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/pixmaps' Making all in schemas gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/schemas' ITMRG org.gnome.glabels-3.gschema.xml GEN org.gnome.glabels-3.gschema.valid gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/schemas' Making all in ui gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/ui' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data/ui' gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/data' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data' gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/data' Making all in templates gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/templates' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/templates' Making all in help gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/help' GEN de/de.mo GEN el/el.mo GEN cs/cs.mo GEN es/es.mo GEN fr/fr.mo GEN id/id.mo GEN nl/nl.mo GEN pt_BR/pt_BR.mo GEN ru/ru.mo GEN sl/sl.mo GEN cs/ GEN de/ GEN el/ GEN es/ GEN fr/ GEN id/ GEN nl/ GEN pt_BR/ GEN ru/ GEN sl/ gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/help' Making all in docs gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/docs' Making all in libglabels gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/docs/libglabels' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/docs/libglabels' Making all in libglbarcode gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/docs/libglbarcode' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/docs/libglbarcode' gmake[3]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1/docs' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/docs' gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1/docs' gmake[2]: Entering directory '/tmp/work/print/glabels/work/glabels-3.4.1' gmake[2]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1' gmake[1]: Leaving directory '/tmp/work/print/glabels/work/glabels-3.4.1' *** Please use pkgtools/verifypc to sanity check dependencies.