bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28189: 26.0.50; Emacs uses deprecated function gtk_window_parse_geom


From: Philipp Stephani
Subject: bug#28189: 26.0.50; Emacs uses deprecated function gtk_window_parse_geometry
Date: Wed, 23 Aug 2017 10:38:22 +0000



martin rudalics <rudalics@gmx.at> 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).

reply via email to

[Prev in Thread] Current Thread [Next in Thread]