linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] SDK 4.5 and 4.5.14 build error


From: Safrana Shereen
Subject: [Linphone-developers] SDK 4.5 and 4.5.14 build error
Date: Fri, 9 Jul 2021 12:59:01 +0000

Hi,

 

I build the latest version of  linphone-sdk (5.0- alpha and 5.0-beta). It was successfully built. But I want to build version 4.5. 

When I checkout 4.5 branch from master branch do the build it getting errors. I did like below,

 

I clone a project using 

-> ''git clone https://github.com/BelledonneCommunications/linphone-sdk.git --recursive"

-> git checkout 4.5.0

-> git submodule update --init --recursive

then inside the linphone-sdk folder,

   -> mkdir build and cd build

   -> cmake .. -DLINPHONESDK_PLATFORM=IOS -DENABLE_SILK=YES -DENABLE_G729==YES

   -> cmake --build . --parallel 20

 

I got like bellow error

 

make[7]: *** [src/CMakeFiles/linphone.dir/all] Error 2 make[6]: *** [all] Error 2 make[5]: *** [/Users/safranashereen/Desktop/testingsdkgitlab4.5/linphone-sdk/builf/WORK/ios-arm64/Stamp/EP_linphone/EP_linphone-build] Error 2 make[4]: *** [CMakeFiles/EP_linphone.dir/all] Error 2 make[3]: *** [all] Error 2 make[2]: *** [ios-arm64-prefix/src/ios-arm64-stamp/ios-arm64-build] Error 2 make[1]: *** [CMakeFiles/ios-arm64.dir/all] Error 2 62 warnings generated. 60 warnings generated. 2 warnings generated. 49 warnings generated. 49 warnings generated. 131 warnings generated. 135 warnings generated. 137 warnings generated. 151 warnings generated. make[7]: *** [src/CMakeFiles/linphone.dir/all] Error 2 make[6]: *** [all] Error 2 make[5]: *** [/Users/safranashereen/Desktop/testingsdkgitlab4.5/linphone-sdk/builf/WORK/ios-x86_64/Stamp/EP_linphone/EP_linphone-build] Error 2 make[4]: *** [CMakeFiles/EP_linphone.dir/all] Error 2 make[3]: *** [all] Error 2 make[2]: *** [ios-x86_64-prefix/src/ios-x86_64-stamp/ios-x86_64-build] Error 2 make[1]: *** [CMakeFiles/ios-x86_64.dir/all] Error 2

 

 

I don't know how to fix this error. Please help me to fix it.

 

Thank you.


reply via email to

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