Bug 85104

Summary: telepathy-gabble fails to compile with --disable-voip
Product: Telepathy Reporter: ag+services
Component: gabbleAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED MOVED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium CC: gnome
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix build with --disable-voip

Description ag+services 2014-10-16 18:35:17 UTC
I get the following error When compiling with ./configure --disable-voip:


muc-channel.c: In function 'gabble_muc_channel_can_be_closed':
muc-channel.c:1650:11: error: 'GabbleMucChannelPrivate' has no member named 'calls'
   if (priv->calls != NULL || priv->call_requests != NULL
           ^
muc-channel.c:1650:34: error: 'GabbleMucChannelPrivate' has no member named 'call_requests'
   if (priv->calls != NULL || priv->call_requests != NULL
                                  ^
muc-channel.c:1651:14: error: 'GabbleMucChannelPrivate' has no member named 'call_initiating'
       || priv->call_initiating)
              ^
Comment 1 Gilles Dartiguelongue 2017-09-02 16:31:42 UTC
Created attachment 133941 [details] [review]
Fix build with --disable-voip

Add missing ifdefs.
Comment 2 GitLab Migration User 2019-12-03 20:01:07 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/275.

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.