I have an earlier version of v8 integrated with my product. I'm trying to bring it up to date with the latest version.
I followed the instructions on the wiki for downloading the source code and the dependencies. When I run the build step, it's failing on 17 of the projects with the following error:
C:\Projects\v8\v8\src/heap/spaces.h(2492): error C2220: warning treated as error - no 'object' file generated (compiling source file ..\..\src\allocation-site-scopes.cc) [C:\Projects\v8\v8\tools\gyp\v8_base_0.vcxproj]
I'm building using Visual Studio 2015 RC. I figured that this was needed because of errors that I saw when trying to build against VS2013.
Can anyone help me with resolving these errors?
Thank you.