Boost-for-Android icon indicating copy to clipboard operation
Boost-for-Android copied to clipboard

Unable to Compile with r10b

Open moocow1452 opened this issue 10 years ago • 4 comments

Detected Android NDK version 10b (64-bit) Undefined or not supported Android NDK version!

Just thought I would bring it to your attention.

moocow1452 avatar Oct 26 '14 22:10 moocow1452

same here.

MarceloEmmerich avatar Oct 27 '14 15:10 MarceloEmmerich

Support for this is in devel branch. Please, use it.

jauhien avatar Oct 27 '14 16:10 jauhien

Ok, this looks much better. After build it says:

...failed updating 1 target... ...skipped 3 targets... ...updated 10582 targets... ERROR: Failed to build boost for android! Done!

How can I check what failed?

MarceloEmmerich avatar Oct 27 '14 16:10 MarceloEmmerich

Version r10c of the Android NDK has also been released.

Changing line 260 in build-android.sh to "10 (64-bit)"|"10b (64-bit)"|"10c (64-bit)") gets the file running, however it does still error out at the end.

...failed updating 28 targets...
...skipped 3 targets...
...updated 10536 targets...
ERROR: Failed to build boost for android!
Done!

Zackory avatar Oct 29 '14 01:10 Zackory