【问题标题】:Linphone IOS Build IssueLinphone IOS 构建问题
【发布时间】:2013-08-02 15:10:12
【问题描述】:

我正在尝试在 Mac Mountain Lion 上编译 linphone-iphone 模块。 Xcode 4.5 版。

我按照以下链接http://shallwelearn.com/blog/?p=6 中给出的步骤进行操作。

我成功跨过了第4步。

在Step5中,我执行了命令

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

我收到以下错误:

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

所以我下载了 antlr.jar(version-3.5) 并添加了类路径。但我仍然遇到同样的错误。 谁能帮我解决这个问题?

【问题讨论】:

    标签: ios build xcode4.5 osx-mountain-lion linphone


    【解决方案1】:

    最后我通过执行“sudo port install antlr3”命令解决了这个问题。

    执行此命令后,我执行“make all”。它正在构建没有错误

    【讨论】:

    • Linux 用户注意“port”是一个 Mac 命令。您将需要以不同的方式安装 antlr3。
    猜你喜欢
    • 2020-06-10
    • 2016-03-31
    • 2019-04-20
    • 2020-11-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多