linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] [bctoolbox] [belle-sip] compilation failure becaus


From: Sergej Pupykin
Subject: [Linphone-developers] [bctoolbox] [belle-sip] compilation failure because of API change
Date: Thu, 08 Dec 2016 17:32:16 +0300
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/25.1 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hello all,

bctoolbox 0.4.0 changed API, so belle-sip is broken.

I need to patch it to compile against bctoolbox 0.4.0.

***
  sed -i \
    -e 's|bctbx_list_delete_link|bctbx_list_erase_link|g' \
    -e 's|bctbx_list_remove_link|bctbx_list_unlink|g' \
    include/belle-sip/list.h
  sed -i 's|, super->base.peer_cname ? super->base.peer_cname : 
super->base.peer_name ||' src/transports/tls_channel.c
***

Is bctoolbox API unstable or it was mistake that it was changed
without soname bump?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]