Can't build linphone-sdk for android without Sqlite (and with bcg729)
I clone linphone-sdk by this command:
$git clone https://gitlab.linphone.org/BC/public/linphone-sdk.git --recursive
and build with this two command:
$cmake -DLINPHONESDK_PLATFORM=Android -DLINPHONESDK_ANDROID_ARCHS=arm64 -DENABLE_VIDEO=NO -DENABLE_WEBRTC_AECM=NO -DENABLE_WEBRTC_AEC=NO -DENABLE_NON_FREE_CODECS=ON -DENABLE_SQLITE=OFF
$cmake --build . -- -j 25
then after some minutes i got this error:****
-- Installing: /home/tularjahaj/Android/linphone-sdk/build/linphone-sdk/android-arm64/include/xercesc/xinclude/XIncludeUtils.hpp
-- Installing: /home/tularjahaj/Android/linphone-sdk/build/linphone-sdk/android-arm64/include/xercesc/util/Xerces_autoconf_config.hpp
[ 51%] Completed 'EP_xerces'
[ 51%] Built target EP_xerces
Makefile:83: recipe for target 'all' failed
make[3]: *** [all] Error 2
CMakeFiles/android-arm64.dir/build.make:112: recipe for target 'android-arm64-prefix/src/android-arm64-stamp/android-arm64-build' failed
make[2]: *** [android-arm64-prefix/src/android-arm64-stamp/android-arm64-build] Error 2
CMakeFiles/Makefile2:178: recipe for target 'CMakeFiles/android-arm64.dir/all' failed
make[1]: *** [CMakeFiles/android-arm64.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
can anyone tell me what is happening there?????****