Linphone build error in . /prepare.py

Asked

Viewed 44 times

1

I downloaded the linphone project from git, installed all the necessary dependencies and set everything up right ( I believe ) but when executing the command

./prepare.py

the same closes in the middle of the compilation at this point

-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using toolchain file '/home/jasar/StudioProjects/linphone-android/submodules/cmake-builder/toolchains/toolchain-android-arm.cmake'
-- Using configuration file '/home/jasar/StudioProjects/linphone-android/submodules/cmake-builder/configs/config-android.cmake'
-- Found PythonInterp: /usr/bin/python (found version "2.7.9") 
CMake Error at cmake/CheckBuildTools.cmake:147 (message):
  Could not find the pkg-config program.
Call Stack (most recent call first):
  builders/CMakeLists.txt:66 (include)
  configs/config-android.cmake:61 (include)
  CMakeLists.txt:67 (include)


-- Configuring incomplete, errors occurred!
See also "/home/jasar/StudioProjects/linphone-android/WORK/android-arm/cmake/CMakeFiles/CMakeOutput.log".

follow the cmakeoutput log -> http://s000.tinyupload.com/? file_id=42144343558195282206

someone would kindly advise me on the subject?

1 answer

0


Try running this command on the terminal as root or using sudo

apt-get install pkg-config -y

then use

./perape.py --list-features

if you list Features then it can already be compiled without errors.

  • really worked, rsss now I’ll continue here thanks. let’s go to the problem Prox ^

Browser other questions tagged

You are not signed in. Login or sign up in order to post.