简体   繁体   English

Linphone IOS构建问题

[英]Linphone IOS Build Issue

I am trying to compile linphone-iphone module on Mac Mountain Lion. 我正在尝试在Mac Mountain Lion上编译linphone-iphone模块。 Xcode version 4.5. Xcode版本4.5。

I followed the steps given in the following link http://shallwelearn.com/blog/?p=6 . 我遵循以下链接http://shallwelearn.com/blog/?p=6中给出的步骤。

I successfully crossed upto step4. 我成功地进入了步骤4。

In Step5, I executed the command 在Step5中,我执行了命令

    “make -f builder-iphone-simulator.mk all && make -f builder-iphone-os.mk all 
&&make -f builder-iphone-os.mk delivery-sdk”

I got the following Error: 我收到以下错误:

checking whether res_ndestroy is declared… yes
checking for antlr3… no
configure: error: Could not find antlr.jar. Please install antlr3
make[1]: *** [/Hub/SIP_Implementation/IOS/workspace/linphone-iphone/submodules/build/../build-i386-apple-darwin/belle-sip/Makefile] Error 1
make: *** [build] Error 2

So I downloaded the antlr.jar(version-3.5) and added classpath. 因此,我下载了antlr.jar(version-3.5)并添加了类路径。 But Still I am getting the same error. 但是我仍然遇到同样的错误。 Can anybody help me to fix this? 有人可以帮我解决这个问题吗?

Finally I fixed the issue by executing “sudo port install antlr3″ command. 最后,我通过执行“ sudo port install antlr3”命令解决了该问题。

After executing this command, I execute the "make all". 执行此命令后,我执行“全部制作”。 It is building without error 它正在建造而没有错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM