I decided to start over and try again, doing my best to carefully follow the 
instructions.

 

When I install depot_tools following this site: 
http://dev.chromium.org/developers/how-tos/install-depot-tools

I followed the non-cygwin path.

 

When I try this:

Non-cygwin: Run gclient from the cmd shell. The first time it is run, it will 
install its own copy of svn and other tools. If you run gclient from a non-cmd 
shell, it may appear to run properly, but svn, python, and other tools may not 
get installed correctly (while it should work fine from a msys bash shell, you 
may still trip over bugs from time to time).

I see it install python 2.7.6, git 1.9.5, and then the gclient.py usage info:

Installing python 2.7.6...

Fetching from 
https://src.chromium.org/svn/trunk/tools/third_party/python276_bin.zip

Installing git 1.9.5.chromium.6 (avg 1-2 min download) ...

Fetching from 
https://commondatastorage.googleapis.com/chrome-infra/git-1.9.5.chromium.6_bin.zip

Usage: gclient.py <command> [options]

 

Meta checkout manager supporting both Subversion and GIT.

 

Commands are:

  cleanup  cleans up all working copies

  config   creates a .gclient file in the current directory

<snip>

 

Is this expected? I remember this happened the first time as well. 

 

 

From: [email protected] [mailto:[email protected]] 
Sent: Wednesday, August 5, 2015 8:29 AM
To: [email protected]
Subject: RE: [v8-users] Re: building V8: Getting error running python 
build\gyp_v8

 

Hi,

I’m using Visual Studio 2013.  I was able to successfully run build\gyp_v8, but 
I get the below errors when building the solution.

 

e.g. 

Error      3              error C1083: Cannot open source file: 
'..\..\build\Debug\obj\global_intermediate\experimental-libraries.cc': No such 
file or directory       D:\projects\v8\v8\tools\gyp\c1xx           v8_nosnapshot

 

Failed when I tried this on the machine when it was Win8.1, and also when I 
just upgraded it to Win10 (doubt that this matters).

 

From: [email protected] <mailto:[email protected]>  
[mailto:[email protected]] On Behalf Of Michael Hablich
Sent: Wednesday, August 5, 2015 12:22 AM
To: v8-users <[email protected] <mailto:[email protected]> >
Subject: [v8-users] Re: building V8: Getting error running python build\gyp_v8

 

I am confused: python build\gyp_v8 generates the project files. Do you get an 
error while running this command or actually building the solution?

 

Which VS version are you using (simultaneously)?

 

There we recent threads on this group about building on Windows. Have you 
already checked them?

 

 


On Wednesday, August 5, 2015 at 6:52:28 AM UTC+2, [email protected] 
<mailto:[email protected]>  wrote:

Hi,

 

I'm following the directions here:

https://code.google.com/p/v8-wiki/wiki/BuildingWithGYP

 

I'm running on a Windows 8 machine, trying to build V8 with Visual Studio.  

 

I was able to successfully generate the project files, but when I do a build, I 
get errors like:

 

15>c1xx : fatal error C1083: Cannot open source file:

'..\..\build\Debug\obj\global_intermediate\code-stub-libraries.cc': No such 
file or directory

 

Unsurprisingly, those .cc files don't exist in that folder.  

 

Does anyone know what can be going on?

 

Thanks!

-- 
-- 
v8-users mailing list
[email protected] <mailto:[email protected]> 
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected] 
<mailto:[email protected]> .
For more options, visit https://groups.google.com/d/optout.

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