当前位置: 代码迷 >> Iphone >> 怎么编译linphone
  详细解决方案

怎么编译linphone

热度:98   发布时间:2016-04-25 05:59:30.0
如何编译linphone
整了一个星期多了,一点头绪都没有,所以想请教下各位要如何成功地编译linphone。

我之前是在10.7系统&xcode4.1下编译,最后一步编译静态库make all的时候,出现error错误。。
然后换成10.7.4+xcode4.3.3/4.4.1,在执行sudo port install coreutils automake autoconf libtool intltool wget pkgconfig cmake gmake yasm grep doxygen ImageMagick optipng
的时候报错如下
Error: No Xcode installation was found.
Error: Please install Xcode and/or run xcode-select to specify its location.
Error: 
Warning: xcodebuild exists but failed to execute
Warning: Xcode does not appear to be installed; most ports will likely fail to build.


请问各位都是怎么样变异的呢?感谢赐教!!


------解决方案--------------------
Please install Xcode and/or run xcode-select to specify its location.

错误原因写的很明白了.  在终端里运行xcode-select命令去指定xcode的具体路径.然后再运行就应该ok了.