我正在为android构建Linphone应用程序。我在Windows 8 64位操作系统上工作
我遵循了自述文件中给出的步骤:
Download the Android ndk (>=r5c) from google.
Install the autotools: autoconf, automake, aclocal, libtoolize pkgconfig
Run the ./prepare_sources.sh script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project.
$ ./prepare_sources.sh
Finally from directory linphone-android, just execute command:
$ ${my google ndk directory}/ndk-build然后,我在Cygwin终端中得到以下错误:
$./pre准备_sources.sh es.sh:第2行:$'\r':命令找不到。/ prepare _sources.sh.cd:第3行: C:UsersNomsDesktoplinphone-android:命令找不到。/pre准备_sources.sh.cd:第4行:$'\r':命令找不到。/iLBC_sources.sh.cd:第29行:意外令牌附近的语法错误-cd$topdir/子模块/libilbc-rfc3951&/autog‘n.sh&/iLBC准备阶段失败“;退出1)
发布于 2013-06-28 07:19:33
尝试使用明威编译它。我成功地建造了图书馆。但还没有,在日食中造成一些构建错误.
https://stackoverflow.com/questions/17251081
复制相似问题