telepathy-gabble fails to compile with --disable-voip
Submitted by ag+..@..oc.com
Assigned to Telepathy bugs list
Description
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) ^
Version: git master