From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
=C2=A0> Code in src/gtkutil.c calls gtk_window_parse_geome= try, which is
=C2=A0> deprecated
=C2=A0> (https://= developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-parse-geometry)
=C2=A0> and has been removed in unstable
=C2=A0> (https://git.gnome.org/browse/gtk+/diff/gtk/gtkwindow.h?id=3Dc21= 25e80a345af13d5d886d4ae56fba2926dc267).
=C2=A0> Emacs needs to stop using this function.
By default we don't call gtk_window_parse_geometry any more so this
should not be grave.
Can you build with unstable?