Peter
Peter
Oh, that is one useful output. Try this: Pull latest changes from https://github.com/inetic/Boost-for-Android and then $ ./build-android.sh --clean $ ./build-android.sh /cygdrive/e/mayur_eclipse/Android-sdk/android-ndk-r8e Besides any errors you'll see, copy/paste here the first...
I'm almost out of ideas, a silly one is to show us the output from all these commands: $ ls -l /cygdrive $ ls -l /cygdrive/e $ ls -l /cygdrive/e/mayur_eclipse...
@jeevan-ghule, seems you've made the copy/paste mistake as in the beginning (with the dollar sign).
You should prefer the second one.
@jeevan-ghule, I've added some checks and debug output to my branch: https://github.com/inetic/Boost-for-Android Give it a try, maybe it'll tell us something.
@moritz-wundke, According to [this post](http://boost.2283326.n4.nabble.com/having-trouble-compiling-with-gcc-td3891783.html), it seems that Boost.Build might have problems understanding the PATH variable on windows. The test in my [latest commit](https://github.com/inetic/Boost-for-Android/commit/504fe2bbd561101f83234b43e7ea1a62eb8905c2) (in my branch) is checking whether...
I'm afraid I'm out of ideas, I might have a look again when I happen to be behind a windows PC, that might take couple of days though.
@jeevan-ghule , I tried to compile the project on windows today and got the same error as you were having. I did manage to fix it, but then another, completely...
Hi, could you try changing the line 239 of file build-android.sh from CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/$PlatformOS-x86/bin/arm-linux-androideabi-g++ to CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/$PlatformOS/bin/arm-linux-androideabi-g++ See where it takes us. Also, I haven't used cygwin in a long time so...
You should only need to specify the path to the NDK root, which seems you've done correctly. You can try to run command ls -l /c/android/android-ndk-r9d/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86/bin/arm-linux-androideabi-g++ to see if the...