Status: New
Owner: ----

New issue 3693 by [email protected]: Cannot build Android target from OSX host
https://code.google.com/p/v8/issues/detail?id=3693

Running 'make builddeps' succeeded. Then running 'make android_arm.release -j16' failed with the following:

CXX(host) /Users/jshagam/src/v8/out/android_arm.release/obj.host/icui18n/third_party/icu/source/i18n/msgfmt.o
error: invalid argument '-std=gnu++0x' not allowed with 'C/ObjC'
make[2]: *** [/Users/jshagam/src/v8/out/android_arm.release/obj.host/icui18n/third_party/icu/source/i18n/decContext.o] Error 1
make[2]: *** Waiting for unfinished jobs....
error: invalid argument '-std=gnu++0x' not allowed with 'C/ObjC'
make[2]: *** [/Users/jshagam/src/v8/out/android_arm.release/obj.host/icui18n/third_party/icu/source/i18n/decNumber.o] Error 1
make[1]: *** [android_arm.release] Error 2
make: *** [android_arm.release] Error 2

This is from V8 checked out from git master at id d543c9df39e24f4cb46e087f47511a89b71e4bcd. From the error I'm guessing that the build system is trying to compile vanilla C sources with C++0x support, which the compiler does not like.

OS: OSX Mavericks (10.9.5)
XCode version: Version 6.1 (6A1052d)
Host compiler: Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
Android NDK version: r10c

This also occurs in the 3.30 branch.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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