taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 438 forks source link

Building boost #68

Open y22ma opened 8 years ago

y22ma commented 8 years ago

I'm trying to build boost for Android and so far I've tried 1.45.0, 1.49.0 and 1.54.0 with no success. Just wondering if anyone has tried doing something like this before?

The original Google android-cmake supported 1.45.0.

y22ma commented 8 years ago

Got 1.56 to work!

M1cha commented 8 years ago

could you tell us how so we have a reference for other people?

y22ma commented 8 years ago

I realized that the way I did it only builds a part of boost (no serialization, etc). I simply hacked the original android-cmake boost module here to use 1.56.0 instead of 1.45.0

I'm looking into alternative approach right now and will make sure to post it when I run into a solution.