Status: New
Owner: ----

New issue 2235 by milk3dfx: Build problem Microsoft Visual Studio 2010
http://code.google.com/p/v8/issues/detail?id=2235

Hi all
Maybe I do something wrong, but I try to build v8 using Microsoft Visual Studio 2010
In cmd:
1. cd C:\
2. svn checkout http://v8.googlecode.com/svn/trunk/ v8
3. cd v8
4. svn co http://gyp.googlecode.com/svn/trunk build/gyp
Then python:
1. cd c:\
2.svn co http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111 third_party/python_26
Build:
1. cd c:\v8
2. c:\third_party\python_26\python.exe build\gyp_v8
(also i tried cygwin on this step)
A had no errors
Then I open build\All.sln, and after I tried to build v8, I have this:
Error 1 error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 151 6 js2c Error 2 error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 151 6 d8_js2c Error 5 error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 151 6 resources Error 7 error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 151 6 v8_snapshot Error 9 error LNK1104: cannot open file 'C:\milk\v8\build\Debug\lib\v8_snapshot.lib' C:\milk\v8\samples\LINK shell Error 10 error LNK1104: cannot open file 'C:\milk\v8\build\Debug\lib\v8_snapshot.lib' C:\milk\v8\samples\LINK lineprocessor Error 11 error LNK1104: cannot open file 'C:\milk\v8\build\Debug\lib\v8_snapshot.lib' C:\milk\v8\samples\LINK process Error 6 error LNK1104: cannot open file 'C:\milk\v8\build\Debug\lib\v8_nosnapshot.lib' C:\milk\v8\tools\gyp\LINK mksnapshot Error 8 error C1083: Cannot open source file: '..\build\Debug\\obj\global_intermediate\d8-js.cc': No such file or directory C:\milk\v8\src\c1xx d8 Error 12 error C1083: Cannot open source file: '../..\build\Debug\\obj\global_intermediate\resources.cc': No such file or directory C:\milk\v8\test\cctest\c1xx cctest Error 4 error C1083: Cannot open source file: '../..\build\Debug\\obj\global_intermediate\libraries.cc': No such file or directory C:\milk\v8\tools\gyp\c1xx v8_nosnapshot Error 3 error C1083: Cannot open source file: '../..\build\Debug\\obj\global_intermediate\experimental-libraries.cc': No such file or directory C:\milk\v8\tools\gyp\c1xx v8_nosnapshot

Thanks


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

Reply via email to