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) ^
Created attachment 133941 [details] [review] Fix build with --disable-voip Add missing ifdefs.
-- 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.