I successfully ran V8Update downloading the latest version of V8. However, when I try to build the solution in VS2013, I get two errors and it fails to compile ClearScriptV8-32 and ClearScriptV8-64. Do I need to have Visual Studio 2010 installed on my machine?
Here are the two errors.
Error 1 error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets 42 5 ClearScriptV8-32 (Visual Studio 2010)
Error 2 error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets 42 5 ClearScriptV8-64 (Visual Studio 2010)
Comments: I get the same results. The download and build of V8 seems to work fine but the ClearScriptV8 projects just won't compile for me.
Here are the two errors.
Error 1 error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets 42 5 ClearScriptV8-32 (Visual Studio 2010)
Error 2 error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets 42 5 ClearScriptV8-64 (Visual Studio 2010)
Comments: I get the same results. The download and build of V8 seems to work fine but the ClearScriptV8 projects just won't compile for me.