=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for vice-3.1nb1
Making all in po
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands
Making all in src
generating translate.h...
generating infocontrib.h...
Making all in samplerdrv
Making all in joyport
Making all in sounddrv
Making all in mididrv
Making all in socketdrv
Making all in hwsiddrv
Making all in iodrv
Making all in drive
Making all in iec
Making all in c64exp
Making all in plus4exp
Making all in iec128dcr
Making all in iecieee
Making all in ieee
Making all in tcbm
Making all in vdrive
Making all in fsdevice
Making all in diskimage
Making all in iecbus
Making all in serial
Making all in parallel
Making all in tape
Making all in imagecontents
Making all in fileio
Making all in video
Making all in raster
Making all in vicii
Making all in viciisc
Making all in viciivsid
Making all in vdc
Making all in crtc
Making all in gfxoutputdrv
Making all in printerdrv
Making all in rs232drv
Making all in sid
Making all in monitor
Making all in core
Making all in rtc
Making all in userport
Making all in tapeport
Making all in diag
Making all in c64
Making all in cart
Making all in scpu64
Making all in c64dtv
Making all in c128
Making all in vic20
Making all in cart
Making all in pet
Making all in plus4
Making all in cbm2
Making all in arch
Making all in unix
Making all in gui
Making all in x11
Making all in gnome
lightpendrv.c:45:14: warning: 'gdk_cursor_new' is deprecated [-Wdeprecated-declarations]
    cursor = gdk_cursor_new(GDK_PENCIL);
             ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:227:1: note: 'gdk_cursor_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:360:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16'
# define GDK_DEPRECATED_IN_3_16               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
lightpendrv.c:68:9: warning: 'gdk_display_get_window_at_pointer' is deprecated [-Wdeprecated-declarations]
        gdk_display_get_window_at_pointer(
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:117:1: note: 'gdk_display_get_window_at_pointer' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gdk_device_get_window_at_position)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
uicontents.c:97:9: warning: 'gtk_widget_set_style' is deprecated [-Wdeprecated-declarations]
        gtk_widget_set_style(w, (GtkStyle *)data);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:736:1: note: 'gtk_widget_set_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:248:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0'
# define GDK_DEPRECATED_IN_3_0                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uicontents.c:189:28: warning: 'gtk_style_new' is deprecated [-Wdeprecated-declarations]
        menu_entry_style = gtk_style_new();
                           ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:441:1: note: 'gtk_style_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uifileentry.c:147:29: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
            accept_button = GTK_STOCK_OPEN;
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:765:38: note: expanded from macro 'GTK_STOCK_OPEN'
#define GTK_STOCK_OPEN             ((GtkStock)"gtk-open")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uifileentry.c:151:29: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
            accept_button = GTK_STOCK_SAVE;
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:964:38: note: expanded from macro 'GTK_STOCK_SAVE'
#define GTK_STOCK_SAVE             ((GtkStock)"gtk-save")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uifileentry.c:158:75: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    fb = gtk_file_chooser_dialog_new(title, GTK_WINDOW(parent_window), a, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, accept_button, GTK_RESPONSE_ACCEPT, NULL);
                                                                          ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL           ((GtkStock)"gtk-cancel")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
3 warnings generated.
uidrivestatus.c:98:21: warning: 'gtk_menu_popup' is deprecated [-Wdeprecated-declarations]
                    gtk_menu_popup(GTK_MENU(drive_menus[d]), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
                    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidrivestatus.c:122:17: warning: 'gtk_menu_popup' is deprecated [-Wdeprecated-declarations]
                gtk_menu_popup(GTK_MENU(last_drive_menus[d]), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
                ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidrivestatus.c:165:23: warning: 'gdk_cairo_create' is deprecated [-Wdeprecated-declarations]
        cairo_t *cr = gdk_cairo_create(gtk_widget_get_window(ts->led));
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:34:1: note: 'gdk_cairo_create' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context())
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidrivestatus.c:168:13: warning: 'gdk_cairo_set_source_color' is deprecated [-Wdeprecated-declarations]
            gdk_cairo_set_source_color(cr, color1);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:67:1: note: 'gdk_cairo_set_source_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gdk_cairo_set_source_rgba)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidrivestatus.c:180:23: warning: 'gdk_cairo_create' is deprecated [-Wdeprecated-declarations]
        cairo_t *cr = gdk_cairo_create(gtk_widget_get_window(ts->led));
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:34:1: note: 'gdk_cairo_create' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context())
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidrivestatus.c:185:13: warning: 'gdk_cairo_set_source_color' is deprecated [-Wdeprecated-declarations]
            gdk_cairo_set_source_color(cr, color1);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:67:1: note: 'gdk_cairo_set_source_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gdk_cairo_set_source_rgba)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidrivestatus.c:191:13: warning: 'gdk_cairo_set_source_color' is deprecated [-Wdeprecated-declarations]
            gdk_cairo_set_source_color(cr, color2);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:67:1: note: 'gdk_cairo_set_source_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gdk_cairo_set_source_rgba)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:112:87: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    show_text = gtk_dialog_new_with_buttons("", NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL);
                                                                                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: note: expanded from macro 'GTK_STOCK_CLOSE'
#define GTK_STOCK_CLOSE            ((GtkStock)"gtk-close")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:134:92: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    confirm_dialog = gtk_dialog_new_with_buttons("", NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_NO,
                                                                                           ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL           ((GtkStock)"gtk-cancel")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:134:131: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    confirm_dialog = gtk_dialog_new_with_buttons("", NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_NO,
                                                                                                                                  ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:747:38: note: expanded from macro 'GTK_STOCK_NO'
#define GTK_STOCK_NO               ((GtkStock)"gtk-no")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:135:67: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
                                                 GTK_RESPONSE_NO, GTK_STOCK_YES, GTK_RESPONSE_YES, NULL);
                                                                  ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:1094:38: note: expanded from macro 'GTK_STOCK_YES'
#define GTK_STOCK_YES              ((GtkStock)"gtk-yes")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:140:81: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
    gtk_widget_set_size_request(confirm_dialog, (gtk_widget_get_allocated_width(gtk_dialog_get_action_area(GTK_DIALOG(confirm_dialog))) * 40) / 30, 
                                                                                ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_10
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:318:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
# define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:141:69: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
                                    gtk_widget_get_allocated_height(gtk_dialog_get_action_area(GTK_DIALOG(confirm_dialog))) * 3);
                                                                    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_10
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:318:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
# define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:150:90: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    yesno_dialog = gtk_dialog_new_with_buttons("", NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_NO,
                                                                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:747:38: note: expanded from macro 'GTK_STOCK_NO'
#define GTK_STOCK_NO               ((GtkStock)"gtk-no")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:151:67: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
                                                 GTK_RESPONSE_NO, GTK_STOCK_YES, GTK_RESPONSE_YES, NULL);
                                                                  ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:1094:38: note: expanded from macro 'GTK_STOCK_YES'
#define GTK_STOCK_YES              ((GtkStock)"gtk-yes")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:156:78: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
    gtk_widget_set_size_request(yesno_dialog, gtk_widget_get_allocated_width(gtk_dialog_get_action_area(GTK_DIALOG(yesno_dialog))) * 2, 
                                                                             ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_10
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:318:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
# define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:157:69: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
                                    gtk_widget_get_allocated_height(gtk_dialog_get_action_area(GTK_DIALOG(yesno_dialog))) * 3);
                                                                    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:202:1: note: 'gtk_dialog_get_action_area' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_10
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:318:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10'
# define GDK_DEPRECATED_IN_3_10               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:169:93: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    input_dialog = gtk_dialog_new_with_buttons(title, NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
                                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL           ((GtkStock)"gtk-cancel")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:169:132: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    input_dialog = gtk_dialog_new_with_buttons(title, NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
                                                                                                                                   ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: note: expanded from macro 'GTK_STOCK_OK'
#define GTK_STOCK_OK               ((GtkStock)"gtk-ok")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:265:119: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    fc = gtk_file_chooser_dialog_new(title, GTK_WINDOW(get_active_toplevel()), GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL);
                                                                                                                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL           ((GtkStock)"gtk-cancel")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:265:158: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    fc = gtk_file_chooser_dialog_new(title, GTK_WINDOW(get_active_toplevel()), GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL);
                                                                                                                                                             ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:765:38: note: expanded from macro 'GTK_STOCK_OPEN'
#define GTK_STOCK_OPEN             ((GtkStock)"gtk-open")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:451:11: warning: 'gtk_show_uri' is deprecated [-Wdeprecated-declarations]
    res = gtk_show_uri(NULL, uri, GDK_CURRENT_TIME, &error);
          ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkshow.h:32:1: note: 'gtk_show_uri' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gtk_show_uri_on_window)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uidialogs.c:459:11: warning: 'gtk_show_uri' is deprecated [-Wdeprecated-declarations]
    res = gtk_show_uri(NULL, uri, GDK_CURRENT_TIME, &error);
          ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkshow.h:32:1: note: 'gtk_show_uri' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gtk_show_uri_on_window)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
7 warnings generated.
16 warnings generated.
uijoystatus.c:122:23: warning: 'gdk_cairo_create' is deprecated [-Wdeprecated-declarations]
        cairo_t *cr = gdk_cairo_create(gtk_widget_get_window(ts->led));
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:34:1: note: 'gdk_cairo_create' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context())
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystatus.c:127:13: warning: 'gdk_cairo_set_source_color' is deprecated [-Wdeprecated-declarations]
            gdk_cairo_set_source_color(cr, colors[i]);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:67:1: note: 'gdk_cairo_set_source_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gdk_cairo_set_source_rgba)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uimenu.c:354:17: warning: 'gtk_menu_item_set_right_justified' is deprecated [-Wdeprecated-declarations]
                gtk_menu_item_set_right_justified(GTK_MENU_ITEM(new_item), TRUE);
                ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkmenuitem.h:136:1: note: 'gtk_menu_item_set_right_justified' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:262:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2'
# define GDK_DEPRECATED_IN_3_2                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:83:92: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    keyset_dialog = gtk_dialog_new_with_buttons ("Configure keysets", 0, GTK_DIALOG_MODAL, GTK_STOCK_OK, GTK_RESPONSE_OK, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL);
                                                                                           ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: note: expanded from macro 'GTK_STOCK_OK'
#define GTK_STOCK_OK               ((GtkStock)"gtk-ok")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:83:123: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    keyset_dialog = gtk_dialog_new_with_buttons ("Configure keysets", 0, GTK_DIALOG_MODAL, GTK_STOCK_OK, GTK_RESPONSE_OK, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL);
                                                                                                                          ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL           ((GtkStock)"gtk-cancel")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:106:15: warning: 'gtk_table_new' is deprecated [-Wdeprecated-declarations]
    keyset1 = gtk_table_new(3, 3, TRUE);
              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:107:15: warning: 'gtk_table_new' is deprecated [-Wdeprecated-declarations]
    keyset2 = gtk_table_new(3, 3, TRUE);
              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:156:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[0], 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:156:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[0], 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:157:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[1], 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:157:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[1], 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:158:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[2], 2, 3, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:158:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[2], 2, 3, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:159:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[3], 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:159:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[3], 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:160:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[4], 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:160:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[4], 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:161:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[5], 2, 3, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:161:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[5], 2, 3, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:162:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[6], 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:162:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[6], 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:163:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[7], 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:163:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[7], 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:164:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[8], 2, 3, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:164:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset1), box[8], 2, 3, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:167:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[9], 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:167:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[9], 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:168:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[10], 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:168:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[10], 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:169:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[11], 2, 3, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:169:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[11], 2, 3, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:170:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[12], 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:170:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[12], 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:171:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[13], 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:171:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[13], 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:172:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[14], 2, 3, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:172:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[14], 2, 3, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:173:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[15], 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:173:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[15], 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:174:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[16], 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:174:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[16], 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:175:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[17], 2, 3, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uijoystickkeys.c:175:23: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach (GTK_TABLE(keyset2), box[17], 2, 3, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0);
                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
1 warning generated.
40 warnings generated.
uinetplay.c:220:117: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
    d = gtk_dialog_new_with_buttons(_("Netplay Settings"), NULL, GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL);
                                                                                                                    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL           ((GtkStock)"gtk-cancel")
                                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:334:17: warning: 'gtk_table_new' is deprecated [-Wdeprecated-declarations]
        table = gtk_table_new(NR_NPCONROLS + 1, 3, FALSE);
                ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:336:9: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
        gtk_table_attach(GTK_TABLE(table), tmp, 1, 2, 0, 1, 0, 0, 5, 0);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:336:26: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
        gtk_table_attach(GTK_TABLE(table), tmp, 1, 2, 0, 1, 0, 0, 5, 0);
                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:339:9: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
        gtk_table_attach(GTK_TABLE(table), tmp, 2, 3, 0, 1, 0, 0, 5, 0);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:339:26: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
        gtk_table_attach(GTK_TABLE(table), tmp, 2, 3, 0, 1, 0, 0, 5, 0);
                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:346:13: warning: 'gtk_table_attach_defaults' is deprecated [-Wdeprecated-declarations]
            gtk_table_attach_defaults(GTK_TABLE(table), tmp, 0, 1, i + 1, i + 2);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:137:1: note: 'gtk_table_attach_defaults' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:346:39: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
            gtk_table_attach_defaults(GTK_TABLE(table), tmp, 0, 1, i + 1, i + 2);
                                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:349:13: warning: 'gtk_table_attach_defaults' is deprecated [-Wdeprecated-declarations]
            gtk_table_attach_defaults(GTK_TABLE(table), np_controls[i].s_cb, 1, 2, i + 1, i + 2);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:137:1: note: 'gtk_table_attach_defaults' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:349:39: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
            gtk_table_attach_defaults(GTK_TABLE(table), np_controls[i].s_cb, 1, 2, i + 1, i + 2);
                                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:353:13: warning: 'gtk_table_attach_defaults' is deprecated [-Wdeprecated-declarations]
            gtk_table_attach_defaults(GTK_TABLE(table), np_controls[i].c_cb, 2, 3, i + 1, i + 2);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:137:1: note: 'gtk_table_attach_defaults' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uinetplay.c:353:39: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
            gtk_table_attach_defaults(GTK_TABLE(table), np_controls[i].c_cb, 2, 3, i + 1, i + 2);
                                      ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
12 warnings generated.
uiscreenshot.c:449:13: warning: 'gtk_table_new' is deprecated [-Wdeprecated-declarations]
    table = gtk_table_new(3, 4, FALSE);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:118:1: note: 'gtk_table_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:467:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:470:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 0, 1, 0, 1, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:470:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 0, 1, 0, 1, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:472:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:474:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 1, 2, 0, 1, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:474:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 1, 2, 0, 1, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:485:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:487:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 2, 3, 0, 1, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:487:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 2, 3, 0, 1, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:489:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:491:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 3, 4, 0, 1, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:491:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 3, 4, 0, 1, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:505:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:507:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 0, 1, 1, 2, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:507:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 0, 1, 1, 2, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:510:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:512:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 1, 2, 1, 2, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:512:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 1, 2, 1, 2, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:523:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:525:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 0, 1, 2, 3, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:525:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 0, 1, 2, 3, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:528:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:530:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 1, 2, 2, 3, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:530:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 1, 2, 2, 3, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:542:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:544:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 2, 3, 2, 3, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:544:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 2, 3, 2, 3, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:547:13: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
    align = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:549:5: warning: 'gtk_table_attach' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 3, 4, 2, 3, GTK_FILL, GTK_FILL, 0, 0);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:126:1: note: 'gtk_table_attach' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(GtkGrid)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uiscreenshot.c:549:22: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_table_attach(GTK_TABLE(table), align, 3, 4, 2, 3, GTK_FILL, GTK_FILL, 0, 0);
                     ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:37:62: note: expanded from macro 'GTK_TABLE'
#define GTK_TABLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TABLE, GtkTable))
                                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: note: expanded from macro 'GTK_TYPE_TABLE'
#define GTK_TYPE_TABLE                  (gtk_table_get_type ())
                                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:116:1: note: 'gtk_table_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:276:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4'
# define GDK_DEPRECATED_IN_3_4                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uitapestatus.c:73:17: warning: 'gtk_menu_popup' is deprecated [-Wdeprecated-declarations]
                gtk_menu_popup(GTK_MENU(tape_menu), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
                ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uitapestatus.c:98:17: warning: 'gtk_menu_popup' is deprecated [-Wdeprecated-declarations]
                gtk_menu_popup(GTK_MENU(ltapemenu), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
                ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uitapestatus.c:327:27: warning: 'gdk_cairo_create' is deprecated [-Wdeprecated-declarations]
            cairo_t *cr = gdk_cairo_create(gtk_widget_get_window(ts->control));
                          ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:34:1: note: 'gdk_cairo_create' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context())
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uitapestatus.c:328:13: warning: 'gdk_cairo_set_source_color' is deprecated [-Wdeprecated-declarations]
            gdk_cairo_set_source_color(cr, color);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:67:1: note: 'gdk_cairo_set_source_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gdk_cairo_set_source_rgba)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uitapestatus.c:349:27: warning: 'gdk_cairo_create' is deprecated [-Wdeprecated-declarations]
            cairo_t *cr = gdk_cairo_create(gtk_widget_get_window(ts->control));
                          ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:34:1: note: 'gdk_cairo_create' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context())
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uitapestatus.c:351:17: warning: 'gdk_cairo_set_source_color' is deprecated [-Wdeprecated-declarations]
                gdk_cairo_set_source_color(cr, color);
                ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:67:1: note: 'gdk_cairo_set_source_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gdk_cairo_set_source_rgba)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:277:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:182:20: warning: 'gtk_style_new' is deprecated [-Wdeprecated-declarations]
    ui_style_red = gtk_style_new();
                   ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:441:1: note: 'gtk_style_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:187:5: warning: 'gtk_widget_set_style' is deprecated [-Wdeprecated-declarations]
    gtk_widget_set_style(video_ctrl_checkbox_label, ui_style_red);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:736:1: note: 'gtk_widget_set_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:248:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0'
# define GDK_DEPRECATED_IN_3_0                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:190:9: warning: 'gtk_widget_set_style' is deprecated [-Wdeprecated-declarations]
        gtk_widget_set_style(event_rec_checkbox_label, ui_style_red);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:736:1: note: 'gtk_widget_set_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:248:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0'
# define GDK_DEPRECATED_IN_3_0                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:192:26: warning: 'gtk_style_new' is deprecated [-Wdeprecated-declarations]
        ui_style_green = gtk_style_new();
                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:441:1: note: 'gtk_style_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:197:9: warning: 'gtk_widget_set_style' is deprecated [-Wdeprecated-declarations]
        gtk_widget_set_style(event_playback_checkbox_label, ui_style_green);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:736:1: note: 'gtk_widget_set_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:248:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0'
# define GDK_DEPRECATED_IN_3_0                GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:265:13: warning: 'gtk_menu_popup' is deprecated [-Wdeprecated-declarations]
            gtk_menu_popup(GTK_MENU(speed_menu), NULL, NULL, NULL, NULL, bevent->button, bevent->time);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:297:61: warning: 'gdk_cursor_new' is deprecated [-Wdeprecated-declarations]
    gdk_window_set_cursor(gtk_widget_get_window(event_box), gdk_cursor_new(GDK_HAND1)); 
                                                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:227:1: note: 'gdk_cursor_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:360:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16'
# define GDK_DEPRECATED_IN_3_16               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:302:5: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
    gtk_misc_set_alignment (GTK_MISC(speed_label), 0, 0.5f);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:302:29: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_misc_set_alignment (GTK_MISC(speed_label), 0, 0.5f);
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:39:67: note: expanded from macro 'GTK_MISC'
#define GTK_MISC(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MISC, GtkMisc))
                                                                           ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:38:32: note: expanded from macro 'GTK_TYPE_MISC'
#define GTK_TYPE_MISC                  (gtk_misc_get_type ())
                                        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:69:1: note: 'gtk_misc_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:303:5: warning: 'gtk_misc_set_padding' is deprecated [-Wdeprecated-declarations]
    gtk_misc_set_padding(GTK_MISC(speed_label), 1, 1);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:79:1: note: 'gtk_misc_set_padding' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:303:26: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_misc_set_padding(GTK_MISC(speed_label), 1, 1);
                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:39:67: note: expanded from macro 'GTK_MISC'
#define GTK_MISC(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MISC, GtkMisc))
                                                                           ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:38:32: note: expanded from macro 'GTK_TYPE_MISC'
#define GTK_TYPE_MISC                  (gtk_misc_get_type ())
                                        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:69:1: note: 'gtk_misc_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:313:5: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
    gtk_misc_set_alignment(GTK_MISC(tmp), 0, 0.5f);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:313:28: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_misc_set_alignment(GTK_MISC(tmp), 0, 0.5f);
                           ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:39:67: note: expanded from macro 'GTK_MISC'
#define GTK_MISC(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MISC, GtkMisc))
                                                                           ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:38:32: note: expanded from macro 'GTK_TYPE_MISC'
#define GTK_TYPE_MISC                  (gtk_misc_get_type ())
                                        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:69:1: note: 'gtk_misc_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:314:5: warning: 'gtk_misc_set_padding' is deprecated [-Wdeprecated-declarations]
    gtk_misc_set_padding(GTK_MISC(tmp), 1, 1);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:79:1: note: 'gtk_misc_set_padding' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:314:26: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations]
    gtk_misc_set_padding(GTK_MISC(tmp), 1, 1);
                         ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:39:67: note: expanded from macro 'GTK_MISC'
#define GTK_MISC(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_MISC, GtkMisc))
                                                                           ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:38:32: note: expanded from macro 'GTK_TYPE_MISC'
#define GTK_TYPE_MISC                  (gtk_misc_get_type ())
                                        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:69:1: note: 'gtk_misc_get_type' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:346:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:394:89: warning: 'gdk_cursor_new' is deprecated [-Wdeprecated-declarations]
                gdk_window_set_cursor(gtk_widget_get_window(as->tape_status.event_box), gdk_cursor_new(GDK_HAND1));
                                                                                        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:227:1: note: 'gdk_cursor_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:360:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16'
# define GDK_DEPRECATED_IN_3_16               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uistatusbar.c:408:89: warning: 'gdk_cursor_new' is deprecated [-Wdeprecated-declarations]
            gdk_window_set_cursor(gtk_widget_get_window(as->drive_status[i].event_box), gdk_cursor_new (GDK_HAND1)); 
                                                                                        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:227:1: note: 'gdk_cursor_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:360:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16'
# define GDK_DEPRECATED_IN_3_16               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uipalcontrol.c:300:14: warning: 'gtk_hscrollbar_new' is deprecated [-Wdeprecated-declarations]
        sb = gtk_hscrollbar_new(GTK_ADJUSTMENT(adj));
             ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h:60:1: note: 'gtk_hscrollbar_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_scrollbar_new)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:263:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
6 warnings generated.
31 warnings generated.
x11mouse.c:87:9: warning: 'gdk_pointer_ungrab' is deprecated [-Wdeprecated-declarations]
        gdk_pointer_ungrab(GDK_CURRENT_TIME);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:99:1: note: 'gdk_pointer_ungrab' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gdk_device_ungrab)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11mouse.c:108:9: warning: 'gdk_pointer_grab' is deprecated [-Wdeprecated-declarations]
        gdk_pointer_grab(window, 1, GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK, window, cursor, GDK_CURRENT_TIME);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:85:1: note: 'gdk_pointer_grab' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gdk_device_grab)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11mouse.c:174:19: warning: 'gdk_cursor_new' is deprecated [-Wdeprecated-declarations]
    blankCursor = gdk_cursor_new(GDK_BLANK_CURSOR);
                  ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:227:1: note: 'gdk_cursor_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:360:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16'
# define GDK_DEPRECATED_IN_3_16               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11mouse.c:207:13: warning: 'gdk_display_get_pointer' is deprecated [-Wdeprecated-declarations]
            gdk_display_get_pointer (display, NULL, &x, &y, NULL);
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:111:1: note: 'gdk_display_get_pointer' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gdk_device_get_position)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11mouse.c:290:21: warning: 'gdk_display_warp_pointer' is deprecated [-Wdeprecated-declarations]
                    gdk_display_warp_pointer (display, screen, ptrx + xoff, ptry + yoff);
                    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:121:1: note: 'gdk_display_warp_pointer' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gdk_device_warp)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11ui.c:448:34: warning: 'gdk_visual_get_system' is deprecated [-Wdeprecated-declarations]
    depth = gdk_visual_get_depth(gdk_visual_get_system());
                                 ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkvisual.h:89:1: note: 'gdk_visual_get_system' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_screen_get_system_visual)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11ui.c:449:14: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations]
    screen = gdk_screen_get_number(gdk_screen_get_default());
             ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:55:1: note: 'gdk_screen_get_number' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:402:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22'
# define GDK_DEPRECATED_IN_3_22               GDK_DEPRECATED
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11ui.c:814:9: warning: 'gtk_widget_modify_bg' is deprecated [-Wdeprecated-declarations]
        gtk_widget_modify_bg(c->pane, GTK_STATE_NORMAL, &black);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:752:1: note: 'gtk_widget_modify_bg' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_background_color)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
17 warnings generated.
1 warning generated.
x11ui.c:1412:5: warning: 'gtk_widget_size_request' is deprecated [-Wdeprecated-declarations]
    gtk_widget_size_request(win, &req);
    ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:671:1: note: 'gtk_widget_size_request' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_size)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11ui.c:1514:13: warning: 'gdk_pointer_grab' is deprecated [-Wdeprecated-declarations]
            gdk_pointer_grab(gtk_widget_get_window(canvas->emuwindow), 1, 0,
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:85:1: note: 'gdk_pointer_grab' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gdk_device_grab)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11ui.c:1518:9: warning: 'gdk_pointer_ungrab' is deprecated [-Wdeprecated-declarations]
        gdk_pointer_ungrab(GDK_CURRENT_TIME);
        ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:99:1: note: 'gdk_pointer_ungrab' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gdk_device_ungrab)
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:249:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
x11ui.c:1953:13: warning: 'gdk_cairo_create' is deprecated [-Wdeprecated-declarations]
            gdk_cairo_create(gtk_widget_get_window(canvas->emuwindow));
            ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:34:1: note: 'gdk_cairo_create' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context())
^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:403:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/data/scratch/emulators/vice/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:396:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/emulators/vice/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:384:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
5 warnings generated.
7 warnings generated.
joy_usb.c:197:66: error: use of undeclared identifier 'HUP_GENERIC_DESKTOP'
            if (h.kind == hid_collection && HID_PAGE(h.usage) == HUP_GENERIC_DESKTOP && (HID_USAGE(h.usage) == HUG_JOYSTICK || HID_USAGE(h.usage) == HUG_GAME_PAD)) {
                                                                 ^
joy_usb.c:197:112: error: use of undeclared identifier 'HUG_JOYSTICK'
            if (h.kind == hid_collection && HID_PAGE(h.usage) == HUP_GENERIC_DESKTOP && (HID_USAGE(h.usage) == HUG_JOYSTICK || HID_USAGE(h.usage) == HUG_GAME_PAD)) {
                                                                                                               ^
joy_usb.c:197:150: error: use of undeclared identifier 'HUG_GAME_PAD'
            if (h.kind == hid_collection && HID_PAGE(h.usage) == HUP_GENERIC_DESKTOP && (HID_USAGE(h.usage) == HUG_JOYSTICK || HID_USAGE(h.usage) == HUG_GAME_PAD)) {
                                                                                                                                                     ^
joy_usb.c:206:22: error: use of undeclared identifier 'HUP_GENERIC_DESKTOP'
                case HUP_GENERIC_DESKTOP:
                     ^
joy_usb.c:208:30: error: use of undeclared identifier 'HUG_X'
                        case HUG_X:
                             ^
joy_usb.c:209:30: error: use of undeclared identifier 'HUG_RX'
                        case HUG_RX:
                             ^
joy_usb.c:214:30: error: use of undeclared identifier 'HUG_Y'
                        case HUG_Y:
                             ^
joy_usb.c:215:30: error: use of undeclared identifier 'HUG_RY'
                        case HUG_RY:
                             ^
joy_usb.c:220:30: error: use of undeclared identifier 'HUG_HAT_SWITCH'
                        case HUG_HAT_SWITCH:
                             ^
joy_usb.c:227:22: error: use of undeclared identifier 'HUP_BUTTON'
                case HUP_BUTTON:
                     ^
10 errors generated.
Makefile:500: recipe for target 'joy_usb.o' failed
gmake[5]: *** [joy_usb.o] Error 1
gmake[5]: *** Waiting for unfinished jobs....
Makefile:520: recipe for target 'all-recursive' failed
gmake[4]: *** [all-recursive] Error 1
Makefile:408: recipe for target 'all-recursive' failed
gmake[3]: *** [all-recursive] Error 1
Makefile:1980: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
Makefile:1757: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
Makefile:509: recipe for target 'all-recursive' failed
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/emulators/vice
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/emulators/vice