[solved]build error: boolean.h: No such file o

I want to build the RetroArch in my linux. guilded by https://github.com/libretro/RetroArch/w … from-Linux and http://wiki.libretro.com/index.php?titl … on#Android

Building libretro cores is okey, but when i try to build the RetroArch. a error is happen:

[armeabi-v7a] Clean : retroarch-activity [armeabi-v7a] [armeabi-v7a] Clean : retroarch-jni [armeabi-v7a] [armeabi-v7a] Clean : stdc++ [armeabi-v7a] [mips] Clean : retroarch-activity [mips] [mips] Clean : retroarch-jni [mips] [mips] Clean : stdc++ [mips] [x86] Clean : retroarch-activity [x86] [x86] Clean : retroarch-jni [x86] [x86] Clean : stdc++ [x86] [armeabi-v7a] Compile arm : retroarch-activity <= utils_neon.S [armeabi-v7a] Compile arm : retroarch-activity <= sinc_neon.S [armeabi-v7a] Compile arm : retroarch-activity <= cc_resampler_neon.S [armeabi-v7a] Compile arm : retroarch-activity <= griffin.c In file included from jni/…/…/…/griffin/…/file_extract.c:16:0, from jni/…/…/…/griffin/griffin.c:47: jni/…/…/…/griffin/…/file_extract.h:19:21: fatal error: boolean.h: No such file or directory compilation terminated. make: *** [obj/local/armeabi-v7a/objs/retroarch-activity///__/griffin/griffin.o] Error 1

The ndk is android-ndk-r9d.

Can somebody tell me how to solve this? Thanks

sound like same than that: viewtopic.php?f=25&t=993&start=800

you should try to tweak jni/Android.mk and change the 2 LOCAL_C_INCLUDES by :


    LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(RARCH_DIR)/libretro-sdk/include/

Thanks!

I try the ndk-build command in retroarch/android/phoenix/jni, It is success.