Did you checkout cygwin as
http://code.google.com/p/v8/wiki/BuildingWithGYP#Prerequisites tells you to?

Instead of "devenv /upgrade", try generating VS2010 project files directly:
"python build\gyp_v8 -G msvs_version=2010".


On Sat, Jun 23, 2012 at 1:50 PM, Holy Joe <[email protected]> wrote:

> Hi,
>
> I used "Visual Studio Command Prompt (2010)" command prompt which has all
> the environment been set to build v8 but failed.
> My steps is :
> 1) python build\gyp_v8 to generate all.sln and other .vcproject files.
> 2) devenv /upgrade build\all.sln to upgrade to the visual studio 2010 sln.
> 3) devenv /build Release build\all.sln.
>
> the building log is the following:
>
> Microsoft (R) Visual Studio Version 10.0.40219.1.
> Copyright (C) Microsoft Corp. All rights reserved.
> 1>------ Build started: Project: js2c, Configuration: Release Win32 ------
> 2>------ Build started: Project: d8_js2c, Configuration: Release Win32
> ------
> 3>------ Build started: Project: resources, Configuration: Release Win32
> ------
> 1>Build started 6/23/2012 7:45:56 PM.
> 1>InitializeBuildStatus:
> 1>  Touching "e:\lab\v8\build\Release\obj\js2c\js2c.unsuccessfulbuild".
> 2>Build started 6/23/2012 7:45:56 PM.
> 2>InitializeBuildStatus:
> 2>  Touching
> "e:\lab\v8\build\Release\obj\d8_js2c\d8_js2c.unsuccessfulbuild".
> 1>CustomBuild:
> 1>  js2c, and also js2c_experimental
> 1>  The system cannot find the path specified.
> 1>  'bash' is not recognized as an internal or external command,
> 1>  operable program or batch file.
> 1>C:\Program
> Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error
> MSB6006: "cmd.exe" exited with code 9009.
> 1>
> 1>Build FAILED.
>

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to