0

ダウンロードした後、ブーストライブラリを構築しました。Project-> Properties-> C/C++ general -> Paths and symbols を右クリックして $(NDK_PATH)/boost を追加すると、ビルド前にファイルが認識されますが、ビルドしようとすると未解決のエラーが発生します。ここに示すように、boost ライブラリに Android.mk ファイルを作成しないことに注意してください

パスとシンボルに含めているからです。違いますか??

以前のコメントUsing Boost in android ndk with windows でIgor が教えてくれた手順に従いました 。codeexperiments リンクで指摘されているフォルダーがありません$ANDROID_NDK/sources/boost/android。何か問題がありますか?

次のコマンドを使用しています。

b2 --without-python --without-serialization threading=multi link=static runtime-link=static toolset=gcc-android target-os=linux --stagedir=android stage 

私が得るエラーは次のとおりです。

notice: could not find main target stage notice: assuming it is a name of file to create. don't know how to make <e>stage ...found 1 target... ...can't find 1 target...

Android ndk: r8e

環境: Windows 64 ビット

日食: ジュノ 4.2.1

4

0 に答える 0