I am trying to build boost 1.53 for android. I have installed android sdk and android ndk r8e (64-bit). Then I followed instructions at this website
I am using windows7 and I also installed cygdrive. The problem is that my installiation fails and gives the error below:
$ bash build-android.sh
To follow build in another terminal, please use: tail -F /cygdrive/d/bfa/Boost-f or-Android-master/logs/myst-log-1064.log
Building boost version: 1.53.0
Cleaning: boost_1_53_0
Using AndroidNDKRoot = /cygdrive/c/android/ndk/android-ndk-r8e
Detected Android NDK version 8e (64-bit)
Building with TOOLSET=gcc-androidR8e CXXPATH=/cygdrive/c/android/ndk/android-ndk-r8e/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++ CXXFLAGS=
Unpacking boost
Performing boost bootstrap
Building Boost.Build engine with toolset ...
Failed to build Boost.Build build engine
Consult 'bootstrap.log' for more details
bash: cd: No such file or directory
ERROR: Patch failure !! Please check your patches directory!
Try to perform a clean build using --clean .
Problem patch: /cygdrive/d/bfa/Boost-for-Android-master/patches/boost-1_53_0/boost-1_53_0.patch
I searched google for the error but I couldn't find anything. Do anyone know what I am doing wrong?