[Bug 29930] New: Build error with glib 2.25

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 1 11:40:54 CEST 2010


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

           Summary: Build error with glib 2.25
           Product: Telepathy
           Version: git master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: tp-qt4
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: xclaesse at gmail.com
         QAContact: telepathy-bugs at lists.freedesktop.org


The upcoming glib 2.26 will have a struct member called "signals" in its
headers (included from gio.h). The problem is that qobjectdefs.h does "#define
signals protected" which cause build errors when using qt and glib together.

To work around this, I guess we need to add some #undef signals in various
places. I'll try to make a patch.

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