我从他们的网站下载了一个 linphone 源代码。我遵循了他们在自述文件中显示的过程。在我构建之前一切正常,但是当我发出 make all 命令时,会生成以下错误:
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'
make[1]: *** [/Users/apple/linphone-iphone/submodules/build/../build-i386-apple-darwin/externals/polarssl/Makefile] Error 1
make: *** [broadcast_all] Error 2
这些是我遇到的错误行。需要这方面的指导。这里可能出了什么问题?供您参考,我使用的是 osx 10.9 和 Xcode 5.1。
谢谢。