Re: [v8-users] Build V8 6.x on Windows with VS2013

2017-11-05 Thread Ivan Pizhenko
I have actually tried. I picked V8 version from stable Chromium versions and tried to compile. V8 5.6 compiled (at least, to some extent, I was interested only to compiling V8 DLLs itself, ICU DLLs and D8 executable - and all this actually compiles). V8 5.7 and 5.8 failed to compile with VS2013.

Re: [v8-users] Build V8 6.x on Windows with VS2013

2017-11-03 Thread J Decker
On Fri, Nov 3, 2017 at 3:49 PM, Ivan Pizhenko wrote: > Actually, from these ones: > {"chromium_version": "56.0.2924.121", "v8_version": "5.6.326.55"} > {"chromium_version": "57.0.2987.154", "v8_version": "5.7.492.73"} > {"chromium_version": "58.0.3029.125", "v8_version":

Re: [v8-users] Build V8 6.x on Windows with VS2013

2017-11-03 Thread Ivan Pizhenko
Actually, from these ones: {"chromium_version": "56.0.2924.121", "v8_version": "5.6.326.55"} {"chromium_version": "57.0.2987.154", "v8_version": "5.7.492.73"} {"chromium_version": "58.0.3029.125", "v8_version": "5.8.283.38"} only V8 5.6 is buildable with VS2013. 2017-11-01 17:12 GMT+02:00 Ivan

Re: [v8-users] Build V8 6.x on Windows with VS2013

2017-11-01 Thread Ivan Pizhenko
Thank you! 2017-11-01 13:26 GMT+02:00 Ben Noordhuis : > On Wed, Nov 1, 2017 at 1:23 AM, Ivan P. wrote: > > Hello, I want to update V8 used in my application from the version 5.3 > to a > > some latest stable 6.x > > The possible issue is that my

Re: [v8-users] Build V8 6.x on Windows with VS2013

2017-11-01 Thread Ben Noordhuis
On Wed, Nov 1, 2017 at 1:23 AM, Ivan P. wrote: > Hello, I want to update V8 used in my application from the version 5.3 to a > some latest stable 6.x > The possible issue is that my application is built with a bit outdated > nowadays Visual Studio 2013 and in the meantime

[v8-users] Build V8 6.x on Windows with VS2013

2017-10-31 Thread Ivan P.
Hello, I want to update V8 used in my application from the version 5.3 to a some latest stable 6.x The possible issue is that my application is built with a bit outdated nowadays Visual Studio 2013 and in the meantime I cannot upgrade to any later VS version due to some other pending