Note that the ninja build instructions are from the linux section. Getting rid of goma: set GYP_DEFINES="use_goma=0"
But rather refer to the windows instructions, ninja should be supported but isn't well tested: https://github.com/v8/v8/wiki/Building%20with%20Gyp#visual-studio MSVS 2015 is not yet supported. Tracking bug: crbug.com/603131 Cheers Michael On Tuesday, June 14, 2016 at 10:26:14 AM UTC+2, Neil Moore wrote: > > I have followed steps from here > <https://github.com/v8/v8/wiki/Building%20with%20Gyp> to build on > Windows. I used these steps: > > # in windows command line > # have already installed gclient > fetch v8 > cd v8 > set DEPOT_TOOLS_WIN_TOOLCHAIN=0 > set GYP_MSVS_VERSION=2013 > set GYP_GENERATORS=ninja,ninja-msvs > gclient sync > python gypfiles\gyp_v8 > > but last line fails with > > gyp: Call to '/bin/echo -n ${HOME}/goma' returned exit status 1 while in > C:\Users\labuser\tmp\v8next\v8\gypfiles\all.gyp. > > It doesn't generate any Visual Studio 2013 project. > > I've got a few questions: > > - How do I remove this dependency on goma? It seems to be something for > Google staff? Presumably this shouldn't be happening to me. It seemed to > only start to block me after I had been working with v8 for a couple of > days, before I couldn't build but the error was different. > - Does anybody see anything missing from my Windows build steps? > - I really don't want to use Ninja, I'd rather use Visual Studio only. Is > that a supported option? > > - Is Visual studio 2015 supported? > Thanks and let me know if I've missed out any relevant information. > > Neil > > -- -- 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.
