Jonathan Blandford wrote:
Luis Villa <louie ximian com> writes:Modules currently failing to build/install: * libbonoboui: http://gnome-build.ximian.com/tinderbox/LATEST/libbonoboui.html#buildRecent change in libgnome: * libgnome/gnome-i18n.h: Deprecate, use glib/gi18n.h and g_get_language_names instead. I fixed this in libbonoboui.
To clarify, the problem here was that libbonoboui was compiled with -DGNOME_DISABLE_DEPRECATED (which it really shouldn't), and thus when gnome-i18n.h was marked as deprecated, stuff broke.
Anders