Hello there, I'm trying to follow the guide found here: https://github.com/v8/v8/wiki/Building-from-Source
I have installed Git for Windows and depot_tools and added Git for Windows, depot_tools and python to my PATH, depot_tools at the front. However, the issue starts already when doing a *fetch v8*. At first it seems to succeed, yet it does not output anything and it never terminates. Manually terminating it (through Ctrl+C) sometimes yields an error. When I tried to rerun the process, this time calling *fetch v8>log.txt*, it showed me this instead: <https://lh3.googleusercontent.com/-35Sua_qnV7c/WNQpAo4xWhI/AAAAAAAABrc/K_R79mHdPQcFuN4QNqVrOeS9S7RxtBvLACEw/s1600/gclient%2Bfetch%2Bv8%2Berror.png> Note that it did not output this to the log.txt. This is all the information I was able to get. I am running on Windows 10 Professional 64bit. Even if I try to proceed the subsequent call to *gclient sync* will now claim that there are unstaged changes in my working directory (in the conflicting directory) and that consequentially rebasing is not possible. I don't know what to do. I don't know why it conflicts and even less I know how to fix it. I tried *git reset --hard* before I knew there was a conflict when cloning already, needless to say that didn't help either. Any insight would be greatly appreciated. Sincerely, Zyr -- -- 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.
