tools/dev/v8gen.py x64.release or tools/dev/v8gen.py ia32.release
gives me this unexpected output : *Hint: You can raise verbosity (-vv) to see the output of failed commands.* *Traceback (most recent call last):* * File "tools/dev/v8gen.py", line 304, in <module>* * sys.exit(gen.main())* * File "tools/dev/v8gen.py", line 298, in main* * return self._options.func()* * File "tools/dev/v8gen.py", line 166, in cmd_gen* * gn_outdir,* * File "tools/dev/v8gen.py", line 208, in _call_cmd* * stderr=subprocess.STDOUT,* * File "C:\Python27\lib\subprocess.py", line 573, in check_output* * raise CalledProcessError(retcode, cmd, output=output)* *subprocess.CalledProcessError: Command '['C:\\Python27\\python.exe', '-u', 'tool* *s\\mb\\mb.py', 'gen', '-f', 'infra\\mb\\mb_config.pyl', '-m', 'developer_default* *', '-b', 'ia32.release', 'out.gn/ia32.release']' returned non-zero exit status 1* why? How do I build the v8 with GN correctly? The github docs did not help much. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" 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.
