martin rudalics schrieb am Mi., 23. Aug. 2017 um 10:46 Uhr: > > Code in src/gtkutil.c calls gtk_window_parse_geometry, which is > > deprecated > > ( > https://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-parse-geometry > ) > > and has been removed in unstable > > ( > https://git.gnome.org/browse/gtk+/diff/gtk/gtkwindow.h?id=c2125e80a345af13d5d886d4ae56fba2926dc267 > ). > > 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. But doesn't removing the declaration break the build even if the function isn't called? > Can you build with unstable? > Haven't tried that (GTK appears to use a quite idiosyncratic build system), but the Emacs build already breaks on Debian testing when configuring with '--enable-gcc-warnings --enable-gtk-deprecation-warnings' (there are a few more deprecated functions that Emacs uses).