Yes exactly! C:\...\v8-master\> svn co http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111third_party/python_26 would work! But if you put python_26 and cygwin in tools/thirdparty, the code would not compile.
On Tuesday, January 8, 2013 5:23:57 PM UTC+5:30, Jakob Kummerow wrote: > On Tue, Jan 8, 2013 at 11:51 AM, Neha Mishra > <[email protected]<javascript:> > > wrote: > >> >> Hi, >> >> I am getting the same error on Windows. I have the v8-master code. Have >> downloaded the cygwin and python_26. >> I have kept python_26 and cygwin at v8-master\tools\third_party. >> > > Well, observe the difference between this, which is what you say you did: > > C:\...\v8-master\> svn co > http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111tools/third_party/python_26 > > and this, which is what the instructions at > http://code.google.com/p/v8/wiki/BuildingWithGYP tell you to do: > > C:\...\v8-master\> svn co > http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111third_party/python_26 > > one of them works, the other doesn't. (Same for cygwin.) > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
