Re: [v8-users] libstdc++ from gcc4.6 used to build ICU and v8?

2016-11-12 Thread Jane Chen
Thanks Jochen. This did it for me: diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi index c6c26fb..4f06a8f 100644 --- a/gypfiles/standalone.gypi +++ b/gypfiles/standalone.gypi @@ -72,7 +72,7 @@ # depending on the packages installed on the local machine. Set this

Re: [v8-users] Unable to download V8 on Ubuntu Linux

2016-11-12 Thread Jochen Eisinger
it looks like the connection to the download servers timed out. Maybe try again? On Thu, Nov 10, 2016 at 7:39 AM wrote: > Trying to compile V8 for Android. I have Depot Tools, G++ etc all setup > and running. > > The "gclient sync" command seems to exit with an error. On further > investigation

Re: [v8-users] libstdc++ from gcc4.6 used to build ICU and v8?

2016-11-12 Thread Jochen Eisinger
We're working on upgrading the sysroot, however, I'm not aware of any documentation on how to do that, sorry On Fri, Nov 11, 2016 at 3:16 PM Jane Chen wrote: > I now have a test case to confirm that having a mixed std c++ lib of 4.6 > and 4.8 causes my app to crash. Does v8 support swapping sys

[v8-users] Re: V8 for Android: STL Headers not found

2016-11-12 Thread sdaniel
OK stupid me, being a Windows nut I need to read up on Unix stuff. -isystem is a switch so its OK. But the real problem was that I had installed the NDK separately and it was not built yet. I now realize that V8 does download the NDK as part of the third party dependencies which is great. So I

[v8-users] V8 for Android: STL Headers not found

2016-11-12 Thread sdaniel
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 are not found. But they are there in the third_party/NDK STL include directories and shoul