[v8-users] Re: Building V8 on FreeBSD

2017-01-27 Thread Jose Madrigal
El martes, 4 de octubre de 2016, 10:57:18 (UTC-5), Jose Madrigal escribió: > > Hello !!! > > I been trying to build V8 on FreeBSD due the ports are not updated to the > recent version of v8 but I have struggled a lot. I wonder if someone > already build v8 on FreeBSD that could point me out in

Re: [v8-users] Re: Building V8 on FreeBSD

2017-01-17 Thread Alessandro Crugnola
I have the same problem and running the command: python -u tools/mb/mb.py gen -f infra/mb/mb_config.pyl -m developer_default -b x64.release out.gn/x64.release I got this error: Writing """\ is_debug = false target_cpu = "x64" """ to /home/crugnola/Documents/git/public/v8/out.gn/x64.release/args.g

Re: [v8-users] Re: Building V8 on FreeBSD

2016-10-04 Thread Jochen Eisinger
If you run the mb.py command directly (python -u tools/mb/mb.py gen -f infra/mb/mb_config.pyl -m developer_default -b x64.release out.gn/x64.release) does it print a more verbose error message? On Tue, Oct 4, 2016 at 9:17 PM Jose Madrigal wrote: > I been trying follow the instructions shown in >

[v8-users] Re: Building V8 on FreeBSD

2016-10-04 Thread Jose Madrigal
I been trying follow the instructions shown in https://github.com/v8/v8/wiki/Building%20with%20GN At the point where I must use: > tools/dev/v8gen.py x64.release raise a error: Traceback (most recent call last): File "tools/dev/v8gen.py", line 304, in sys.exit(gen.main()) File