Summary: | Telepathy Qt4 cannot compile against glib 2.31.0 and above | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Rohan Garg <rohan> |
Component: | tp-qt | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git master | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Rohan Garg
2012-02-09 10:49:37 UTC
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]) (In reply to comment #1) > 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]) Thanks for the tip, I did the same in tp-qt, merged upstream. It will be in tp-qt 0.9.1 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.