[Bug 59165] g_type_init is deprecated from GLib 2.35.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 9 13:48:59 CET 2013


https://bugs.freedesktop.org/show_bug.cgi?id=59165

--- Comment #3 from Debarshi Ray <rishi.is at lostca.se> ---
(In reply to comment #1)
> I would suggest including the config.h then add
> AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_34, [Ignore post 2.34
> deprecations])
> 
> or s/34/30/ if that's what logger depends on atm.


The reason for having this:
AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, [Build with GLib deprecated])
... is GValueArray which was deprecated in 2.31.x. So we would still need to
ignore pre-2.34 warnings.

Or did I misunderstand you?

-- 
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