我是linphone的新手,并试图在我的Windows机器上编译它。
我的系统配置和已安装的linphone软件/依赖项如下:
windows-7 32位操作系统平台
安装了MinGW.exe 安装MINGW32(mingw32-git.exe) 安装了构建exe的inno编译器
我已经从网站上下载了linphone 3.7版,并按照README.mingw文件中的所有步骤编译并制作了linphone的设置文件,到目前为止一切正常,没有任何错误。
但是当我尝试使用命令" make setup.exe"从MINGW32构建setup.exe文件时,它会抛出错误:
cp: cannot stst '/usr/.bin/libbzrtp-0.dll' : No such file or directory
make[1]: *** [other-cherrypick] Error 1
make[1]: Leaving directory '/c/sources/linphone'
make : *** [zip] Error 2
请查看我编辑的附件截图。
注意:当我运行" make zip"
时会出现同样的错误我会错过什么吗?有任何依赖性问题吗?请告诉我。 任何帮助将不胜感激。
感谢
答案 0 :(得分:0)
如果你在README.mingw
文件中向下看,你会看到"建立bzrtp"部分。在构建和安装bzrtp之后,我能够在linphone中同时使用make setup.exe
和make zip
。