I think I'm zeroing in on it get_toolchain_if_necesssary.py toolchain_dir = '.' target_dir = os.path.normpath(os.path.join(toolchain_dir, 'vs_files'))
target_dir == vs_files // <--! it's empty ? On Sunday, July 24, 2016 at 7:47:52 AM UTC-4, [email protected] wrote: > > Calling python gypfiles\gyp_v8 gives a CalledProcessError > > subprocess.check_call(get_toolchain_args) produces the error at line 540 > of check_call > > The call string in the error is a long string of double back slashed > paths, which I would assume are acceptable on windows, as well as what > looks like a chksum or signature. > > I don't have a copy function in te console window to show the whole error > but I'm wondering if it sounds familiar to anyone. Maybe the string is > misconcatenated somewhere earlier and can be addressed. > > > > > > > -- -- 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.
