下载后我已经构建了boost库。现在如果我右键点击Project->属性 - > C / C ++通用 - >路径和符号并添加$(NDK_PATH)/ boost, 文件在构建之前得到识别,但是当我尝试构建时,我得到了未解决的错误。请注意,我没有在boost库中创建Android.mk文件,如here
所示因为我将它包含在路径和符号中。这是错的吗??
我按照伊戈尔在我之前的评论中告诉我的步骤
Using Boost in android ndk with windows。
我没有在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位
Eclipse:Juno 4.2.1