0

Android用のLinphoneアプリケーションを構築しています。Windows 8 64 ビット OS で作業しています

README ファイルに記載されている手順に従いました。

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 ターミナルで次のエラーが発生します。

$ ./prepare_sources.sh ./prepare_sources.sh: 2 行目: $'\r': コマンドが見つかりません ./prepare_sources.sh: 3 行目: C:UsersNomsDesktoplinphone-android: コマンドが見つかりません ./prepare_sources.sh: 4 行目: $'\r': コマンドが見つかりません ./prepare_sources.sh: 29 行目: 予期しないトークン付近で構文エラーが発生しまし$'\r'' ./prepare_sources.sh: line 29:た cd $topdir/submodules/libilbc-rfc3951 && ./autog'n.sh && ./configure && make || ( echo "iLBC 準備段階に失敗しました" ; exit 1 )

4

1 に答える 1

0

mingwを使用してコンパイルしてみてください。ライブラリの構築に成功しました。しかし、まだapkではないため、myeclipseでビルドエラーが発生します...

于 2013-06-28T07:19:33.810 に答える