[v8-users] Re: Need help in building v8 on windows8

2017-07-10 Thread 'Michael Achenbach' via v8-users
Thanks Bruce! I'll track this now as https://crbug.com/v8/6584. No ETA yet when I get to it though. On Monday, July 10, 2017 at 7:20:01 PM UTC+2, Bruce Dawson wrote: > > Resending now that I've joined the group... > > > Officially we currently support version 2015 in V8 only. 2013 won't > work

[v8-users] Re: Need help in building v8 on windows8

2017-07-10 Thread Bruce Dawson
Resending now that I've joined the group... > Officially we currently support version 2015 in V8 only. 2013 won't work anymore because of unsupported C++ features (I think) Yep. Chromium has been capable of being built by VS 2017 for a few months now - I've been using that as my default compiler

[v8-users] Re: Need help in building v8 on windows8

2017-07-10 Thread 'Michael Achenbach' via v8-users
Officially we currently support version 2015 in V8 only. 2013 won't work anymore because of unsupported C++ features (I think). Chromium seems to start supporting 2017 as well, but in V8 we have a few legacy scripts that are not up-to-date with Chromium. E.g. v8\gypfiles\vs_toolchain.py is an o