[Telepathy] [Bug 13282] New: missing compatibility defines

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Nov 16 18:59:39 PST 2007


http://bugs.freedesktop.org/show_bug.cgi?id=13282

           Summary: missing compatibility defines
           Product: Telepathy
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: libtelepathy
        AssignedTo: telepathy at lists.freedesktop.org
        ReportedBy: hub at figuiere.net


I'm trying to compile telepathy-mission-control 4.49 against libtelepathy 0.3.0

I get this error:

mcd-channel.c: In function '_mcd_channel_release_tp_channel':
mcd-channel.c:263: error: 'TP_IFACE_QUARK_CONTACT_LIST' undeclared (first use
in this function)
mcd-channel.c:263: error: (Each undeclared identifier is reported only once
mcd-channel.c:263: error: for each function it appears in.)


Line 263 in mcd-channel.c use TELEPATHY_CHAN_IFACE_CONTACTLIST_QUARK which is
defined as follow in telepathy-1.0/tp-chan.h

#define TELEPATHY_CHAN_IFACE_CONTACTLIST_QUARK \
  TP_IFACE_QUARK_CONTACT_LIST

But then I can't find TP_IFACE_QUARK_CONTACT_LIST anywhere else.

But I can find TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_LIST.

Attached is a patch to fix that.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Telepathy mailing list