Compilation fails in libvpx while building CSipSim

2020-07-29 23:58发布

问题:

I am trying to build CSipSimple for android by following the steps mentioned here https://sourceforge.net/p/csipsimple/wiki/HowToBuild/?version=1 but facing following issue after executing make command :-

make make[1]: Entering directory /home/tajintder/Desktop/Drive_D/CSipSimple-master/jni/libvpx' Cloning into 'sources'... fatal: repository 'https://code.google.com/p/webm.libvpx/' not found /bin/sh: 2: cd: can't cd to sources fatal: Not a git repository (or any parent up to mount point /home/tajintder/Desktop/Drive_D) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: Not a git repository (or any parent up to mount point /home/tajintder/Desktop/Drive_D) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: Not a git repository (or any parent up to mount point /home/tajintder/Desktop/Drive_D) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). make[1]: * [sources] Error 128 make[1]: Leaving directory/home/tajintder/Desktop/Drive_D/CSipSimple-master/jni/libvpx' make: * [jni/libvpx/sources] Error 2

It would be nice if anyone can help me out from this problem.

回答1:

I got the same error
I solved it by downloading the repository manually from here
Extract the files in /jni/libvpx/
It should have one folder named libvpx
Change the directory name to sources
Hope this help