Looks like it isn't all versions.  I was just unlucky in my first attempts. 
 3.30.37 fails for me, but 3.31.74.1, 32.7, and 4.2.73 all built fine. 
 Sorry for the false alarm.

On Tuesday, February 17, 2015 at 3:41:01 PM UTC-8, Joe Millenbach wrote:
>
> I'm trying to build a few versions of d8 in both aarch32 and aarch64 
> flavors using android-ndk-10d, and I can get the android_arm.release target 
> to work but I get errors that according to my Google searches point at the 
> compiler trying to use my host headers not the NDK's headers.
>
> I'll copy the output below filtering out a few things, but the important 
> details should be there.
>
> ~/v8$ make android_arm64.release
> make[1]: Entering directory `~/v8'
> make[2]: Entering directory `~/v8/out'
>   CXX(target) 
> ~/v8/out/android_arm64.release/obj.target/v8_base/src/accessors.o
> In file included from 
> $(ANDROID_NDK_ROOT)/sources/cxx-stl/stlport//stlport/stl/config/_system.h:64:0,
>                  from 
> $(ANDROID_NDK_ROOT)/sources/cxx-stl/stlport//stlport/stl/config/features.h:94,
>                  from 
> $(ANDROID_NDK_ROOT)/sources/cxx-stl/stlport//stlport/stl/_cprolog.h:18,
>                  from 
> $(ANDROID_NDK_ROOT)/sources/cxx-stl/stlport//stlport/stddef.h:18,
>                  from .././include/v8.h:18,
>                  from .././src/v8.h:29,
>                  from ../src/accessors.cc:5:
> $(ANDROID_NDK_ROOT)/sources/cxx-stl/stlport//stlport/stl/config/_android.h:6:23:
>  
> fatal error: sys/cdefs.h: No such file or directory
>  #include <sys/cdefs.h>
>                        ^
> compilation terminated.
> make[2]: *** 
> [~/v8/out/android_arm64.release/obj.target/v8_base/src/accessors.o] Error 1
> make[2]: Leaving directory `~/v8/out'
> make[1]: *** [android_arm64.release] Error 2
> make[1]: Leaving directory `~/v8'
> make: *** [android_arm64.release] Error 2
>
>
> Thanks in advance for any suggestions!
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to