BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
393 stars 201 forks source link

DELETED #723

Closed leukimi closed 11 months ago

leukimi commented 1 year ago

DELETED

smorlat commented 1 year ago

Hi,

Thank for reaching us about these issues. There are probably multiple causes involved.

For "undefined symbol: _ZN14FlexiAPIClientC1EP13_LinphoneCore", compiling the linphone-sdk with -DENABLE_FLEXIAPI=ON should solve the issue.

For the crashes at startup, there are likely to be caused by a wrong dependency within C++ static object initialisation that we recently discovered. Depending on how the C++ compiler decides the order of static initializers, it sometimes works, and sometimes fails. Version 5.2.5 of linphone-sdk should solve these crashes.

Best regards,

Simon