Compilation fails in libvpx while building CSipSimple source

孤人 提交于 2020-01-13 06:54:08

问题


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



来源:https://stackoverflow.com/questions/38905389/compilation-fails-in-libvpx-while-building-csipsimple-source

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!