Make sure you have followed the instructions at http://code.google.com/p/v8/wiki/BuildingWithGYP, in particular the command:
svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin@66844third_party/cygwin You can use TortoiseSVN or similar if you don't have and don't want a command-line "svn" executable. On Thu, May 3, 2012 at 9:31 AM, nagarjuna atluri <[email protected]>wrote: > Hi, > > With new v8[v8 version 3.10.7] i am getting below errors for windows > build:--> > > ------------------------------------------------------------------------------------------------------------------- > 1>------ Build started: Project: js2c, Configuration: Debug Win32 ------ > 2>------ Build started: Project: v8_base, Configuration: Debug Win32 ------ > 1>js2c, and also js2c_experimental > 2>Compiling... > 1>The system cannot find the path specified. > 1>The system cannot find the path specified. > 1>Project : error PRJ0019: A tool returned an error code from "js2c, and > also js2c_experimental" > 2>lithium-codegen-ia32.cc > 1>Build log was saved at > "file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\js2c\BuildLog.htm" > 1>js2c - 1 error(s), 0 warning(s) > 3>------ Build started: Project: v8_nosnapshot, Configuration: Debug Win32 > ------ > 3>Compiling... > 3>libraries.cc > 3>c1xx : fatal error C1083: Cannot open source file: > '..\..\build\debug\obj\global_intermediate\libraries.cc': No such file or > directory > 3>experimental-libraries.cc > 3>c1xx : fatal error C1083: Cannot open source file: > '..\..\build\debug\obj\global_intermediate\experimental-libraries.cc': No > such file or directory > 3>Build log was saved at > "file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\v8_nosnapshot\BuildLog.htm" > 3>v8_nosnapshot - 2 error(s), 0 warning(s) > 2>..\..\src\ia32\lithium-codegen-ia32.cc(4526) : error C2220: warning > treated as error - no 'object' file generated > 2>..\..\src\ia32\lithium-codegen-ia32.cc(4526) : warning C4244: > 'initializing' : conversion from 'int64_t' to 'int32_t', possible loss of > data > 2>..\..\src\ia32\lithium-codegen-ia32.cc(4527) : warning C4244: > 'initializing' : conversion from 'int64_t' to 'int32_t', possible loss of > data > 2>Build log was saved at > "file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\v8_base\BuildLog.htm" > 2>v8_base - 1 error(s), 2 warning(s) > 4>------ Build started: Project: mksnapshot, Configuration: Debug Win32 > ------ > 4>Linking... > 4>LINK : fatal error LNK1181: cannot open input file > '..\..\build\debug\lib\v8_nosnapshot.lib' > 4>Build log was saved at > "file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\mksnapshot\BuildLog.htm" > 4>mksnapshot - 1 error(s), 0 warning(s) > 5>------ Build started: Project: v8_snapshot, Configuration: Debug Win32 > ------ > 5>run_mksnapshot > 5>The system cannot find the path specified. > 5>Project : error PRJ0019: A tool returned an error code from > "run_mksnapshot" > 5>Build log was saved at > "file://h:\v8-Win-Build\v8_3.10.7\tools\gyp\Debug\obj\v8_snapshot\BuildLog.htm" > 5>v8_snapshot - 1 error(s), 0 warning(s) > 6>------ Build started: Project: shell, Configuration: Debug Win32 ------ > 6>Linking... > 6>LINK : fatal error LNK1181: cannot open input file > '..\build\debug\lib\v8_snapshot.lib' > 6>Build log was saved at > "file://h:\v8-Win-Build\v8_3.10.7\samples\Debug\obj\shell\BuildLog.htm" > 6>shell - 1 error(s), 0 warning(s) > ========== Build: 0 succeeded, 6 failed, 1 up-to-date, 0 skipped ========== > > ------------------------------------------------------------------------------------------------------------------- > Can anyone help me out to solve this build errors > > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
