Bug 85104 - telepathy-gabble fails to compile with --disable-voip
Summary: telepathy-gabble fails to compile with --disable-voip
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: gabble (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 18:35 UTC by ag+services
Modified: 2019-12-03 20:01 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Fix build with --disable-voip (715 bytes, patch)
2017-09-02 16:31 UTC, Gilles Dartiguelongue
Details | Splinter Review

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.