无法在mac Xcode8上编译LinPhone

时间:2016-11-09 08:49:56

标签: ios iphone xcode8 linphone

我试图为iphone编译linphone但没有运气显示此代码的错误:

这里:

 size_t count = bctbx_list_size(linphone_core_get_proxy_config_list(LC));

这里:

? bctbx_list_index(linphone_core_get_proxy_config_list(LC), linphone_core_get_default_proxy_config(LC))

在这里:

LinphoneProxyConfig *proxy = bctbx_list_nth_data(linphone_core_get_proxy_config_list(LC),

错误:

/Users/araby/Downloads/linphone-iphone-master/Classes/SideMenuTableView.m:105:24: Incompatible pointer types passing 'MSList *' (aka 'struct _MSList *') to parameter of type 'bctbx_list_t *' (aka 'struct _bctbx_list *')

这也是

/Users/araby/Downloads/linphone-iphone-master/Classes/CallSideMenuView.m:150:100: No member named 'rtp_remote_family' in 'struct _LinphoneCallStats'


/Users/araby/Downloads/linphone-iphone-master/Classes/CallSideMenuView.m:72:91: Use of undeclared identifier 'LinphoneAddressFamilyInet'

发生了什么以及任何解决这个问题的想法,所以我可以编译它?我有2天的搜索没有运气

0 个答案:

没有答案