[v8-users] android_arm64.release fails to build with android-ndk-10d

2015-02-17 Thread Joe Millenbach
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 
   ^
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
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[v8-users] Strong mode

2015-02-17 Thread Isiah Meadows
What's the point of strong mode? And that are the differences between it
and strict/sloppy mode? Something that's just been confusing me.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.