Well, please double-check for typos. If you look around File "C:\Users\JH\Documents\Libs\depot_tools\v8\build\vs_toolchain.py", > line 40, in SetEnvironmentAndGetRuntimeDllDirs
you'll see that a few lines before it checks for that environment variable, and won't proceed to the code that later fails for you if that variable is set to 0. I don't see why that mechanism wouldn't be working. (Whereas get_toolchain_if_necessary.py can't possibly work for you; so DEPOT_TOOLS_WIN_TOOLCHAIN=0 should ensure that it's never even executed.) On Mon, Feb 8, 2016 at 4:39 PM, Joe Harrington <[email protected]> wrote: > No. > > On Monday, February 8, 2016 at 7:15:10 AM UTC-8, Jakob Kummerow wrote: >> >> On Mon, Feb 8, 2016 at 3:23 PM, Joe Harrington <[email protected]> >> wrote: >> >>> >>>> C:\Users\JH\Documents\Libs\depot_tools>python.exe v8\build\gyp_v8 >>>> -Dtarget_arch=x64 -Dcomponent=shared_library >>>> Please follow the instructions at >>>> http://www.chromium.org/developers/how-tos/build-instructions-windows >>>> >>> >> That link ^ tells you to "Run *set DEPOT_TOOLS_WIN_TOOLCHAIN=0*, or set >> that variable in your global environment." Does that help? >> >> Traceback (most recent call last): >>>> File "v8\build\gyp_v8", line 121, in <module> >>>> gyp_environment.set_environment() >>>> File >>>> "C:\Users\JH\Documents\Libs\depot_tools\v8\build\gyp_environment.py", line >>>> 54, in set_environment >>>> vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs() >>>> File >>>> "C:\Users\JH\Documents\Libs\depot_tools\v8\build\vs_toolchain.py", line 40, >>>> in SetEnvironmentAndGetRuntimeDllDirs >>>> Update() >>>> File >>>> "C:\Users\JH\Documents\Libs\depot_tools\v8\build\vs_toolchain.py", line >>>> 226, in Update >>>> subprocess.check_call(get_toolchain_args) >>>> File "C:\Users\JH\Documents\Libs\python_27\lib\subprocess.py", line >>>> 540, in check_call >>>> raise CalledProcessError(retcode, cmd) >>>> subprocess.CalledProcessError: Command >>>> '['C:\\Users\\JH\\Documents\\Libs\\python_27\\python.exe', >>>> 'C:\\Users\\JH\\Documents\\Libs\\depot_tools\\win_toolchain\\get_toolchain_if_necessary.py', >>>> '--output-json', >>>> 'C:\\Users\\JH\\Documents\\Libs\\depot_tools\\v8\\build\\win_toolchain.json', >>>> '5a85cf1ce842f7cc96b9d17039a445a9dc9cf0dd']' returned non-zero exit status >>>> 1 >>>> >>>> C:\Users\Joe Harrington\Documents\Libs\depot_tools> >>>> >>> >>> Restarted. Again followed the directions. Again fail. No matter what I >>> do I get errors. :( >>> >>> -- >>> -- >>> 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. > -- -- 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.
