Status: New
Owner: ----

New issue 3504 by [email protected]: V8 not building
http://code.google.com/p/v8/issues/detail?id=3504

I'm trying to build V8 with visual studio 2010 express on Windows 7 but v8_snapshot project file fails to build with "error MSB6006: "cmd.exe" exited with code 1."

I have followed the "BuildingWithGYP" tutorial in wiki. I downloaded v8 source from http://v8.googlecode.com/svn/trunk/ and saved it to "V8" folder.
Then I downloaded
GYP revision 1831 from http://gyp.googlecode.com/svn/trunk to
  "V8/build/gyp",
Python 2.6 revision 89111 from
  http://src.chromium.org/svn/trunk/tools/third_party/python_26 to
  "V8/third_party/python_26",
cygwin revision 66844 from
  http://src.chromium.org/svn/trunk/deps/third_party/cygwin to
  "V8/third_party/cygwin",
icu revision 277999 from
  https://src.chromium.org/chrome/trunk/deps/third_party/icu52 to
  "V8/third_party/icu",
GTest revision 643 from
svn co http://googletest.googlecode.com/svn/trunk to "V8/testing/gtest",
GMock revision 410 from http://googlemock.googlecode.com/svn/trunk to "V8/testing/gmock". I have also added python and cygwin (do I need this?) to path with "C:\..\V8\third_party\python_26;C:\..\V8\third_party\cygwin"

I have tried creating the project files with "python build\gyp_v8" and "python build\gyp_v8 -G msvs_version=2010", neither of them seem to work.

Build output:

Build started 11.8.2014 16:08:25.
2>InitializeBuildStatus:
2> Touching "..\..\build\Debug\obj\v8_snapshot\v8_snapshot.unsuccessfulbuild".
2>CustomBuild:
2>  run_mksnapshot
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
2>
2>Build FAILED.


Please, help. I don't know what I'm doing wrong.
Thank you in advance.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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.

Reply via email to