On Sat, Dec 1, 2012 at 6:25 PM, Maksim Lukyanchenko <
maksim.lukyanche...@gmail.com> wrote:

> I'm trying to compile V8 on Win7 for VS2010:
>
> svn co http://gyp.googlecode.com/svn/trunk build/gyp
>
> svn co http://src.chromium.org/svn/trunk/tools/third_party/python_26 
> third_party/python_26
>
> svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin 
> third_party/cygwin
>
>
> 1) And when I try:
> c:\v8> third_party/python_26/python.exe build\gyp_v8
>
> I get the message:
> [Errno2] No such file or directory
>

This should work, and last time I tried it, it did work for me. Please try
to figure out which file it is complaining about. When you use backslashes
instead of slashes, does that change anything? Can you manually verify that
third_party\python_26\python.exe and build\gyp_v8 exist?


>
> And it's I can understand.
>
> 2) When I try:
> c:\v8> third_party/python_26/python.exe build\gyp
>

This can't work.


> I get the message:
> third_party/python_26/python.exe: can't find '__main__.py' in 'build\\gyp'
>
> 3) When I try:
> c:\v8> third_party/python_26/python.exe build\gyp\gyp
>

This can't work either.


> I get the message:
> gyp: usage: gyp [options ...][build_file ...]
> gyp: error: no build_file
>
> What am I doing wrong and how do I compile V8?
>
>  --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to