make[3]: Leaving directory '/root/rpmbuild/BUILD/xfdesktop-4.13.2/settings' make[3]: Entering directory '/root/rpmbuild/BUILD/xfdesktop-4.13.2/settings' CC xfdesktop_settings-main.o main.c: In function 'xfdesktop_settings_update_iconview_frame_name': main.c:730:5: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] if(gdk_screen_get_n_monitors(gtk_widget_get_screen(panel->chk_apply_to_all)) > 1) { ^~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from main.c:44: /usr/include/gtk-3.0/gdk/gdkscreen.h:74:14: note: declared here gint gdk_screen_get_n_monitors (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'cb_update_background_tab': main.c:1539:5: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations] monitor_num = gdk_screen_get_monitor_at_window(gtk_widget_get_screen(panel->image_iconview), window); ^~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from main.c:44: /usr/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here gint gdk_screen_get_monitor_at_window (GdkScreen *screen, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1590:5: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] if(panel->monitor == 0 && gdk_screen_get_n_monitors(gtk_widget_get_screen(panel->image_iconview)) > 1) { ^~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from main.c:44: /usr/include/gtk-3.0/gdk/gdkscreen.h:74:14: note: declared here gint gdk_screen_get_n_monitors (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'cb_xfdesktop_icon_orientation_changed': main.c:1767:29: error: format not a string literal and no format arguments [-Werror=format-security] NULL, question)) ^~~~ cc1: some warnings being treated as errors make[3]: *** [Makefile:619: xfdesktop_settings-main.o] Error 1 make[3]: Leaving directory '/root/rpmbuild/BUILD/xfdesktop-4.13.2/settings' make[2]: *** [Makefile:490: all] Error 2 make[1]: *** [Makefile:578: all-recursive] Error 1 make: *** [Makefile:489: all] Error 2