=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-bulktest/comms/efax-gtk", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for efax-gtk-3.2.15nb17 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in utils --- selected_rows_handle.o --- --- utf8_utils.o --- --- toolbar_append_widget.o --- --- mono_tiff_print_manager.o --- --- selected_rows_handle.o --- CXX selected_rows_handle.o --- utf8_utils.o --- CXX utf8_utils.o --- toolbar_append_widget.o --- CXX toolbar_append_widget.o --- mono_tiff_print_manager.o --- CXX mono_tiff_print_manager.o mono_tiff_print_manager.cpp:64:41: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 64 | inline uint32 cr_get_stride(uint32 width) { | ^ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/tiffio.h:31, from mono_tiff_print_manager.cpp:34: /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ mono_tiff_print_manager.cpp:64:41: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 64 | inline uint32 cr_get_stride(uint32 width) { | ^ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ mono_tiff_print_manager.cpp: In member function 'void MonoTiffPrintManager::draw_page_impl(GtkPrintOperation*, GtkPrintContext*, int)': mono_tiff_print_manager.cpp:429:10: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 429 | uint16 samples_per_pixel; | ^~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ mono_tiff_print_manager.cpp:430:10: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 430 | uint16 bits_per_sample; | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ mono_tiff_print_manager.cpp:443:10: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 443 | uint32 height; | ^~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ mono_tiff_print_manager.cpp:444:10: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 444 | uint32 width; | ^~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ mono_tiff_print_manager.cpp:449:16: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 449 | const uint32 tiff_stride = TIFFScanlineSize(tif_h); | ^~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ mono_tiff_print_manager.cpp:450:16: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 450 | const uint32 cr_stride = cr_get_stride(tiff_stride * 8); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ mono_tiff_print_manager.cpp:451:19: warning: 'int32' is deprecated [-Wdeprecated-declarations] 451 | if (static_cast(cr_stride) == -1) { | ^~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:85:37: note: declared here 85 | typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; | ^~~~~ mono_tiff_print_manager.cpp:466:10: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 466 | uint32 row; | ^~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ --- libutils.a --- AR libutils.a --- main.o --- --- mainwindow.o --- --- tray_icon.o --- --- efax_controller.o --- --- main.o --- CXX main.o --- tray_icon.o --- CXX tray_icon.o --- efax_controller.o --- CXX efax_controller.o --- mainwindow.o --- CXX mainwindow.o --- tray_icon.o --- tray_icon.cpp: In static member function 'static void TrayIcon::CB::tray_icon_popup(guint, guint, void*)': tray_icon.cpp:59:19: warning: 'void gtk_menu_popup(GtkMenu*, GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 59 | gtk_menu_popup(GTK_MENU(instance_p->menu_h.get()), 0, 0, 0, 0, | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | button, time); | ~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from tray_icon.h:25, from tray_icon.cpp:26: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ tray_icon.cpp: In constructor 'TrayIcon::TrayIcon()': tray_icon.cpp:115:60: warning: 'GtkStatusIcon* gtk_status_icon_new()' is deprecated [-Wdeprecated-declarations] 115 | TrayIcon::TrayIcon(void): status_icon_h(gtk_status_icon_new()), | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:84:23: note: declared here 84 | GtkStatusIcon *gtk_status_icon_new (void); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:534:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 534 | #define GTK_STOCK_INDEX ((GtkStock)"gtk-index") | ^~~~~~~~ tray_icon.cpp:120:38: note: in expansion of macro 'GTK_STOCK_INDEX' 120 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ tray_icon.cpp:120:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 120 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from prog_defs.h:59, from tray_icon.h:23: tray_icon.cpp:122:53: warning: 'GtkWidget* gtk_image_menu_item_new_with_label(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations] 122 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("List received faxes"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:122:5: note: in expansion of macro 'GTK_MENU_ITEM' 122 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("List received faxes"))); | ^~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here 80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:123:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 123 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(list_received_faxes_item_p), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124 | image_p); | ~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:534:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 534 | #define GTK_STOCK_INDEX ((GtkStock)"gtk-index") | ^~~~~~~~ tray_icon.cpp:128:38: note: in expansion of macro 'GTK_STOCK_INDEX' 128 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ tray_icon.cpp:128:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 128 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:130:53: warning: 'GtkWidget* gtk_image_menu_item_new_with_label(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations] 130 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("List sent faxes"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:130:5: note: in expansion of macro 'GTK_MENU_ITEM' 130 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("List sent faxes"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here 80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:131:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 131 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(list_sent_faxes_item_p), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 132 | image_p); | ~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:534:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 534 | #define GTK_STOCK_INDEX ((GtkStock)"gtk-index") | ^~~~~~~~ tray_icon.cpp:141:38: note: in expansion of macro 'GTK_STOCK_INDEX' 141 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ tray_icon.cpp:141:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 141 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:143:53: warning: 'GtkWidget* gtk_image_menu_item_new_with_label(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations] 143 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("Redial queue"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:143:5: note: in expansion of macro 'GTK_MENU_ITEM' 143 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("Redial queue"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here 80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:144:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 144 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(redial_queue_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:1038:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1038 | #define GTK_STOCK_STOP ((GtkStock)"gtk-stop") | ^~~~~~~~ tray_icon.cpp:168:38: note: in expansion of macro 'GTK_STOCK_STOP' 168 | image_p = gtk_image_new_from_stock(GTK_STOCK_STOP, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ tray_icon.cpp:168:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 168 | image_p = gtk_image_new_from_stock(GTK_STOCK_STOP, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:170:53: warning: 'GtkWidget* gtk_image_menu_item_new_with_label(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations] 170 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("Stop"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:170:5: note: in expansion of macro 'GTK_MENU_ITEM' 170 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("Stop"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here 80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:171:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 171 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(stop_item_p), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 172 | image_p); | ~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:919:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 919 | #define GTK_STOCK_QUIT ((GtkStock)"gtk-quit") | ^~~~~~~~ tray_icon.cpp:181:38: note: in expansion of macro 'GTK_STOCK_QUIT' 181 | image_p = gtk_image_new_from_stock(GTK_STOCK_QUIT, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ tray_icon.cpp:181:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 181 | image_p = gtk_image_new_from_stock(GTK_STOCK_QUIT, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:183:53: warning: 'GtkWidget* gtk_image_menu_item_new_with_label(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations] 183 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("Quit"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:183:5: note: in expansion of macro 'GTK_MENU_ITEM' 183 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_label(gettext("Quit"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here 80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:184:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 184 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(quit_item_p), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 185 | image_p); | ~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:207:61: warning: 'gint gtk_status_icon_get_size(GtkStatusIcon*)' is deprecated [-Wdeprecated-declarations] 207 | int icon_size = std::max(std::min(gtk_status_icon_get_size(status_icon_h), 40) - 2, 22); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:125:23: note: declared here 125 | gint gtk_status_icon_get_size (GtkStatusIcon *status_icon); | ^~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp:211:36: warning: 'void gtk_status_icon_set_from_pixbuf(GtkStatusIcon*, GdkPixbuf*)' is deprecated [-Wdeprecated-declarations] 211 | gtk_status_icon_set_from_pixbuf(status_icon_h, pixbuf_h); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:97:23: note: declared here 97 | void gtk_status_icon_set_from_pixbuf (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tray_icon.cpp: In member function 'void TrayIcon::set_tooltip_cb(const char*)': tray_icon.cpp:238:35: warning: 'void gtk_status_icon_set_tooltip_text(GtkStatusIcon*, const gchar*)' is deprecated [-Wdeprecated-declarations] 238 | gtk_status_icon_set_tooltip_text(status_icon_h, strm.str().c_str()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here 137 | void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- efax_controller.o --- In file included from efax_controller.cpp:52: /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:152:29: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 152 | class Functor1: public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/string:49, from /opt/tools/gcc14/include/c++/14.3.0/bits/locale_classes.h:40, from /opt/tools/gcc14/include/c++/14.3.0/bits/ios_base.h:41, from /opt/tools/gcc14/include/c++/14.3.0/ios:44, from /opt/tools/gcc14/include/c++/14.3.0/istream:40, from /opt/tools/gcc14/include/c++/14.3.0/fstream:40, from efax_controller.cpp:31: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:169:35: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 169 | class Functor1_const: public std::unary_function { | ^~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:186:29: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 186 | class Functor2: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:203:35: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 203 | class Functor2_const: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ --- main.o --- In file included from main.cpp:56: utils/icon_info_handle.h: In member function 'void GtkIconInfoFree::operator()(GtkIconInfo*)': utils/icon_info_handle.h:38:25: warning: 'void gtk_icon_info_free(GtkIconInfo*)' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 38 | gtk_icon_info_free(obj_p); | ~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127, from main.cpp:49: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:284:23: note: declared here 284 | void gtk_icon_info_free (GtkIconInfo *icon_info); | ^~~~~~~~~~~~~~~~~~ main.cpp: In function 'int main(int, char**)': main.cpp:173:16: warning: 'void g_thread_init(gpointer)' is deprecated [-Wdeprecated-declarations] 173 | g_thread_init(0); | ~~~~~~~~~~~~~^~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib.h:115, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkconfig.h:8, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:30, from prog_defs.h:59, from main.cpp:20: /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:271:10: note: declared here 271 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~ main.cpp: In function 'void beep()': main.cpp:908:11: warning: 'void gdk_beep()' is deprecated: Use 'gdk_display_beep' instead [-Wdeprecated-declarations] 908 | gdk_beep(); | ~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:121:6: note: declared here 121 | void gdk_beep (void); | ^~~~~~~~ main.cpp: In function 'void get_window_icon()': main.cpp:944:57: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 944 | GobjHandle(gdk_pixbuf_new_from_xpm_data(window_icon_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- mainwindow.o --- In file included from mainwindow.cpp:50: utils/icon_info_handle.h: In member function 'void GtkIconInfoFree::operator()(GtkIconInfo*)': utils/icon_info_handle.h:38:25: warning: 'void gtk_icon_info_free(GtkIconInfo*)' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 38 | gtk_icon_info_free(obj_p); | ~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127, from mainwindow.h:34, from mainwindow.cpp:43: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:284:23: note: declared here 284 | void gtk_icon_info_free (GtkIconInfo *icon_info); | ^~~~~~~~~~~~~~~~~~ mainwindow.cpp: In constructor 'MainWindow::MainWindow(const std::string&, bool, bool, const char*)': mainwindow.cpp:294:58: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 294 | GtkWidget* drawing_area_alignment_p = gtk_alignment_new(1, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from mainwindow.cpp:38: mainwindow.cpp:300:57: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 300 | GtkTable* file_entry_table_p = GTK_TABLE(gtk_table_new(3, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:300:34: note: in expansion of macro 'GTK_TABLE' 300 | GtkTable* file_entry_table_p = GTK_TABLE(gtk_table_new(3, 3, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ mainwindow.cpp:301:50: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 301 | GtkTable* win_table_p = GTK_TABLE(gtk_table_new(5, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:301:27: note: in expansion of macro 'GTK_TABLE' 301 | GtkTable* win_table_p = GTK_TABLE(gtk_table_new(5, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ mainwindow.cpp:321:56: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 321 | GtkBox* fax_method_radio_box_p = GTK_BOX(gtk_hbox_new(false, 0)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:321:36: note: in expansion of macro 'GTK_BOX' 321 | GtkBox* fax_method_radio_box_p = GTK_BOX(gtk_hbox_new(false, 0)); | ^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ mainwindow.cpp:333:50: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 333 | GtkBox* fax_method_box_p = GTK_BOX(gtk_hbox_new(false, 0)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:333:30: note: in expansion of macro 'GTK_BOX' 333 | GtkBox* fax_method_box_p = GTK_BOX(gtk_hbox_new(false, 0)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ mainwindow.cpp:341:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 341 | gtk_table_attach(file_entry_table_p, file_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 342 | 0, 3, 0, 1, | ~~~~~~~~~~~ 343 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 344 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:345:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 345 | gtk_table_attach(file_entry_table_p, GTK_WIDGET(fax_method_box_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | 0, 3, 1, 2, | ~~~~~~~~~~~ 347 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 348 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:349:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 349 | gtk_table_attach(file_entry_table_p, single_file_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 350 | 0, 1, 2, 3, | ~~~~~~~~~~~ 351 | GTK_EXPAND, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 352 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:353:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 353 | gtk_table_attach(file_entry_table_p, multiple_file_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 354 | 1, 2, 2, 3, | ~~~~~~~~~~~ 355 | GTK_EXPAND, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 356 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:357:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 357 | gtk_table_attach(file_entry_table_p, socket_list_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 358 | 2, 3, 2, 3, | ~~~~~~~~~~~ 359 | GTK_EXPAND, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 360 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:366:46: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 366 | GtkBox* number_box_p = GTK_BOX(gtk_hbox_new(false, 0)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:366:26: note: in expansion of macro 'GTK_BOX' 366 | GtkBox* number_box_p = GTK_BOX(gtk_hbox_new(false, 0)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ mainwindow.cpp:372:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 372 | gtk_table_attach(win_table_p, file_entry_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 373 | 0, 3, 0, 1, | ~~~~~~~~~~~ 374 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 375 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:376:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 376 | gtk_table_attach(win_table_p, GTK_WIDGET(number_box_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 377 | 0, 3, 1, 2, | ~~~~~~~~~~~ 378 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 379 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:380:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 380 | gtk_table_attach(win_table_p, text_window.get_main_widget(), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 381 | 0, 3, 2, 3, | ~~~~~~~~~~~ 382 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 383 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:385:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 385 | gtk_table_attach(win_table_p, send_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 386 | 0, 1, 3, 4, | ~~~~~~~~~~~ 387 | GTK_EXPAND, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 388 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:389:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 389 | gtk_table_attach(win_table_p, receive_answer_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 390 | 1, 2, 3, 4, | ~~~~~~~~~~~ 391 | GTK_EXPAND, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 392 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:393:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 393 | gtk_table_attach(win_table_p, receive_takeover_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 394 | 2, 3, 3, 4, | ~~~~~~~~~~~ 395 | GTK_EXPAND, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 396 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:398:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 398 | gtk_table_attach(win_table_p, receive_standby_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 399 | 0, 1, 4, 5, | ~~~~~~~~~~~ 400 | GTK_EXPAND, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 401 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:402:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 402 | gtk_table_attach(win_table_p, stop_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 403 | 2, 3, 4, 5, | ~~~~~~~~~~~ 404 | GTK_EXPAND, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 405 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ mainwindow.cpp:481:72: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 481 | about_pixbuf_h = GobjHandle(gdk_pixbuf_new_from_xpm_data(about_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from prog_defs.h:59, from mainwindow.h:23: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:534:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 534 | #define GTK_STOCK_INDEX ((GtkStock)"gtk-index") | ^~~~~~~~ mainwindow.cpp:488:38: note: in expansion of macro 'GTK_STOCK_INDEX' 488 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:488:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 488 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:490:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 490 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("List _received faxes"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:490:5: note: in expansion of macro 'GTK_MENU_ITEM' 490 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("List _received faxes"))); | ^~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:491:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 491 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(list_received_faxes_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:534:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 534 | #define GTK_STOCK_INDEX ((GtkStock)"gtk-index") | ^~~~~~~~ mainwindow.cpp:495:38: note: in expansion of macro 'GTK_STOCK_INDEX' 495 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:495:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 495 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:497:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 497 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_List sent faxes"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:497:5: note: in expansion of macro 'GTK_MENU_ITEM' 497 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_List sent faxes"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:498:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 498 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(list_sent_faxes_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:765:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 765 | #define GTK_STOCK_OPEN ((GtkStock)"gtk-open") | ^~~~~~~~ mainwindow.cpp:512:38: note: in expansion of macro 'GTK_STOCK_OPEN' 512 | image_p = gtk_image_new_from_stock(GTK_STOCK_OPEN, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:512:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 512 | image_p = gtk_image_new_from_stock(GTK_STOCK_OPEN, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:514:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 514 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Enter single file"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:514:5: note: in expansion of macro 'GTK_MENU_ITEM' 514 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Enter single file"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:515:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 515 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(single_file_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:765:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 765 | #define GTK_STOCK_OPEN ((GtkStock)"gtk-open") | ^~~~~~~~ mainwindow.cpp:519:38: note: in expansion of macro 'GTK_STOCK_OPEN' 519 | image_p = gtk_image_new_from_stock(GTK_STOCK_OPEN, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:519:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 519 | image_p = gtk_image_new_from_stock(GTK_STOCK_OPEN, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:521:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 521 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("Enter _multiple files"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:521:5: note: in expansion of macro 'GTK_MENU_ITEM' 521 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("Enter _multiple files"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:522:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 522 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(multiple_file_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:534:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 534 | #define GTK_STOCK_INDEX ((GtkStock)"gtk-index") | ^~~~~~~~ mainwindow.cpp:541:38: note: in expansion of macro 'GTK_STOCK_INDEX' 541 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:541:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 541 | image_p = gtk_image_new_from_stock(GTK_STOCK_INDEX, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:543:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 543 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("Re_dial queue"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:543:5: note: in expansion of macro 'GTK_MENU_ITEM' 543 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("Re_dial queue"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:544:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 544 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(redial_queue_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:838:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 838 | #define GTK_STOCK_PREFERENCES ((GtkStock)"gtk-preferences") | ^~~~~~~~ mainwindow.cpp:553:38: note: in expansion of macro 'GTK_STOCK_PREFERENCES' 553 | image_p = gtk_image_new_from_stock(GTK_STOCK_PREFERENCES, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:553:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 553 | image_p = gtk_image_new_from_stock(GTK_STOCK_PREFERENCES, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:555:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 555 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Settings"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:555:5: note: in expansion of macro 'GTK_MENU_ITEM' 555 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Settings"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:556:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 556 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(settings_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:919:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 919 | #define GTK_STOCK_QUIT ((GtkStock)"gtk-quit") | ^~~~~~~~ mainwindow.cpp:565:38: note: in expansion of macro 'GTK_STOCK_QUIT' 565 | image_p = gtk_image_new_from_stock(GTK_STOCK_QUIT, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:565:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 565 | image_p = gtk_image_new_from_stock(GTK_STOCK_QUIT, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:567:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 567 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Quit"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:567:5: note: in expansion of macro 'GTK_MENU_ITEM' 567 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Quit"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:568:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 568 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(quit_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:847:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 847 | #define GTK_STOCK_PRINT ((GtkStock)"gtk-print") | ^~~~~~~~ mainwindow.cpp:576:38: note: in expansion of macro 'GTK_STOCK_PRINT' 576 | image_p = gtk_image_new_from_stock(GTK_STOCK_PRINT, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:576:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 576 | image_p = gtk_image_new_from_stock(GTK_STOCK_PRINT, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:578:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 578 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Print logfile"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:578:5: note: in expansion of macro 'GTK_MENU_ITEM' 578 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Print logfile"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:579:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 579 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(print_log_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:838:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 838 | #define GTK_STOCK_PREFERENCES ((GtkStock)"gtk-preferences") | ^~~~~~~~ mainwindow.cpp:608:40: note: in expansion of macro 'GTK_STOCK_PREFERENCES' 608 | image_p = gtk_image_new_from_stock(GTK_STOCK_PREFERENCES, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:608:39: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 608 | image_p = gtk_image_new_from_stock(GTK_STOCK_PREFERENCES, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:611:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 611 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("Print logfile page _setup"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:611:5: note: in expansion of macro 'GTK_MENU_ITEM' 611 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("Print logfile page _setup"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:612:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 612 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(page_setup_log_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:617:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 617 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(view_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:621:58: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 621 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_View logfile"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:621:7: note: in expansion of macro 'GTK_MENU_ITEM' 621 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_View logfile"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:622:34: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 622 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(view_log_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:638:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 638 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("About efax-_gtk"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:638:5: note: in expansion of macro 'GTK_MENU_ITEM' 638 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("About efax-_gtk"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:639:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 639 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(about_efax_gtk_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:645:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 645 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("About _efax"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:645:5: note: in expansion of macro 'GTK_MENU_ITEM' 645 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("About _efax"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:646:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 646 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(about_efax_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:516:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 516 | #define GTK_STOCK_HELP ((GtkStock)"gtk-help") | ^~~~~~~~ mainwindow.cpp:660:38: note: in expansion of macro 'GTK_STOCK_HELP' 660 | image_p = gtk_image_new_from_stock(GTK_STOCK_HELP, GTK_ICON_SIZE_MENU); | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ mainwindow.cpp:660:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 660 | image_p = gtk_image_new_from_stock(GTK_STOCK_HELP, GTK_ICON_SIZE_MENU); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:662:56: warning: 'GtkWidget* gtk_image_menu_item_new_with_mnemonic(const gchar*)' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 662 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Help"))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:38:40: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 38 | #define GTK_MENU_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MENU_ITEM, GtkMenuItem)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:662:5: note: in expansion of macro 'GTK_MENU_ITEM' 662 | GTK_MENU_ITEM(gtk_image_menu_item_new_with_mnemonic(gettext("_Help"))); | ^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:663:32: warning: 'void gtk_image_menu_item_set_image(GtkImageMenuItem*, GtkWidget*)' is deprecated [-Wdeprecated-declarations] 663 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(help_item_p), image_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:716:46: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 716 | GtkBox* window_box_p = GTK_BOX(gtk_vbox_new(false, 0)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:716:26: note: in expansion of macro 'GTK_BOX' 716 | GtkBox* window_box_p = GTK_BOX(gtk_vbox_new(false, 0)); | ^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ mainwindow.cpp:754:32: warning: 'void gtk_container_set_focus_chain(GtkContainer*, GList*)' is deprecated [-Wdeprecated-declarations] 754 | gtk_container_set_focus_chain(GTK_CONTAINER(win_table_p), focus_chain_p); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbin.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:35, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkcontainer.h:177:10: note: declared here 177 | void gtk_container_set_focus_chain (GtkContainer *container, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp:886:25: warning: 'GtkIconSize gtk_icon_size_register(const gchar*, gint, gint)' is deprecated [-Wdeprecated-declarations] 886 | gtk_icon_size_register("EFAX_GTK_BUTTON_SIZE", 22, 22); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:27: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:122:23: note: declared here 122 | GtkIconSize gtk_icon_size_register (const gchar *name, | ^~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp: In member function 'bool MainWindow::draw_fax_from_socket_notifier(cairo_t*)': mainwindow.cpp:1852:45: warning: 'void gtk_style_context_get_background_color(GtkStyleContext*, GtkStateFlags, GdkRGBA*)' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] 1852 | gtk_style_context_get_background_color(gtk_widget_get_style_context(drawing_area_p), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1853 | gtk_widget_get_state_flags(drawing_area_p), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1854 | &colour); | ~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here 1201 | void gtk_style_context_get_background_color (GtkStyleContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainwindow.cpp: In constructor 'StatusLine::StatusLine(int)': mainwindow.cpp:2101:61: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 2101 | MainWidgetBase(gtk_hbox_new(false, 0)), | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ mainwindow.cpp: In member function 'void StatusLine::set_status_line(const Cgu::SharedPtr > >&)': mainwindow.cpp:2164:28: warning: 'void gtk_widget_override_color(GtkWidget*, GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations] 2164 | gtk_widget_override_color(status_label_p, GTK_STATE_FLAG_NORMAL, &red); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here 1144 | void gtk_widget_override_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~ --- settings.o --- CXX settings.o --- socket_list.o --- CXX socket_list.o --- settings.o --- settings.cpp: In constructor 'IdentityPage::IdentityPage(int)': settings.cpp:74:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 74 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255, from settings.h:30, from settings.cpp:34: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from settings.cpp:32: settings.cpp:76:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 76 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:76:23: note: in expansion of macro 'GTK_TABLE' 76 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 3, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:85:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 85 | gtk_misc_set_alignment(GTK_MISC(name_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:86:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 86 | gtk_misc_set_alignment(GTK_MISC(number_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:98:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 98 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:105:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 105 | gtk_table_attach(table_p, name_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 106 | 0, 1, 0, 1, | ~~~~~~~~~~~ 107 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 108 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:109:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 109 | gtk_table_attach(table_p, name_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 110 | 1, 2, 0, 1, | ~~~~~~~~~~~ 111 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:113:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 113 | gtk_table_attach(table_p, name_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114 | 2, 3, 0, 1, | ~~~~~~~~~~~ 115 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 116 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:118:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 118 | gtk_table_attach(table_p, number_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 119 | 0, 1, 1, 2, | ~~~~~~~~~~~ 120 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 121 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:122:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 122 | gtk_table_attach(table_p, number_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 123 | 1, 2, 1, 2, | ~~~~~~~~~~~ 124 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:126:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 126 | gtk_table_attach(table_p, number_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127 | 2, 3, 1, 2, | ~~~~~~~~~~~ 128 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 129 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'ModemPage::ModemPage(int)': settings.cpp:196:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 196 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:198:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 198 | GtkTable* table_p = GTK_TABLE(gtk_table_new(6, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:198:23: note: in expansion of macro 'GTK_TABLE' 198 | GtkTable* table_p = GTK_TABLE(gtk_table_new(6, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:215:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 215 | gtk_misc_set_alignment(GTK_MISC(device_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:216:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 216 | gtk_misc_set_alignment(GTK_MISC(lock_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:217:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 217 | gtk_misc_set_alignment(GTK_MISC(capabilities_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:218:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 218 | gtk_misc_set_alignment(GTK_MISC(rings_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:219:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 219 | gtk_misc_set_alignment(GTK_MISC(class_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:220:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 220 | gtk_misc_set_alignment(GTK_MISC(dialmode_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:229:45: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 229 | GtkBox* class_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:229:25: note: in expansion of macro 'GTK_BOX' 229 | GtkBox* class_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:238:55: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 238 | GtkWidget* class_box_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:247:48: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 247 | GtkBox* dialmode_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:247:28: note: in expansion of macro 'GTK_BOX' 247 | GtkBox* dialmode_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:252:58: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 252 | GtkWidget* dialmode_box_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:267:63: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 267 | GtkWidget* rings_spin_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:279:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 279 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:294:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 294 | gtk_table_attach(table_p, device_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 295 | 0, 1, 0, 1, | ~~~~~~~~~~~ 296 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 297 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:298:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 298 | gtk_table_attach(table_p, device_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 299 | 1, 2, 0, 1, | ~~~~~~~~~~~ 300 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 301 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:302:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 302 | gtk_table_attach(table_p, device_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 303 | 2, 3, 0, 1, | ~~~~~~~~~~~ 304 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 305 | standard_size/3, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:307:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 307 | gtk_table_attach(table_p, lock_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 308 | 0, 1, 1, 2, | ~~~~~~~~~~~ 309 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 310 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:311:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 311 | gtk_table_attach(table_p, lock_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 312 | 1, 2, 1, 2, | ~~~~~~~~~~~ 313 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 314 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:315:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 315 | gtk_table_attach(table_p, lock_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 316 | 2, 3, 1, 2, | ~~~~~~~~~~~ 317 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 318 | standard_size/3, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:320:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 320 | gtk_table_attach(table_p, capabilities_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 321 | 0, 1, 2, 3, | ~~~~~~~~~~~ 322 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 323 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:324:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 324 | gtk_table_attach(table_p, capabilities_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 325 | 1, 2, 2, 3, | ~~~~~~~~~~~ 326 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:328:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 328 | gtk_table_attach(table_p, capabilities_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 329 | 2, 3, 2, 3, | ~~~~~~~~~~~ 330 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 331 | standard_size/3, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:333:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 333 | gtk_table_attach(table_p, rings_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 334 | 0, 1, 3, 4, | ~~~~~~~~~~~ 335 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 336 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:337:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 337 | gtk_table_attach(table_p, rings_spin_button_alignment_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 338 | 1, 2, 3, 4, | ~~~~~~~~~~~ 339 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 340 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:341:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 341 | gtk_table_attach(table_p, rings_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 342 | 2, 3, 3, 4, | ~~~~~~~~~~~ 343 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 344 | standard_size/3, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:346:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 346 | gtk_table_attach(table_p, class_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 347 | 0, 1, 4, 5, | ~~~~~~~~~~~ 348 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 349 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:350:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 350 | gtk_table_attach(table_p, class_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 351 | 1, 2, 4, 5, | ~~~~~~~~~~~ 352 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 353 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:354:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 354 | gtk_table_attach(table_p, class_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 355 | 2, 3, 4, 5, | ~~~~~~~~~~~ 356 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 357 | standard_size/3, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:359:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 359 | gtk_table_attach(table_p, dialmode_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ 360 | 0, 1, 5, 6, | ~~~~~~~~~~~ 361 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 362 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:363:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 363 | gtk_table_attach(table_p, dialmode_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | 1, 2, 5, 6, | ~~~~~~~~~~~ 365 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 366 | standard_size/5, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:367:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 367 | gtk_table_attach(table_p, dialmode_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 368 | 2, 3, 5, 6, | ~~~~~~~~~~~ 369 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 370 | standard_size/3, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'ParmsPage::ParmsPage(int)': settings.cpp:513:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 513 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:515:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 515 | GtkTable* table_p = GTK_TABLE(gtk_table_new(3, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:515:23: note: in expansion of macro 'GTK_TABLE' 515 | GtkTable* table_p = GTK_TABLE(gtk_table_new(3, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:526:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 526 | gtk_misc_set_alignment(GTK_MISC(init_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:527:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 527 | gtk_misc_set_alignment(GTK_MISC(reset_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:528:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 528 | gtk_misc_set_alignment(GTK_MISC(parms_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:543:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 543 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:552:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 552 | gtk_table_attach(table_p, init_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 553 | 0, 1, 0, 1, | ~~~~~~~~~~~ 554 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 555 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:556:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 556 | gtk_table_attach(table_p, init_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 557 | 1, 2, 0, 1, | ~~~~~~~~~~~ 558 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 559 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:560:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 560 | gtk_table_attach(table_p, init_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 561 | 2, 3, 0, 1, | ~~~~~~~~~~~ 562 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 563 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:565:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 565 | gtk_table_attach(table_p, reset_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 566 | 0, 1, 1, 2, | ~~~~~~~~~~~ 567 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 568 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:569:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 569 | gtk_table_attach(table_p, reset_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 570 | 1, 2, 1, 2, | ~~~~~~~~~~~ 571 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 572 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:573:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 573 | gtk_table_attach(table_p, reset_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 574 | 2, 3, 1, 2, | ~~~~~~~~~~~ 575 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 576 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:578:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 578 | gtk_table_attach(table_p, parms_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 579 | 0, 1, 2, 3, | ~~~~~~~~~~~ 580 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 581 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:582:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 582 | gtk_table_attach(table_p, parms_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 583 | 1, 2, 2, 3, | ~~~~~~~~~~~ 584 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 585 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:586:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 586 | gtk_table_attach(table_p, parms_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 587 | 2, 3, 2, 3, | ~~~~~~~~~~~ 588 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 589 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'PrintPage::PrintPage(int)': settings.cpp:667:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 667 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:669:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 669 | GtkTable* table_p = GTK_TABLE(gtk_table_new(4, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:669:23: note: in expansion of macro 'GTK_TABLE' 669 | GtkTable* table_p = GTK_TABLE(gtk_table_new(4, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:682:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 682 | gtk_misc_set_alignment(GTK_MISC(gtkprint_label_h.get()), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:683:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 683 | gtk_misc_set_alignment(GTK_MISC(command_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:684:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 684 | gtk_misc_set_alignment(GTK_MISC(shrink_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:685:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 685 | gtk_misc_set_alignment(GTK_MISC(popup_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:687:70: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 687 | GobjHandle gtkprint_button_alignment_h(gtk_alignment_new(0, 0.5, 0, 1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:698:64: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 698 | GtkWidget* shrink_spin_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:701:58: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 701 | GtkWidget* popup_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:714:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 714 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:725:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 725 | gtk_table_attach(table_p, gtkprint_label_h, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ 726 | 0, 1, 0, 1, | ~~~~~~~~~~~ 727 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 728 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:729:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 729 | gtk_table_attach(table_p, gtkprint_button_alignment_h, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 730 | 1, 2, 0, 1, | ~~~~~~~~~~~ 731 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 732 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:733:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 733 | gtk_table_attach(table_p, gtkprint_help_button_h, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 734 | 2, 3, 0, 1, | ~~~~~~~~~~~ 735 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 736 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:738:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 738 | gtk_table_attach(table_p, command_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 739 | 0, 1, 1, 2, | ~~~~~~~~~~~ 740 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 741 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:742:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 742 | gtk_table_attach(table_p, command_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 743 | 1, 2, 1, 2, | ~~~~~~~~~~~ 744 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 745 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:746:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 746 | gtk_table_attach(table_p, command_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 747 | 2, 3, 1, 2, | ~~~~~~~~~~~ 748 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 749 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:751:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 751 | gtk_table_attach(table_p, shrink_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 752 | 0, 1, 2, 3, | ~~~~~~~~~~~ 753 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 754 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:755:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 755 | gtk_table_attach(table_p, shrink_spin_button_alignment_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 756 | 1, 2, 2, 3, | ~~~~~~~~~~~ 757 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 758 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:759:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 759 | gtk_table_attach(table_p, shrink_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 760 | 2, 3, 2, 3, | ~~~~~~~~~~~ 761 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 762 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:764:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 764 | gtk_table_attach(table_p, popup_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 765 | 0, 1, 3, 4, | ~~~~~~~~~~~ 766 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 767 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:768:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 768 | gtk_table_attach(table_p, popup_button_alignment_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 769 | 1, 2, 3, 4, | ~~~~~~~~~~~ 770 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 771 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:772:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 772 | gtk_table_attach(table_p, popup_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 773 | 2, 3, 3, 4, | ~~~~~~~~~~~ 774 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 775 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'ViewPage::ViewPage(int)': settings.cpp:894:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 894 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:896:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 896 | GtkTable* table_p = GTK_TABLE(gtk_table_new(1, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:896:23: note: in expansion of macro 'GTK_TABLE' 896 | GtkTable* table_p = GTK_TABLE(gtk_table_new(1, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:909:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 909 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:914:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 914 | gtk_table_attach(table_p, ps_view_command_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 915 | 0, 1, 0, 1, | ~~~~~~~~~~~ 916 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 917 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:918:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 918 | gtk_table_attach(table_p, ps_view_command_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 919 | 1, 2, 0, 1, | ~~~~~~~~~~~ 920 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 921 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:922:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 922 | gtk_table_attach(table_p, ps_view_command_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 923 | 2, 3, 0, 1, | ~~~~~~~~~~~ 924 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 925 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'SockPage::SockPage(int)': settings.cpp:980:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 980 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:982:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 982 | GtkTable* table_p = GTK_TABLE(gtk_table_new(5, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:982:23: note: in expansion of macro 'GTK_TABLE' 982 | GtkTable* table_p = GTK_TABLE(gtk_table_new(5, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:997:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 997 | gtk_misc_set_alignment(GTK_MISC(run_server_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:998:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 998 | gtk_misc_set_alignment(GTK_MISC(popup_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:999:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 999 | gtk_misc_set_alignment(GTK_MISC(port_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1000:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1000 | gtk_misc_set_alignment(GTK_MISC(client_address_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1001:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1001 | gtk_misc_set_alignment(GTK_MISC(ip_family_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ --- socket_notify.o --- --- settings.o --- settings.cpp:1003:63: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1003 | GtkWidget* run_server_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1004:58: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1004 | GtkWidget* popup_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1014:62: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1014 | GtkWidget* port_spin_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1026:54: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1026 | GtkBox* client_address_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1026:34: note: in expansion of macro 'GTK_BOX' 1026 | GtkBox* client_address_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:1031:64: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1031 | GtkWidget* client_address_box_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1036:60: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1036 | GtkBox* client_address_frame_box_p = GTK_BOX(gtk_vbox_new(false, 0)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1036:40: note: in expansion of macro 'GTK_BOX' 1036 | GtkBox* client_address_frame_box_p = GTK_BOX(gtk_vbox_new(false, 0)); | ^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:1050:49: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1050 | GtkBox* ip_family_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1050:29: note: in expansion of macro 'GTK_BOX' 1050 | GtkBox* ip_family_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:1055:59: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1055 | GtkWidget* ip_family_box_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1069:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 1069 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1082:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1082 | gtk_table_attach(table_p, run_server_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1083 | 0, 1, 0, 1, | ~~~~~~~~~~~ 1084 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1085 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1086:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1086 | gtk_table_attach(table_p, run_server_button_alignment_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1087 | 1, 2, 0, 1, | ~~~~~~~~~~~ 1088 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1089 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1090:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1090 | gtk_table_attach(table_p, run_server_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1091 | 2, 3, 0, 1, | ~~~~~~~~~~~ 1092 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1093 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1095:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1095 | gtk_table_attach(table_p, popup_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 1096 | 0, 1, 1, 2, | ~~~~~~~~~~~ 1097 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1098 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1099:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1099 | gtk_table_attach(table_p, popup_button_alignment_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1100 | 1, 2, 1, 2, | ~~~~~~~~~~~ 1101 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1102 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1103:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1103 | gtk_table_attach(table_p, popup_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1104 | 2, 3, 1, 2, | ~~~~~~~~~~~ 1105 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1106 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1108:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1108 | gtk_table_attach(table_p, port_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 1109 | 0, 1, 2, 3, | ~~~~~~~~~~~ 1110 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1111 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1112:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1112 | gtk_table_attach(table_p, port_spin_button_alignment_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1113 | 1, 2, 2, 3, | ~~~~~~~~~~~ 1114 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1115 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1116:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1116 | gtk_table_attach(table_p, port_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1117 | 2, 3, 2, 3, | ~~~~~~~~~~~ 1118 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1119 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1121:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1121 | gtk_table_attach(table_p, client_address_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1122 | 0, 1, 3, 4, | ~~~~~~~~~~~ 1123 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1124 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- socket_notify.o --- CXX socket_notify.o --- settings.o --- /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1125:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1125 | gtk_table_attach(table_p, client_address_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1126 | 1, 2, 3, 4, | ~~~~~~~~~~~ 1127 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1128 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1129:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1129 | gtk_table_attach(table_p, client_address_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1130 | 2, 3, 3, 4, | ~~~~~~~~~~~ 1131 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1132 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1134:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1134 | gtk_table_attach(table_p, ip_family_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1135 | 0, 1, 4, 5, | ~~~~~~~~~~~ 1136 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1137 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1138:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1138 | gtk_table_attach(table_p, ip_family_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1139 | 1, 2, 4, 5, | ~~~~~~~~~~~ 1140 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1141 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1142:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1142 | gtk_table_attach(table_p, ip_family_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1143 | 2, 3, 4, 5, | ~~~~~~~~~~~ 1144 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1145 | standard_size/4, standard_size/5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'ReceivePage::ReceivePage(int)': settings.cpp:1310:55: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1310 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1312:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1312 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1312:23: note: in expansion of macro 'GTK_TABLE' 1312 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:1321:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1321 | gtk_misc_set_alignment(GTK_MISC(popup_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1322:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1322 | gtk_misc_set_alignment(GTK_MISC(exec_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1324:58: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1324 | GtkWidget* popup_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1325:57: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1325 | GtkWidget* exec_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1339:50: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1339 | GtkBox* exec_frame_box_p = GTK_BOX(gtk_vbox_new(false, 0)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1339:30: note: in expansion of macro 'GTK_BOX' 1339 | GtkBox* exec_frame_box_p = GTK_BOX(gtk_vbox_new(false, 0)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:1359:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 1359 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1366:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1366 | gtk_table_attach(table_p, popup_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 1367 | 0, 1, 0, 1, | ~~~~~~~~~~~ 1368 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1369 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1370:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1370 | gtk_table_attach(table_p, popup_button_alignment_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1371 | 1, 2, 0, 1, | ~~~~~~~~~~~ 1372 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1373 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1374:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1374 | gtk_table_attach(table_p, popup_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1375 | 2, 3, 0, 1, | ~~~~~~~~~~~ 1376 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1377 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1379:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1379 | gtk_table_attach(table_p, exec_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 1380 | 0, 1, 1, 2, | ~~~~~~~~~~~ 1381 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1382 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1383:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1383 | gtk_table_attach(table_p, exec_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 1384 | 1, 2, 1, 2, | ~~~~~~~~~~~ 1385 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1386 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1387:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1387 | gtk_table_attach(table_p, exec_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1388 | 2, 3, 1, 2, | ~~~~~~~~~~~ 1389 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1390 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'SendPage::SendPage(int)': settings.cpp:1497:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1497 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1499:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1499 | GtkTable* table_p = GTK_TABLE(gtk_table_new(4, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1499:23: note: in expansion of macro 'GTK_TABLE' 1499 | GtkTable* table_p = GTK_TABLE(gtk_table_new(4, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:1514:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1514 | gtk_misc_set_alignment(GTK_MISC(res_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1515:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1515 | gtk_misc_set_alignment(GTK_MISC(header_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1516:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1516 | gtk_misc_set_alignment(GTK_MISC(redial_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1517:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1517 | gtk_misc_set_alignment(GTK_MISC(redial_spin_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1518:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1518 | gtk_misc_set_alignment(GTK_MISC(dial_prefix_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1523:53: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1523 | GtkWidget* res_box_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1524:43: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1524 | GtkBox* res_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1524:23: note: in expansion of macro 'GTK_BOX' 1524 | GtkBox* res_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:1534:59: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1534 | GtkWidget* header_button_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1539:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1539 | GtkWidget* redial_box_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1540:46: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1540 | GtkBox* redial_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1540:26: note: in expansion of macro 'GTK_BOX' 1540 | GtkBox* redial_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:1572:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 1572 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1583:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1583 | gtk_table_attach(table_p, res_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 1584 | 0, 1, 0, 1, | ~~~~~~~~~~~ 1585 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1586 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1587:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1587 | gtk_table_attach(table_p, res_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 1588 | 1, 2, 0, 1, | ~~~~~~~~~~~ 1589 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1590 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1591:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1591 | gtk_table_attach(table_p, res_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1592 | 2, 3, 0, 1, | ~~~~~~~~~~~ 1593 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1594 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1596:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1596 | gtk_table_attach(table_p, header_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 1597 | 0, 1, 1, 2, | ~~~~~~~~~~~ 1598 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1599 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1600:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1600 | gtk_table_attach(table_p, header_button_alignment_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1601 | 1, 2, 1, 2, | ~~~~~~~~~~~ 1602 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1603 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1604:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1604 | gtk_table_attach(table_p, header_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1605 | 2, 3, 1, 2, | ~~~~~~~~~~~ 1606 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1607 | standard_size/4, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1609:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1609 | gtk_table_attach(table_p, redial_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 1610 | 0, 1, 2, 3, | ~~~~~~~~~~~ 1611 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1612 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1613:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1613 | gtk_table_attach(table_p, redial_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 1614 | 1, 2, 2, 3, | ~~~~~~~~~~~ 1615 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1616 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1617:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1617 | gtk_table_attach(table_p, redial_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1618 | 2, 3, 2, 3, | ~~~~~~~~~~~ 1619 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1620 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1622:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1622 | gtk_table_attach(table_p, dial_prefix_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1623 | 0, 1, 3, 4, | ~~~~~~~~~~~ 1624 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1625 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1626:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1626 | gtk_table_attach(table_p, dial_prefix_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1627 | 1, 2, 3, 4, | ~~~~~~~~~~~ 1628 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1629 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1630:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1630 | gtk_table_attach(table_p, dial_prefix_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1631 | 2, 3, 3, 4, | ~~~~~~~~~~~ 1632 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1633 | standard_size/3, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'LoggingPage::LoggingPage(int)': settings.cpp:1769:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1769 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1771:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1771 | GtkTable* table_p = GTK_TABLE(gtk_table_new(1, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1771:23: note: in expansion of macro 'GTK_TABLE' 1771 | GtkTable* table_p = GTK_TABLE(gtk_table_new(1, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:1784:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 1784 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1789:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1789 | gtk_table_attach(table_p, logfile_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 1790 | 0, 1, 0, 1, | ~~~~~~~~~~~ 1791 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1792 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1793:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1793 | gtk_table_attach(table_p, logfile_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 1794 | 1, 2, 0, 1, | ~~~~~~~~~~~ 1795 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1796 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1797:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1797 | gtk_table_attach(table_p, logfile_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1798 | 2, 3, 0, 1, | ~~~~~~~~~~~ 1799 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1800 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp: In constructor 'PagePage::PagePage(int)': settings.cpp:1832:56: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1832 | MainWidgetBase(gtk_alignment_new(0.5, 0.5, 1, 0)) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1834:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1834 | GtkTable* table_p = GTK_TABLE(gtk_table_new(1, 3, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1834:23: note: in expansion of macro 'GTK_TABLE' 1834 | GtkTable* table_p = GTK_TABLE(gtk_table_new(1, 3, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:1846:54: warning: 'GtkWidget* gtk_alignment_new(gfloat, gfloat, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 1846 | GtkWidget* page_box_alignment_p = gtk_alignment_new(0, 0.5, 0, 1); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ settings.cpp:1847:44: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1847 | GtkBox* page_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1847:24: note: in expansion of macro 'GTK_BOX' 1847 | GtkBox* page_box_p = GTK_BOX(gtk_hbox_new(false, 2)); | ^~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ settings.cpp:1866:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 1866 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(help_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1871:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1871 | gtk_table_attach(table_p, page_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 1872 | 0, 1, 0, 1, | ~~~~~~~~~~~ 1873 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 1874 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1875:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1875 | gtk_table_attach(table_p, page_frame_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 1876 | 1, 2, 0, 1, | ~~~~~~~~~~~ 1877 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1878 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:1879:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1879 | gtk_table_attach(table_p, page_help_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1880 | 2, 3, 0, 1, | ~~~~~~~~~~~ 1881 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 1882 | standard_size/3, standard_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: settings.cpp: In constructor 'SettingsDialog::SettingsDialog(int, GtkWindow*, bool)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 756 | #define GTK_STOCK_OK ((GtkStock)"gtk-ok") | ^~~~~~~~ settings.cpp:1961:43: note: in expansion of macro 'GTK_STOCK_OK' 1961 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ settings.cpp:1961:42: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1961 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 159 | #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") | ^~~~~~~~ settings.cpp:1962:47: note: in expansion of macro 'GTK_STOCK_CANCEL' 1962 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ settings.cpp:1962:46: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1962 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1966:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 1966 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ settings.cpp:1967:53: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1967 | GtkTable* window_table_p = GTK_TABLE(gtk_table_new(2, 2, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings.cpp:1967:30: note: in expansion of macro 'GTK_TABLE' 1967 | GtkTable* window_table_p = GTK_TABLE(gtk_table_new(2, 2, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.cpp:2002:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2002 | gtk_table_attach(window_table_p, GTK_WIDGET(notebook_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2003 | 0, 2, 0, 1, | ~~~~~~~~~~~ 2004 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2005 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:2006:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2006 | gtk_table_attach(window_table_p, label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2007 | 0, 1, 1, 2, | ~~~~~~~~~~~ 2008 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2009 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.cpp:2010:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2010 | gtk_table_attach(window_table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2011 | 1, 2, 1, 2, | ~~~~~~~~~~~ 2012 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2013 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ --- socket_list.o --- In file included from socket_list.cpp:39: /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:152:29: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 152 | class Functor1: public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/bits/refwrap.h:39, from /opt/tools/gcc14/include/c++/14.3.0/vector:68, from socket_list.cpp:26: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:169:35: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 169 | class Functor1_const: public std::unary_function { | ^~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:186:29: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 186 | class Functor2: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:203:35: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 203 | class Functor2_const: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ socket_list.cpp: In static member function 'static gboolean SocketListDialog::CB::tree_view_mouse_click(GdkEventButton*, void*)': socket_list.cpp:107:29: warning: 'void gtk_widget_get_pointer(GtkWidget*, gint*, gint*)' is deprecated: Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations] 107 | gtk_widget_get_pointer(GTK_WIDGET(instance_p->tree_view_p), &x, &y); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from socket_list.h:29, from socket_list.cpp:34: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1121:14: note: declared here 1121 | void gtk_widget_get_pointer (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: socket_list.cpp: In constructor 'SocketListDialog::SocketListDialog(std::pair, unsigned int> > >, Cgu::SharedPtr >, int)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 197 | #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") | ^~~~~~~~ socket_list.cpp:150:46: note: in expansion of macro 'GTK_STOCK_CLOSE' 150 | close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ socket_list.cpp:150:45: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 150 | close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ socket_list.cpp:152:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 152 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ socket_list.cpp:153:46: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 153 | GtkWidget* socket_list_box_p = gtk_vbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from socket_list.cpp:32: socket_list.cpp:154:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 154 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ socket_list.cpp:154:23: note: in expansion of macro 'GTK_TABLE' 154 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ socket_list.cpp:204:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 204 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(view_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket_list.cpp:214:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 214 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(remove_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket_list.cpp:222:40: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 222 | GtkWidget* send_hbox_p = gtk_hbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ socket_list.cpp:225:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 225 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(send_fax_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket_list.cpp:236:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 236 | gtk_table_attach(table_p, GTK_WIDGET(socket_list_scrolled_window_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 237 | 0, 1, 0, 1, | ~~~~~~~~~~~ 238 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 239 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ socket_list.cpp:241:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 241 | gtk_table_attach(table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 242 | 0, 1, 1, 2, | ~~~~~~~~~~~ 243 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 244 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ --- fax_list.o --- CXX fax_list.o --- addressbook.o --- CXX addressbook.o --- socket_notify.o --- socket_notify.cpp: In constructor 'SocketNotifyDialog::SocketNotifyDialog(int, const std::pair, unsigned int>&)': socket_notify.cpp:73:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 73 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261, from addressbook.h:28, from socket_notify.cpp:24: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ socket_notify.cpp:74:41: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 74 | GtkWidget* number_box_p = gtk_hbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ socket_notify.cpp:75:41: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 75 | GtkWidget* window_box_p = gtk_vbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ --- file_list.o --- CXX file_list.o --- fax_list.o --- In file included from fax_list.cpp:46: utils/icon_info_handle.h: In member function 'void GtkIconInfoFree::operator()(GtkIconInfo*)': utils/icon_info_handle.h:38:25: warning: 'void gtk_icon_info_free(GtkIconInfo*)' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 38 | gtk_icon_info_free(obj_p); | ~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127, from fax_list.h:29, from fax_list.cpp:40: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:284:23: note: declared here 284 | void gtk_icon_info_free (GtkIconInfo *icon_info); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: fax_list.cpp: In constructor 'FaxListDialog::FaxListDialog(FaxListEnum::Mode, int)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 197 | #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") | ^~~~~~~~ fax_list.cpp:131:46: note: in expansion of macro 'GTK_STOCK_CLOSE' 131 | close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ fax_list.cpp:131:45: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 131 | close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:140:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 140 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ fax_list.cpp:141:43: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 141 | GtkWidget* fax_list_box_p = gtk_vbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ fax_list.cpp:142:42: warning: 'GtkWidget* gtk_hpaned_new()' is deprecated: Use 'gtk_paned_new' instead [-Wdeprecated-declarations] 142 | GtkWidget* list_pane_p = gtk_hpaned_new(); | ~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:263: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhpaned.h:61:13: note: declared here 61 | GtkWidget * gtk_hpaned_new (void); | ^~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from fax_list.cpp:36: fax_list.cpp:143:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 143 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:143:23: note: in expansion of macro 'GTK_TABLE' 143 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ fax_list.cpp:171:61: warning: 'GtkIconSize gtk_icon_size_from_name(const gchar*)' is deprecated [-Wdeprecated-declarations] 171 | GtkIconSize efax_gtk_button_size = gtk_icon_size_from_name("EFAX_GTK_BUTTON_SIZE"); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:27: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:129:23: note: declared here 129 | GtkIconSize gtk_icon_size_from_name (const gchar *name); | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:838:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 838 | #define GTK_STOCK_PREFERENCES ((GtkStock)"gtk-preferences") | ^~~~~~~~ fax_list.cpp:198:40: note: in expansion of macro 'GTK_STOCK_PREFERENCES' 198 | image_p = gtk_image_new_from_stock(GTK_STOCK_PREFERENCES, efax_gtk_button_size); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ fax_list.cpp:198:39: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 198 | image_p = gtk_image_new_from_stock(GTK_STOCK_PREFERENCES, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:847:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 847 | #define GTK_STOCK_PRINT ((GtkStock)"gtk-print") | ^~~~~~~~ fax_list.cpp:208:38: note: in expansion of macro 'GTK_STOCK_PRINT' 208 | image_p = gtk_image_new_from_stock(GTK_STOCK_PRINT, efax_gtk_button_size); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ fax_list.cpp:208:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 208 | image_p = gtk_image_new_from_stock(GTK_STOCK_PRINT, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:218:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 218 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(view_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:229:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 229 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(describe_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:255:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 255 | #define GTK_STOCK_DELETE ((GtkStock)"gtk-delete") | ^~~~~~~~ fax_list.cpp:238:38: note: in expansion of macro 'GTK_STOCK_DELETE' 238 | image_p = gtk_image_new_from_stock(GTK_STOCK_DELETE, efax_gtk_button_size); | ^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ fax_list.cpp:238:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 238 | image_p = gtk_image_new_from_stock(GTK_STOCK_DELETE, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:188:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 188 | #define GTK_STOCK_CLEAR ((GtkStock)"gtk-clear") | ^~~~~~~~ fax_list.cpp:245:38: note: in expansion of macro 'GTK_STOCK_CLEAR' 245 | image_p = gtk_image_new_from_stock(GTK_STOCK_CLEAR, efax_gtk_button_size); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ fax_list.cpp:245:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 245 | image_p = gtk_image_new_from_stock(GTK_STOCK_CLEAR, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:254:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 254 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(add_folder_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:265:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 265 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(delete_folder_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:286:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 286 | gtk_table_attach(table_p, list_pane_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 287 | 0, 1, 0, 1, | ~~~~~~~~~~~ 288 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 289 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ fax_list.cpp:291:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 291 | gtk_table_attach(table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 292 | 0, 1, 1, 2, | ~~~~~~~~~~~ 293 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 294 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ fax_list.cpp:313:42: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 313 | GtkWidget* toolbar_box_p = gtk_hbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:1074:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1074 | #define GTK_STOCK_UNDO ((GtkStock)"gtk-undo") | ^~~~~~~~ fax_list.cpp:322:40: note: in expansion of macro 'GTK_STOCK_UNDO' 322 | image_p = gtk_image_new_from_stock(GTK_STOCK_UNDO, efax_gtk_button_size); | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ fax_list.cpp:322:39: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 322 | image_p = gtk_image_new_from_stock(GTK_STOCK_UNDO, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:335:25: warning: 'void gtk_misc_set_padding(GtkMisc*, gint, gint)' is deprecated [-Wdeprecated-declarations] 335 | gtk_misc_set_padding(GTK_MISC(new_fax_label_p), 6, 2); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:80:9: note: declared here 80 | void gtk_misc_set_padding (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~ fax_list.cpp: In member function 'void FaxListDialog::display_new_fax_count()': fax_list.cpp:1311:32: warning: 'void gtk_widget_override_color(GtkWidget*, GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations] 1311 | gtk_widget_override_color(new_fax_label_p, GTK_STATE_FLAG_NORMAL, &red); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here 1144 | void gtk_widget_override_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:1314:32: warning: 'void gtk_widget_override_color(GtkWidget*, GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations] 1314 | gtk_widget_override_color(new_fax_label_p, GTK_STATE_FLAG_NORMAL, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here 1144 | void gtk_widget_override_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp: In constructor 'EntryDialog::EntryDialog(int, const char*, const char*, const char*, GtkWindow*)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 756 | #define GTK_STOCK_OK ((GtkStock)"gtk-ok") | ^~~~~~~~ fax_list.cpp:1393:43: note: in expansion of macro 'GTK_STOCK_OK' 1393 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ fax_list.cpp:1393:42: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1393 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 159 | #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") | ^~~~~~~~ fax_list.cpp:1394:47: note: in expansion of macro 'GTK_STOCK_CANCEL' 1394 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ fax_list.cpp:1394:46: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1394 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:1396:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 1396 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ fax_list.cpp:1398:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1398 | GtkTable* table_p = GTK_TABLE(gtk_table_new(3, 1, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ fax_list.cpp:1398:23: note: in expansion of macro 'GTK_TABLE' 1398 | GtkTable* table_p = GTK_TABLE(gtk_table_new(3, 1, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ fax_list.cpp:1406:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1406 | gtk_table_attach(table_p, label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 1407 | 0, 1, 0, 1, | ~~~~~~~~~~~ 1408 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1409 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ fax_list.cpp:1411:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1411 | gtk_table_attach(table_p, entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 1412 | 0, 1, 1, 2, | ~~~~~~~~~~~ 1413 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_EXPAND, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1414 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ fax_list.cpp:1416:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1416 | gtk_table_attach(table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 1417 | 0, 1, 2, 3, | ~~~~~~~~~~~ 1418 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1419 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ --- addressbook.o --- In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from addressbook.h:28, from addressbook.cpp:29: addressbook.cpp: In constructor 'AddressBook::AddressBook(int, GtkWindow*)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 756 | #define GTK_STOCK_OK ((GtkStock)"gtk-ok") | ^~~~~~~~ addressbook.cpp:95:43: note: in expansion of macro 'GTK_STOCK_OK' 95 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ addressbook.cpp:95:42: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 95 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 159 | #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") | ^~~~~~~~ addressbook.cpp:96:47: note: in expansion of macro 'GTK_STOCK_CANCEL' 96 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ addressbook.cpp:96:46: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 96 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:102:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 102 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from addressbook.cpp:26: addressbook.cpp:103:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 103 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:103:23: note: in expansion of macro 'GTK_TABLE' 103 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ addressbook.cpp:104:51: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 104 | GtkTable* list_table_p = GTK_TABLE(gtk_table_new(5, 2, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:104:28: note: in expansion of macro 'GTK_TABLE' 104 | GtkTable* list_table_p = GTK_TABLE(gtk_table_new(5, 2, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ addressbook.cpp:156:61: warning: 'GtkIconSize gtk_icon_size_from_name(const gchar*)' is deprecated [-Wdeprecated-declarations] 156 | GtkIconSize efax_gtk_button_size = gtk_icon_size_from_name("EFAX_GTK_BUTTON_SIZE"); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:129:23: note: declared here 129 | GtkIconSize gtk_icon_size_from_name (const gchar *name); | ^~~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:162:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 162 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(add_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:255:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 255 | #define GTK_STOCK_DELETE ((GtkStock)"gtk-delete") | ^~~~~~~~ addressbook.cpp:166:38: note: in expansion of macro 'GTK_STOCK_DELETE' 166 | image_p = gtk_image_new_from_stock(GTK_STOCK_DELETE, efax_gtk_button_size); | ^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ addressbook.cpp:166:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 166 | image_p = gtk_image_new_from_stock(GTK_STOCK_DELETE, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:496:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 496 | #define GTK_STOCK_GO_UP ((GtkStock)"gtk-go-up") | ^~~~~~~~ addressbook.cpp:169:38: note: in expansion of macro 'GTK_STOCK_GO_UP' 169 | image_p = gtk_image_new_from_stock(GTK_STOCK_GO_UP, efax_gtk_button_size); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ addressbook.cpp:169:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 169 | image_p = gtk_image_new_from_stock(GTK_STOCK_GO_UP, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:478:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 478 | #define GTK_STOCK_GO_DOWN ((GtkStock)"gtk-go-down") | ^~~~~~~~ addressbook.cpp:172:38: note: in expansion of macro 'GTK_STOCK_GO_DOWN' 172 | image_p = gtk_image_new_from_stock(GTK_STOCK_GO_DOWN, efax_gtk_button_size); | ^~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ addressbook.cpp:172:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 172 | image_p = gtk_image_new_from_stock(GTK_STOCK_GO_DOWN, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:177:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 177 | gtk_table_attach(list_table_p, add_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 178 | 0, 1, 0, 1, | ~~~~~~~~~~~ 179 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 180 | standard_size/2, 0); | ~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:182:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 182 | gtk_table_attach(list_table_p, delete_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 183 | 0, 1, 1, 2, | ~~~~~~~~~~~ 184 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 185 | standard_size/2, 0); | ~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:187:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 187 | gtk_table_attach(list_table_p, up_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ 188 | 0, 1, 2, 3, | ~~~~~~~~~~~ 189 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 190 | standard_size/2, 0); | ~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:192:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 192 | gtk_table_attach(list_table_p, down_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 193 | 0, 1, 3, 4, | ~~~~~~~~~~~ 194 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 195 | standard_size/2, 0); | ~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:197:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 197 | gtk_table_attach(list_table_p, dummy_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 198 | 0, 1, 4, 5, | ~~~~~~~~~~~ 199 | GTK_SHRINK, GTK_EXPAND, | ~~~~~~~~~~~~~~~~~~~~~~~ 200 | standard_size/2, 0); | ~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:202:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 202 | gtk_table_attach(list_table_p, GTK_WIDGET(scrolled_window_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 203 | 1, 2, 0, 5, | ~~~~~~~~~~~ 204 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 205 | 0, 0); | ~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:212:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 212 | gtk_table_attach(table_p, GTK_WIDGET(list_table_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 213 | 0, 1, 0, 1, | ~~~~~~~~~~~ 214 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 215 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:217:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 217 | gtk_table_attach(table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 218 | 0, 1, 1, 2, | ~~~~~~~~~~~ 219 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 220 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp: In constructor 'AddressDialog::AddressDialog(int, GtkWindow*)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 756 | #define GTK_STOCK_OK ((GtkStock)"gtk-ok") | ^~~~~~~~ addressbook.cpp:582:43: note: in expansion of macro 'GTK_STOCK_OK' 582 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ addressbook.cpp:582:42: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 582 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 159 | #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") | ^~~~~~~~ addressbook.cpp:583:47: note: in expansion of macro 'GTK_STOCK_CANCEL' 583 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ addressbook.cpp:583:46: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 583 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:591:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 591 | gtk_misc_set_alignment(GTK_MISC(name_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:592:25: warning: 'void gtk_misc_set_alignment(GtkMisc*, gfloat, gfloat)' is deprecated [-Wdeprecated-declarations] 592 | gtk_misc_set_alignment(GTK_MISC(number_label_p), 1, 0.5); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:599:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 599 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ addressbook.cpp:600:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 600 | GtkTable* table_p = GTK_TABLE(gtk_table_new(3, 2, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ addressbook.cpp:600:23: note: in expansion of macro 'GTK_TABLE' 600 | GtkTable* table_p = GTK_TABLE(gtk_table_new(3, 2, false)); | ^~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ addressbook.cpp:608:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 608 | gtk_table_attach(table_p, name_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 609 | 0, 1, 0, 1, | ~~~~~~~~~~~ 610 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 611 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:612:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 612 | gtk_table_attach(table_p, name_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 613 | 1, 2, 0, 1, | ~~~~~~~~~~~ 614 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 615 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:617:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 617 | gtk_table_attach(table_p, number_label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 618 | 0, 1, 1, 2, | ~~~~~~~~~~~ 619 | GTK_FILL, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~ 620 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:621:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 621 | gtk_table_attach(table_p, number_entry_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 622 | 1, 2, 1, 2, | ~~~~~~~~~~~ 623 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 624 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ addressbook.cpp:626:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 626 | gtk_table_attach(table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 627 | 0, 2, 2, 3, | ~~~~~~~~~~~ 628 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 629 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ --- logger.o --- CXX logger.o --- file_list.o --- In file included from file_list.cpp:40: /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:152:29: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 152 | class Functor1: public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/bits/refwrap.h:39, from /opt/tools/gcc14/include/c++/14.3.0/vector:68, from file_list.cpp:25: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:169:35: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 169 | class Functor1_const: public std::unary_function { | ^~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:186:29: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 186 | class Functor2: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:203:35: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 203 | class Functor2_const: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from file_list.h:28, from file_list.cpp:31: file_list.cpp: In constructor 'FileListDialog::FileListDialog(int, GtkWindow*)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 756 | #define GTK_STOCK_OK ((GtkStock)"gtk-ok") | ^~~~~~~~ file_list.cpp:118:43: note: in expansion of macro 'GTK_STOCK_OK' 118 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ file_list.cpp:118:42: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 118 | ok_button_p = gtk_button_new_from_stock(GTK_STOCK_OK); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 159 | #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") | ^~~~~~~~ file_list.cpp:119:47: note: in expansion of macro 'GTK_STOCK_CANCEL' 119 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ file_list.cpp:119:46: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 119 | cancel_button_p = gtk_button_new_from_stock(GTK_STOCK_CANCEL); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ file_list.cpp:126:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 126 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ file_list.cpp:127:44: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 127 | GtkWidget* file_list_box_p = gtk_vbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from file_list.cpp:29: file_list.cpp:128:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 128 | GtkTable* table_p = GTK_TABLE(gtk_table_new(5, 2, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ file_list.cpp:128:23: note: in expansion of macro 'GTK_TABLE' 128 | GtkTable* table_p = GTK_TABLE(gtk_table_new(5, 2, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ file_list.cpp:176:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 176 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(view_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ file_list.cpp:186:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 186 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(remove_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ file_list.cpp:194:39: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 194 | GtkWidget* add_hbox_p = gtk_hbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ file_list.cpp:197:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 197 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(add_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ file_list.cpp:208:61: warning: 'GtkIconSize gtk_icon_size_from_name(const gchar*)' is deprecated [-Wdeprecated-declarations] 208 | GtkIconSize efax_gtk_button_size = gtk_icon_size_from_name("EFAX_GTK_BUTTON_SIZE"); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:129:23: note: declared here 129 | GtkIconSize gtk_icon_size_from_name (const gchar *name); | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:496:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 496 | #define GTK_STOCK_GO_UP ((GtkStock)"gtk-go-up") | ^~~~~~~~ file_list.cpp:210:38: note: in expansion of macro 'GTK_STOCK_GO_UP' 210 | image_p = gtk_image_new_from_stock(GTK_STOCK_GO_UP, efax_gtk_button_size); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ file_list.cpp:210:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 210 | image_p = gtk_image_new_from_stock(GTK_STOCK_GO_UP, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:478:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 478 | #define GTK_STOCK_GO_DOWN ((GtkStock)"gtk-go-down") | ^~~~~~~~ file_list.cpp:213:38: note: in expansion of macro 'GTK_STOCK_GO_DOWN' 213 | image_p = gtk_image_new_from_stock(GTK_STOCK_GO_DOWN, efax_gtk_button_size); | ^~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ file_list.cpp:213:37: warning: 'GtkWidget* gtk_image_new_from_stock(const gchar*, GtkIconSize)' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 213 | image_p = gtk_image_new_from_stock(GTK_STOCK_GO_DOWN, efax_gtk_button_size); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ file_list.cpp:225:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 225 | gtk_table_attach(table_p, dummy1_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 226 | 0, 1, 0, 1, | ~~~~~~~~~~~ 227 | GTK_SHRINK, GTK_EXPAND, | ~~~~~~~~~~~~~~~~~~~~~~~ 228 | 0, 0); | ~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ file_list.cpp:230:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 230 | gtk_table_attach(table_p, up_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 231 | 0, 1, 1, 2, | ~~~~~~~~~~~ 232 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 233 | standard_size/2, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ file_list.cpp:235:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 235 | gtk_table_attach(table_p, down_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 236 | 0, 1, 2, 3, | ~~~~~~~~~~~ 237 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 238 | standard_size/2, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ file_list.cpp:240:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 240 | gtk_table_attach(table_p, dummy2_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 241 | 0, 1, 3, 4, | ~~~~~~~~~~~ 242 | GTK_SHRINK, GTK_EXPAND, | ~~~~~~~~~~~~~~~~~~~~~~~ 243 | 0, 0); | ~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ file_list.cpp:245:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 245 | gtk_table_attach(table_p, GTK_WIDGET(file_list_scrolled_window_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 246 | 1, 2, 0, 4, | ~~~~~~~~~~~ 247 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 248 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ file_list.cpp:250:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 250 | gtk_table_attach(table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 251 | 0, 2, 4, 5, | ~~~~~~~~~~~ 252 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ --- redial_queue.o --- CXX redial_queue.o --- fax_list_manager.o --- CXX fax_list_manager.o --- dialogs.o --- CXX dialogs.o --- redial_queue.o --- In file included from redial_queue.cpp:24: /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:152:29: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 152 | class Functor1: public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/functional:49, from redial_queue.cpp:21: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:169:35: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 169 | class Functor1_const: public std::unary_function { | ^~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:186:29: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 186 | class Functor2: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:203:35: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 203 | class Functor2_const: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ --- logger.o --- In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /tmp/work/comms/efax-gtk/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from logger.cpp:28: logger.cpp: In constructor 'LogViewDialog::LogViewDialog(int, const std::string&, GtkWindow*)': logger.cpp:421:40: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 421 | GtkBox* vbox_p = GTK_BOX(gtk_vbox_new(false, 0)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ logger.cpp:421:20: note: in expansion of macro 'GTK_BOX' 421 | GtkBox* vbox_p = GTK_BOX(gtk_vbox_new(false, 0)); | ^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286, from logger.h:29, from logger.cpp:32: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ logger.cpp:431:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 431 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 197 | #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") | ^~~~~~~~ logger.cpp:435:57: note: in expansion of macro 'GTK_STOCK_CLOSE' 435 | GtkWidget* close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ logger.cpp:435:56: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 435 | GtkWidget* close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ logger.cpp:445:27: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 445 | gtk_widget_override_font(text_view_p, font_description); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here 1153 | void gtk_widget_override_font (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~ --- redial_queue.o --- redial_queue.cpp: In member function 'bool RedialQueue::remove(guint*)': redial_queue.cpp:53:43: warning: 'std::pointer_to_binary_function<_Arg1, _Arg2, _Result> std::ptr_fun(_Result (*)(_Arg1, _Arg2)) [with _Arg1 = pair >; _Arg2 = unsigned int*; _Result = bool]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] 53 | std::bind2nd(std::ptr_fun(Pred::pred), id)); | ~~~~~~~~~~~~^~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1150:5: note: declared here 1150 | ptr_fun(_Result (*__x)(_Arg1, _Arg2)) | ^~~~~~~ redial_queue.cpp:53:30: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = pointer_to_binary_function >, unsigned int*, bool>; _Tp = unsigned int*]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 53 | std::bind2nd(std::ptr_fun(Pred::pred), id)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1435: /opt/tools/gcc14/include/c++/14.3.0/backward/binders.h:172:5: note: declared here 172 | bind2nd(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from redial_queue.h:29, from redial_queue.cpp:26: redial_queue.cpp: In constructor 'RedialQueueDialog::RedialQueueDialog(int, RedialQueue*)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 197 | #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") | ^~~~~~~~ redial_queue.cpp:133:46: note: in expansion of macro 'GTK_STOCK_CLOSE' 133 | close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ redial_queue.cpp:133:45: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 133 | close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ redial_queue.cpp:135:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 135 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ redial_queue.cpp:136:47: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 136 | GtkWidget* queue_dialog_box_p = gtk_vbox_new(false, 0); | ~~~~~~~~~~~~^~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from prog_defs.h:59, from redial_queue.h:23: redial_queue.cpp:137:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 137 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ redial_queue.cpp:137:23: note: in expansion of macro 'GTK_TABLE' 137 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ redial_queue.cpp:186:64: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 186 | GobjHandle pixbuf_h(gdk_pixbuf_new_from_xpm_data(remove_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ redial_queue.cpp:194:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 194 | gtk_table_attach(table_p, GTK_WIDGET(queue_dialog_scrolled_window_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 195 | 0, 1, 0, 1, | ~~~~~~~~~~~ 196 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 197 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ redial_queue.cpp:199:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 199 | gtk_table_attach(table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 200 | 0, 1, 1, 2, | ~~~~~~~~~~~ 201 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 202 | standard_size/3, standard_size/3); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ --- helpfile.o --- CXX helpfile.o --- settings_help.o --- CXX settings_help.o --- fax_list_manager.o --- fax_list_manager.cpp: In static member function 'static void FaxListManager::CB::fax_tree_view_drag_begin(GdkDragContext*, void*)': fax_list_manager.cpp:152:29: warning: 'void gtk_widget_get_pointer(GtkWidget*, gint*, gint*)' is deprecated: Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations] 152 | gtk_widget_get_pointer(GTK_WIDGET(instance_p->fax_tree_view_p), &x_pos, 0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from fax_list_manager.h:31, from fax_list_manager.cpp:32: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1121:14: note: declared here 1121 | void gtk_widget_get_pointer (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~ fax_list_manager.cpp: In constructor 'FaxListManager::FaxListManager(FaxListEnum::Mode)': fax_list_manager.cpp:477:69: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 477 | folder_icon_h = GobjHandle(gdk_pixbuf_new_from_xpm_data(folder_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from prog_defs.h:59, from fax_list_manager.h:23: /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fax_list_manager.cpp:481:68: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 481 | trash_icon_h = GobjHandle(gdk_pixbuf_new_from_xpm_data(trash_xpm)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /tmp/work/comms/efax-gtk/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dialogs.o --- In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /tmp/work/comms/efax-gtk/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from dialogs.cpp:29: dialogs.cpp: In constructor 'FileReadSelectDialog::FileReadSelectDialog(int, bool, GtkWindow*)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 159 | #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") | ^~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:40:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_WINDOW, GtkWindow)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dialogs.cpp:72:21: note: in expansion of macro 'GTK_WINDOW' 72 | GTK_WINDOW(gtk_file_chooser_dialog_new(0, 0, | ^~~~~~~~~~ dialogs.cpp:75:41: note: in expansion of macro 'GTK_STOCK_CANCEL' 75 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from dialogs.h:29, from dialogs.cpp:32: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 756 | #define GTK_STOCK_OK ((GtkStock)"gtk-ok") | ^~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:40:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_WINDOW, GtkWindow)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dialogs.cpp:72:21: note: in expansion of macro 'GTK_WINDOW' 72 | GTK_WINDOW(gtk_file_chooser_dialog_new(0, 0, | ^~~~~~~~~~ dialogs.cpp:76:41: note: in expansion of macro 'GTK_STOCK_OK' 76 | GTK_STOCK_OK, GTK_RESPONSE_OK, | ^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ dialogs.cpp: In constructor 'GplDialog::GplDialog(int)': dialogs.cpp:301:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 301 | GtkTable* table_p = GTK_TABLE(gtk_table_new(3, 2, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dialogs.cpp:301:23: note: in expansion of macro 'GTK_TABLE' 301 | GtkTable* table_p = GTK_TABLE(gtk_table_new(3, 2, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ dialogs.cpp:309:27: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 309 | gtk_widget_override_font(GTK_WIDGET(text_view_p), font_description); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here 1153 | void gtk_widget_override_font (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~ dialogs.cpp:325:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 325 | gtk_table_attach(table_p, GTK_WIDGET(scrolled_window_p), | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | 0, 2, 0, 1, | ~~~~~~~~~~~ 327 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 328 | 0, 0); | ~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ dialogs.cpp:330:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 330 | gtk_table_attach(table_p, label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 331 | 0, 2, 1, 2, | ~~~~~~~~~~~ 332 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 333 | 0, standard_size/3); | ~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ dialogs.cpp:335:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 335 | gtk_table_attach(table_p, accept_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 336 | 0, 1, 2, 3, | ~~~~~~~~~~~ 337 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 338 | 0, standard_size/3); | ~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ dialogs.cpp:340:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 340 | gtk_table_attach(table_p, reject_button_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 341 | 1, 2, 2, 3, | ~~~~~~~~~~~ 342 | GTK_SHRINK, GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~ 343 | 0, standard_size/3); | ~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ dialogs.cpp: In constructor 'InfoDialog::InfoDialog(const char*, const char*, GtkMessageType, GtkWindow*, bool)': dialogs.cpp:405:56: warning: 'GtkWidget* gtk_dialog_get_action_area(GtkDialog*)' is deprecated [-Wdeprecated-declarations] 405 | GtkWidget* action_area_p = gtk_dialog_get_action_area(GTK_DIALOG(get_win())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here 203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dialogs.cpp: In constructor 'PromptDialog::PromptDialog(const char*, const char*, int, GtkWindow*, bool)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 159 | #define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel") | ^~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:40:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_WINDOW, GtkWindow)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dialogs.cpp:448:36: note: in expansion of macro 'GTK_WINDOW' 448 | GTK_WINDOW(gtk_dialog_new_with_buttons(0, 0, | ^~~~~~~~~~ dialogs.cpp:454:51: note: in expansion of macro 'GTK_STOCK_CANCEL' 454 | GTK_STOCK_CANCEL, | ^~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 756 | #define GTK_STOCK_OK ((GtkStock)"gtk-ok") | ^~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:40:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_WINDOW, GtkWindow)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dialogs.cpp:448:36: note: in expansion of macro 'GTK_WINDOW' 448 | GTK_WINDOW(gtk_dialog_new_with_buttons(0, 0, | ^~~~~~~~~~ dialogs.cpp:456:51: note: in expansion of macro 'GTK_STOCK_OK' 456 | GTK_STOCK_OK, | ^~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ dialogs.cpp:463:23: warning: 'void gtk_misc_set_padding(GtkMisc*, gint, gint)' is deprecated [-Wdeprecated-declarations] 463 | gtk_misc_set_padding(GTK_MISC(label_p), standard_size/2, standard_size/2); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:80:9: note: declared here 80 | void gtk_misc_set_padding (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~ dialogs.cpp: In constructor 'AboutEfaxDialog::AboutEfaxDialog(GtkWindow*, bool)': dialogs.cpp:546:56: warning: 'GtkWidget* gtk_dialog_get_action_area(GtkDialog*)' is deprecated [-Wdeprecated-declarations] 546 | GtkWidget* action_area_p = gtk_dialog_get_action_area(GTK_DIALOG(get_win())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here 203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- helpfile.o --- In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from helpfile.h:25, from helpfile.cpp:25: helpfile.cpp: In constructor 'HelpDialog::HelpDialog(int)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 197 | #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") | ^~~~~~~~ helpfile.cpp:70:57: note: in expansion of macro 'GTK_STOCK_CLOSE' 70 | GtkWidget* close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ helpfile.cpp:70:56: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 70 | GtkWidget* close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ helpfile.cpp:72:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 72 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /tmp/work/comms/efax-gtk/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from helpfile.cpp:20: helpfile.cpp:125:40: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 125 | GtkBox* vbox_p = GTK_BOX(gtk_vbox_new(false, 0)); | ~~~~~~~~~~~~^~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbox.h:40:34: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 40 | #define GTK_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BOX, GtkBox)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ helpfile.cpp:125:20: note: in expansion of macro 'GTK_BOX' 125 | GtkBox* vbox_p = GTK_BOX(gtk_vbox_new(false, 0)); | ^~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ helpfile.cpp: In member function 'GtkWidget* HelpDialog::make_text_view(const char*)': helpfile.cpp:165:27: warning: 'void gtk_widget_override_font(GtkWidget*, const PangoFontDescription*)' is deprecated [-Wdeprecated-declarations] 165 | gtk_widget_override_font(GTK_WIDGET(text_view_p), font_description); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here 1153 | void gtk_widget_override_font (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~ --- socket_server.o --- CXX socket_server.o --- settings_help.o --- In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from settings_help.h:28, from settings_help.cpp:20: settings_help.cpp: In constructor 'SettingsHelpDialog::SettingsHelpDialog(int, const std::string&, const std::string&, GtkWindow*)': /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 197 | #define GTK_STOCK_CLOSE ((GtkStock)"gtk-close") | ^~~~~~~~ settings_help.cpp:270:46: note: in expansion of macro 'GTK_STOCK_CLOSE' 270 | close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here 108 | typedef char * GtkStock; | ^~~~~~~~ settings_help.cpp:270:45: warning: 'GtkWidget* gtk_button_new_from_stock(const gchar*)' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 270 | close_button_p = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ settings_help.cpp:271:48: warning: 'GtkWidget* gtk_hbutton_box_new()' is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 271 | GtkWidget* button_box_p = gtk_hbutton_box_new(); | ~~~~~~~~~~~~~~~~~~~^~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:261: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here 62 | GtkWidget* gtk_hbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from prog_defs.h:59, from settings_help.h:23: settings_help.cpp:273:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 273 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro '_G_TYPE_CIC' 2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip) | ^~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' 37 | #define GTK_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ settings_help.cpp:273:23: note: in expansion of macro 'GTK_TABLE' 273 | GtkTable* table_p = GTK_TABLE(gtk_table_new(2, 1, false)); | ^~~~~~~~~ In file included from /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings_help.cpp:283:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 283 | gtk_table_attach(table_p, label_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 284 | 0, 1, 0, 1, | ~~~~~~~~~~~ 285 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings_help.cpp:288:19: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 288 | gtk_table_attach(table_p, button_box_p, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 289 | 0, 1, 1, 2, | ~~~~~~~~~~~ 290 | GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_SHRINK, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | standard_size/2, standard_size/4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ --- socket_server.o --- In file included from socket_server.cpp:45: /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:152:29: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 152 | class Functor1: public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/string:49, from /opt/tools/gcc14/include/c++/14.3.0/bits/locale_classes.h:40, from /opt/tools/gcc14/include/c++/14.3.0/bits/ios_base.h:41, from /opt/tools/gcc14/include/c++/14.3.0/ios:44, from /opt/tools/gcc14/include/c++/14.3.0/istream:40, from /opt/tools/gcc14/include/c++/14.3.0/fstream:40, from socket_server.cpp:21: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:169:35: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 169 | class Functor1_const: public std::unary_function { | ^~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:186:29: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 186 | class Functor2: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /tmp/work/comms/efax-gtk/work/.buildlink/include/c++-gtk-utils-3-2.2/c++-gtk-utils/mem_fun.h:203:35: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 203 | class Functor2_const: public std::binary_function { | ^~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ --- efax-gtk --- CXXLD efax-gtk Making all in efax --- efax.o --- --- efaxio.o --- --- efaxos.o --- --- efaxlib.o --- --- efax.o --- CC efax.o --- efaxio.o --- CC efaxio.o --- efaxos.o --- CC efaxos.o --- efaxlib.o --- CC efaxlib.o --- efaxmsg.o --- CC efaxmsg.o --- efix.o --- CC efix.o --- efax-0.9a --- --- efix-0.9a --- --- efax-0.9a --- CCLD efax-0.9a --- efix-0.9a --- CCLD efix-0.9a Making all in po --- check-macro-version --- Making all in efax-gtk-faxfilter --- efax-gtk-socket-client.o --- CXX efax-gtk-socket-client.o --- efax-gtk-socket-client --- CXXLD efax-gtk-socket-client *** Please use pkgtools/verifypc to sanity check dependencies.