gyp_v8 is missing? Or the install instructions are outdated. - Running Windows 10 x64 - Visual Studio 2013 and 2015 are installed
1. I've installed depot_tools and added it to my path. 2. I've done the whole 'set DEPOT_TOOLS_WIN_TOOLCHAIN=0' 3. I've also done the 'set GYP_MSVS_VERSION=2013' 4. I've used the 'fetch v8' process to get the git repo 5. I've done the 'gclient sync' in the v8 directory No errors, everything seems to be working correctly with the exception that v8/build/gyp_v8 is missing. Which means I can't generate the solution files with 'python build/gyp_v8' according to these instructions: https://github.com/v8/v8/wiki/Building%20with%20Gyp. C:\_Repos\depot_tools\python276_bin\python.exe: can't open file 'build\gyp_v8': [Errno 2] No such file or directory I see a solution file in the gypfiles folder along with a gyp_v8 file in that folder, but that sln has problems of its own when I try to compile (probably because that's the cygwin path, do I go down that route instead?) Am I doing something wrong? Did the 'fetch v8' command not pull everything it was supposed to? I've had this building before (several months ago) on a different Windows install. -- -- 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.
