[Bug 45850] Telepathy Qt4 cannot compile against glib 2.31.0 and above
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Feb 10 10:48:11 CET 2012
https://bugs.freedesktop.org/show_bug.cgi?id=45850
--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2012-02-10 01:48:11 PST ---
The tests should disable GLib deprecation warnings, for the moment: using GValueArray in dbus-glib code is unavoidable, and the current version of
telepathy-glib uses dbus-glib.
Telepathy 1.0 will hopefully get rid of all the GValueArrays.
Here's what appears in telepathy-glib's configure.ac:
# Disable GLib deprecation warnings for now; GValueArray is deprecated but we
# need it for dbus-glib.
AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, [Build with GLib deprecated])
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list