autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
autoreconf: running: /usr/bin/autoconf --force
configure.ac:6: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:6: You should use the 'AC_CONFIG_HEADERS' macro instead.
aclocal.m4:1279: AM_CONFIG_HEADER is expanded from...
configure.ac:6: the top level
configure.ac:14: warning: The macro 'AC_STDC_HEADERS' is obsolete.
configure.ac:14: You should run autoupdate.
./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from...
configure.ac:14: the top level
configure.ac:14: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:14: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from...
configure.ac:14: the top level
configure.ac:15: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:15: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:15: the top level
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:12: installing './compile'
configure.ac:7: installing './missing'
data/Makefile.am:14: warning: '%'-style pattern rules are a GNU make extension
data/Makefile.am:19: warning: '%'-style pattern rules are a GNU make extension
data/Makefile.am:33: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am: installing './depcomp'
autoreconf: Leaving directory '.'
applet-main.c: In function ‘menubar_on_draw’:
applet-main.c:815:17: warning: ‘gtk_paint_focus’ is deprecated: Use 'GtkStyleContext and gtk_render_focus' instead [-Wdeprecated-declarations]
815 | gtk_paint_focus(gtk_widget_get_style(widget),
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277,
from /usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h:30,
from applet-main.c:27:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:630:6: note: declared here
630 | void gtk_paint_focus (GtkStyle *style,
| ^~~~~~~~~~~~~~~
applet-main.c:815:17: warning: ‘gtk_widget_get_style’ is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
815 | gtk_paint_focus(gtk_widget_get_style(widget),
| ^~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c:817:33: warning: ‘gtk_widget_get_state’ is deprecated: Use 'gtk_widget_get_state_flags' instead [-Wdeprecated-declarations]
817 | gtk_widget_get_state(menubar),
| ^~~~~~~~~~~~~~~~~~~~
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:
/usr/include/gtk-3.0/gtk/gtkwidget.h:827:23: note: declared here
827 | GtkStateType gtk_widget_get_state (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c: In function ‘applet_fill_cb’:
applet-main.c:1037:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
1037 | action_group = gtk_action_group_new ("Indicator Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c:1038:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
1038 | gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
applet-main.c:1039:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
1039 | gtk_action_group_add_actions (action_group, menu_actions,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
applet-main.c: In function ‘menubar_on_draw’:
applet-main.c:815:17: warning: ‘gtk_paint_focus’ is deprecated: Use 'GtkStyleContext and gtk_render_focus' instead [-Wdeprecated-declarations]
815 | gtk_paint_focus(gtk_widget_get_style(widget),
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277,
from /usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h:30,
from applet-main.c:27:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:630:6: note: declared here
630 | void gtk_paint_focus (GtkStyle *style,
| ^~~~~~~~~~~~~~~
applet-main.c:815:17: warning: ‘gtk_widget_get_style’ is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
815 | gtk_paint_focus(gtk_widget_get_style(widget),
| ^~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c:817:33: warning: ‘gtk_widget_get_state’ is deprecated: Use 'gtk_widget_get_state_flags' instead [-Wdeprecated-declarations]
817 | gtk_widget_get_state(menubar),
| ^~~~~~~~~~~~~~~~~~~~
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:
/usr/include/gtk-3.0/gtk/gtkwidget.h:827:23: note: declared here
827 | GtkStateType gtk_widget_get_state (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c: In function ‘applet_fill_cb’:
applet-main.c:1037:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
1037 | action_group = gtk_action_group_new ("Indicator Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c:1038:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
1038 | gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
applet-main.c:1039:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
1039 | gtk_action_group_add_actions (action_group, menu_actions,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
applet-main.c: In function ‘menubar_on_draw’:
applet-main.c:815:17: warning: ‘gtk_paint_focus’ is deprecated: Use 'GtkStyleContext and gtk_render_focus' instead [-Wdeprecated-declarations]
815 | gtk_paint_focus(gtk_widget_get_style(widget),
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277,
from /usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h:30,
from applet-main.c:27:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:630:6: note: declared here
630 | void gtk_paint_focus (GtkStyle *style,
| ^~~~~~~~~~~~~~~
applet-main.c:815:17: warning: ‘gtk_widget_get_style’ is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
815 | gtk_paint_focus(gtk_widget_get_style(widget),
| ^~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c:817:33: warning: ‘gtk_widget_get_state’ is deprecated: Use 'gtk_widget_get_state_flags' instead [-Wdeprecated-declarations]
817 | gtk_widget_get_state(menubar),
| ^~~~~~~~~~~~~~~~~~~~
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:
/usr/include/gtk-3.0/gtk/gtkwidget.h:827:23: note: declared here
827 | GtkStateType gtk_widget_get_state (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c: In function ‘applet_fill_cb’:
applet-main.c:1037:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
1037 | action_group = gtk_action_group_new ("Indicator Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
applet-main.c:1038:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
1038 | gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
applet-main.c:1039:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
1039 | gtk_action_group_add_actions (action_group, menu_actions,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~