This repository was archived by the owner on May 7, 2025. It is now read-only.

Description
I spotted an error when running the ndk-compile.sh in readium-sdk/Platform/Android/
I use Mac OSX 10.8.4 with 64 bit arch
I used android-ndk-r8e with the changes (http://developer.appcelerator.com/blog/2013/03/correcting-a-bug-in-the-latest-google-ndk-r8e.html)
The trouble is that compilation fails stating
make: /opt/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/darwin-x86/bin/arm-linux-androideabi-gcc: No such file or directory
make: *** [/Users/lamaro/Documents/readium_workspace/Launcher-Android/readium-sdk/Platform/Android/obj/local/armeabi/objs/epub3/ePub3/ThirdParty/libzip/mkstemp.o] Error 1
It wants to use darwin-x86 but my sistem is darwin-x86_64
I managed to build it but keep an eye out for this kind of error