configure: WARNING: unrecognized options: --disable-maintainer-flags
configure: WARNING:
You will not be able to create source packages with 'make dist'
because gtk-doc >= 1.10 is not found.
configure: WARNING: unrecognized options: --disable-maintainer-flags
baobab.c: In function ‘check_menu_sens’:
baobab.c:144:17: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
144 | gtk_action_set_sensitive (GET_ACTION ("expand_all"), TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252,
from baobab.c:24:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:145:17: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
145 | gtk_action_set_sensitive (GET_ACTION ("collapse_all"), TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:150:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
150 | gtk_action_set_sensitive (GET_ACTION ("menuscanhome"), !scanning);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:151:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
151 | gtk_action_set_sensitive (GET_ACTION ("menuallfs"), !scanning);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:152:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
152 | gtk_action_set_sensitive (GET_ACTION ("menuscandir"), !scanning);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:153:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
153 | gtk_action_set_sensitive (GET_ACTION ("menustop"), scanning);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:154:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
154 | gtk_action_set_sensitive (GET_ACTION ("menurescan"), !scanning && has_current_location);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:155:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
155 | gtk_action_set_sensitive (GET_ACTION ("preferenze1"), !scanning);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:156:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
156 | gtk_action_set_sensitive (GET_ACTION ("menu_scan_rem"), !scanning);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:157:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
157 | gtk_action_set_sensitive (GET_ACTION ("ck_allocated"), !scanning && baobab.is_local);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c: In function ‘baobab_scan_location’:
baobab.c:234:17: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
234 | gtk_toggle_action_set_active (ck_allocated, FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36,
from /usr/include/gtk-3.0/gtk/gtk.h:272:
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
82 | void gtk_toggle_action_set_active (GtkToggleAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:235:17: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
235 | gtk_action_set_sensitive (GTK_ACTION (ck_allocated), FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:239:17: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
239 | gtk_action_set_sensitive (GTK_ACTION (ck_allocated), TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c: In function ‘main’:
baobab.c:1293:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
1293 | gtk_action_set_sensitive (GET_ACTION ("menurescan"), FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
baobab.c:1296:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
1296 | gtk_toggle_action_set_active (GET_TOGGLE_ACTION ("ck_allocated"),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
82 | void gtk_toggle_action_set_active (GtkToggleAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
baobab-cell-renderer-progress.c: In function ‘baobab_cell_renderer_progress_render’:
baobab-cell-renderer-progress.c:218:3: warning: ‘gtk_widget_get_style’ is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
218 | style = gtk_widget_get_style (widget);
| ^~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277,
from baobab-cell-renderer-progress.h:23,
from baobab-cell-renderer-progress.c:26:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
from /usr/include/gtk-3.0/gdk/gdk.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from baobab-ringschart.c:39:
baobab-ringschart.c: In function ‘baobab_ringschart_calculate_item_geometry’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol: replace with "memmove"
1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
| ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
1304 | _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/glib-visibility.h:278:46: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_FOR’
278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gutils.h:315:64: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_IN_2_40_FOR’
315 | G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
baobab-ringschart.c:252:7: note: in expansion of macro ‘g_memmove’
252 | g_memmove (&p_data, parent->data, sizeof (BaobabRingschartItem));
| ^~~~~~~~~
baobab-ringschart.c: In function ‘baobab_ringschart_draw_subfolder_tips’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol: replace with "memmove"
1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
| ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
1304 | _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/glib-visibility.h:278:46: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_FOR’
278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gutils.h:315:64: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_IN_2_40_FOR’
315 | G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
baobab-ringschart.c:526:11: note: in expansion of macro ‘g_memmove’
526 | g_memmove (&last_rect, &_rect, sizeof (GdkRectangle));
| ^~~~~~~~~
callbacks.c: In function ‘on_ck_allocated_activate’:
callbacks.c:261:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
261 | baobab.show_allocated = gtk_toggle_action_get_active (action);
| ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36,
from /usr/include/gtk-3.0/gtk/gtk.h:272,
from callbacks.c:25:
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
from /usr/include/gtk-3.0/gdk/gdk.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from baobab-treemap.c:32:
baobab-treemap.c: In function ‘baobab_treemap_calculate_item_geometry’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol: replace with "memmove"
1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
| ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
1304 | _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/glib-visibility.h:278:46: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_FOR’
278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gutils.h:315:64: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_IN_2_40_FOR’
315 | G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
baobab-treemap.c:215:7: note: in expansion of macro ‘g_memmove’
215 | g_memmove (&p_area, parent->data, sizeof (cairo_rectangle_t));
| ^~~~~~~~~
baobab-chart.c: In function ‘baobab_chart_expose’:
baobab-chart.c:775:3: warning: ‘gdk_cairo_create’ is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations]
775 | cr = gdk_cairo_create (gtk_widget_get_window (chart));
| ^~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:33,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from baobab-chart.c:36:
/usr/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here
35 | cairo_t * gdk_cairo_create (GdkWindow *window);
| ^~~~~~~~~~~~~~~~
INFO: Reading gdict-marshal.list...
INFO: Reading gdict-marshal.list...
gdict-defbox.c: In function ‘gdict_defbox_set_font_name’:
gdict-defbox.c:2819:3: warning: ‘gtk_widget_override_font’ is deprecated [-Wdeprecated-declarations]
2819 | gtk_widget_override_font (priv->text_view, font_desc);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from gdict-defbox.c:41:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
1153 | void gtk_widget_override_font (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c: In function ‘set_window_default_size’:
gdict-applet.c:137:3: warning: ‘gtk_widget_get_style’ is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
137 | font_size = pango_font_description_get_size (gtk_widget_get_style (defbox)->font_desc);
| ^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277,
from gdict-applet.c:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
gdict-applet.c: In function ‘gdict_applet_set_menu_items_sensitive’:
gdict-applet.c:261:3: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
261 | action = gtk_action_group_get_action (applet->priv->context_menu_action_group,
| ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c:263:3: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
263 | gtk_action_set_sensitive (action, is_sensitive);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c:264:3: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
264 | action = gtk_action_group_get_action (applet->priv->context_menu_action_group,
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c:266:3: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
266 | gtk_action_set_sensitive (action, is_sensitive);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c:267:3: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
267 | action = gtk_action_group_get_action (applet->priv->context_menu_action_group,
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c:269:3: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
269 | gtk_action_set_sensitive (action, is_sensitive);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c: In function ‘gdict_applet_factory’:
gdict-applet.c:1254:7: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
1254 | priv->context_menu_action_group = gtk_action_group_new ("Dictionary Applet Actions");
| ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
gdict-applet.c:1256:7: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
1256 | gtk_action_group_set_translation_domain(priv->context_menu_action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here
252 | void gtk_action_group_set_translation_domain (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c:1259:7: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
1259 | gtk_action_group_add_actions(priv->context_menu_action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c: In function ‘gdict_applet_change_orient’:
gdict-applet.c:819:6: warning: ‘new_size’ may be used uninitialized [-Wmaybe-uninitialized]
819 | if (new_size != priv->size)
| ^
gdict-applet.c:801:9: note: ‘new_size’ was declared here
801 | guint new_size;
| ^~~~~~~~
In function ‘set_window_default_size’,
inlined from ‘window_show_cb’ at gdict-applet.c:303:3:
gdict-applet.c:159:17: warning: ‘display’ may be used uninitialized [-Wmaybe-uninitialized]
159 | monitor_num = gdk_display_get_monitor_at_window (display,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160 | gtk_widget_get_window (widget));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gdict-applet.c: In function ‘window_show_cb’:
gdict-applet.c:125:15: note: ‘display’ was declared here
125 | GdkDisplay *display;
| ^~~~~~~
mate-screenshot.c: In function ‘try_check_file’:
mate-screenshot.c:1020:3: warning: ‘g_io_scheduler_job_send_to_mainloop_async’ is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations]
1020 | g_io_scheduler_job_send_to_mainloop_async (io_job,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:103,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gdk/gdkx.h:28,
from mate-screenshot.c:26:
/usr/include/glib-2.0/gio/gioscheduler.h:49:10: note: declared here
49 | void g_io_scheduler_job_send_to_mainloop_async (GIOSchedulerJob *job,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-screenshot.c: In function ‘push_check_file_job’:
mate-screenshot.c:1084:3: warning: ‘g_io_scheduler_push_job’ is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations]
1084 | g_io_scheduler_push_job (try_check_file,
| ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gioscheduler.h:36:10: note: declared here
36 | void g_io_scheduler_push_job (GIOSchedulerJobFunc job_func,
| ^~~~~~~~~~~~~~~~~~~~~~~
screenshot-xfer.c: In function ‘run_overwrite_confirm_dialog’:
screenshot-xfer.c:173:3: warning: ‘g_io_scheduler_job_send_to_mainloop’ is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations]
173 | g_io_scheduler_job_send_to_mainloop (job->io_job,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:103,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from screenshot-xfer.h:24,
from screenshot-xfer.c:25:
/usr/include/glib-2.0/gio/gioscheduler.h:44:10: note: declared here
44 | gboolean g_io_scheduler_job_send_to_mainloop (GIOSchedulerJob *job,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
screenshot-xfer.c: In function ‘transfer_progress_cb’:
screenshot-xfer.c:246:3: warning: ‘g_io_scheduler_job_send_to_mainloop_async’ is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations]
246 | g_io_scheduler_job_send_to_mainloop_async (job->io_job,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gioscheduler.h:49:10: note: declared here
49 | void g_io_scheduler_job_send_to_mainloop_async (GIOSchedulerJob *job,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
screenshot-xfer.c: In function ‘transfer_file’:
screenshot-xfer.c:360:3: warning: ‘g_io_scheduler_job_send_to_mainloop_async’ is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations]
360 | g_io_scheduler_job_send_to_mainloop_async (io_job,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gioscheduler.h:49:10: note: declared here
49 | void g_io_scheduler_job_send_to_mainloop_async (GIOSchedulerJob *job,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
screenshot-xfer.c: In function ‘screenshot_xfer_uri’:
screenshot-xfer.c:390:3: warning: ‘g_io_scheduler_push_job’ is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations]
390 | g_io_scheduler_push_job (transfer_file,
| ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gioscheduler.h:36:10: note: declared here
36 | void g_io_scheduler_push_job (GIOSchedulerJobFunc job_func,
| ^~~~~~~~~~~~~~~~~~~~~~~
INFO: Reading logview-marshal.list...
INFO: Reading logview-marshal.list...
logview-window.c: In function ‘logview_set_font’:
logview-window.c:258:5: warning: ‘gtk_widget_override_font’ is deprecated [-Wdeprecated-declarations]
258 | gtk_widget_override_font (logview->priv->text_view, font_desc);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from logview-window.c:28:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
1153 | void gtk_widget_override_font (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~
logview-window.c: In function ‘logview_set_fontsize’:
logview-window.c:273:3: warning: ‘gtk_widget_override_font’ is deprecated [-Wdeprecated-declarations]
273 | gtk_widget_override_font (priv->text_view, fontdesc);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
1153 | void gtk_widget_override_font (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~
logview-findbar.c: In function ‘unbold_timeout_cb’:
logview-findbar.c:139:3: warning: ‘gtk_widget_override_font’ is deprecated [-Wdeprecated-declarations]
139 | gtk_widget_override_font (findbar->priv->message, desc);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from logview-findbar.c:26:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
1153 | void gtk_widget_override_font (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~
logview-findbar.c: In function ‘logview_findbar_set_message’:
logview-findbar.c:338:5: warning: ‘gtk_widget_override_font’ is deprecated [-Wdeprecated-declarations]
338 | gtk_widget_override_font (findbar->priv->message, desc);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
1153 | void gtk_widget_override_font (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: '../../mate-dictionary/libgdict/libmatedict.la' has not been installed in '/usr/lib'
libtool: warning: '../../mate-dictionary/libgdict/libmatedict.la' has not been installed in '/usr/lib'