gpt4 book ai didi

android - 如何为 Android 编译 PJSIP?

转载 作者:行者123 更新时间:2023-11-30 00:29:13 45 4
gpt4 key购买 nike

我正在尝试为 Android 编译 PJSIP。我遵循此站点的官方教程:https://trac.pjsip.org/repos/wiki/Getting-Started/Android .不幸的是,当我执行命令“make dep”时,出现了这个错误:

/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Samples.mak dependmake[2]: Nothing to be done for `depend'.

我的步骤:
- 我从 svn 克隆了 repo。还尝试了发布包。
- 我添加了 config_site.h。与教程中的完全相同。
- Android NDK 导出在 bash_profile 中定义。
- ./configure-android 的执行没有任何问题。

我正在使用 MacOS 进行构建。我也在 Ubuntu 上试过,但我得到了同样的错误......

在 MacOS 中,我还通过 brew 包管理器安装了 SWIG。

我为什么会收到此错误有任何想法吗?在此先感谢您的帮助。

最佳答案

好的,我找到了如何让它发挥作用。您必须修改 (project_root)/pjsip-apps/build 中的 Makefile 并移动行:

$(MAKE) -f Samples.mak $@

没有“依赖”的单独部分:

clean realclean:
$(MAKE) -f Samples.mak $@

关于android - 如何为 Android 编译 PJSIP?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44763458/

45 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com