How did you check out V8? Did you follow the instructions at https://github.com/v8/v8/wiki/Using%20Git#how-to-start?
(My guess would be that you simply "git clone"d the main repository. Doing so wouldn't run "gclient sync", so you'd end up missing all third-party dependencies, one of which is tools/clang/* .) On Sun, Feb 7, 2016 at 5:56 PM, Joe Harrington <[email protected]> wrote: > I'm new to building v8 and i'm getting this error when I try build gyp_v8 > (using win 10/visual c++ 2015 community): > updating projects from gyp files > python: can't open file '../tools/clang/scripts/update.py' : [Errno 2] no > such file or directory > gyp: call to 'python ../tools/clang/scripts/update.py --print-revision' > returned exit status 2 while in C:\all.gyp > > How do I fix this? > > > -- > -- > 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. > -- -- 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.
