Hi Trying to compile V8 for Android on my Mac. I can build the ia32 and x64 build with no issues so my setup seems OK. However when I try to build the Android release I get compile errors. Headers like <memory> are not found. But they are there in the third_party/NDK STL include directories and should have been found. I used V=1 to look at the exact command line and noticed some funny looking include paths :
-isystem/Users/dsanjit/V8Build/android-ndk-r13b//sources/cxx-stl//llvm-libc++/libcxx/include -isystem/Users/dsanjit/V8Build/android-ndk-r13b//sources/cxx-stl//llvm-libc++abi/libcxxabi/include -isystem/Users/dsanjit/V8Build/android-ndk-r13b//sources/android/support/include Should'nt it be "/Users/....." instead of "system/Users/....." ? Any suggestions ? Thx Sanjit -- -- 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.
