无法编译-PJSIP-VOIP应用程序

问题描述 投票:0回答:1

我正在尝试使用以下网址创建示例voip应用。

http://code.google.com/p/pjsip-iphone-audio-driver/wiki/HowToCompile

我正在执行上述URL中提到的步骤。当我尝试在终端上执行以下命令时,出现以下错误。

pjsip eit$ cd ~/Desktop/pjsip
Rs-Mac-mini-2:pjsip eit$ chmod 755 compile.sh
Rs-Mac-mini-2:pjsip eit$ ./compile.sh
./compile.sh: line 15: autoconf: command not found
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin ~/Desktop/pjsip
~/Desktop/pjsip
./compile.sh: line 51: make: command not found
./compile.sh: line 52: make: command not found

这里有什么问题以及如何解决?

iphone ios ios4 voip pjsip
1个回答
1
投票

转到Apple's "Xcode" page here,登录,然后单击“查看下载”链接以获取其他开发人员工具。

您需要安装的是Xcode的“命令行工具”。

您还可以通过转到in this FAQ上详细说明的Xcode偏好设置中的“下载”选项卡来安装这些工具。

一旦您执行了此操作,就应该能够进行“配置”和“制作”。

© www.soinside.com 2019 - 2024. All rights reserved.