I think you're misunderstanding the instructions. "gyp" and "gyp_v8" are
not the same, you shouldn't overwrite one with the other, and you shouldn't
rename them to "match". Just follow the instructions closely, they do work.

build\gyp\ is a directory, that's where you're supposed to check out GYP
to. "svn co http://gyp.googlecode.com/svn/trunk build/gyp" does just that.
build\gyp_v8 is a Python script in the V8 repository. It requires GYP to be
checked out into build\gyp. This is what you run, as "python build\gyp_v8"
states.

[And yes, naming/organization of this stuff is a bit unfortunate, but it's
been this way forever, and I'm not looking forward to the churn caused by
cleaning it up.]


On Thu, Mar 6, 2014 at 2:39 AM, Jay Man <[email protected]> wrote:

> I'm having the same problem. I have this all in my C:\Users\(username)
> directory checked out using svn
>
> \build\gyp_v8
> \third_party\cygwin
> \third_party\icu
> \third_party\python_26
>
>
> I put python in my path. I get the same error when I enter: python
> build\gyp_v8
> python.exe: can't find '__main__.py' in 'build\\gyp_v8
>
> I'd just like to point out that the directories in the instructions don't
> seem to match. I just renamed one of the folders to make them match.
> (doesn't fix the problem I'm having though)
>
> python build\gyp_v8
> svn co http://gyp.googlecode.com/svn/trunk build/gyp
>
>
>

-- 
-- 
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/groups/opt_out.

Reply via email to