On Wed, May 13, 2015 at 3:33 PM, Michael Collins <[email protected]> wrote: > 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.
FWIW, you should be able to build with VS 2013. As to the build error you are seeing, can you post the full build log? I suspect that the real error is somewhere else. -- -- 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.
