0.8.0 build issues

6 views
Skip to first unread message

Chris Granger

unread,
Oct 21, 2013, 2:08:20 PM10/21/13
to node-...@googlegroups.com
Has anyone gotten 0.8.0 to build on mac? I've managed to get past the couple of syncing issues I had, but now I'm getting this:

ninja: error: '../../third_party/trace-viewer/src/about_tracing.html', needed by 'gen/content/content_resources.pak', missing and no known rule to make it

Cheers,
Chris.

Roger

unread,
Oct 21, 2013, 6:12:46 PM10/21/13
to Chris Granger, node-...@googlegroups.com
I didn't hit this. Is your gclient sync completed successfully (never
mind the last gyp_chromium step)? or you can manually check the
'trace-viewer' repo is at the correct commit by .DEPS.git
(105f1a5f16ef9ca378f8caf006cc7da2d09da57f)

The file is supposed to be generated in build time now.

Regards

--
Roger

Chris Granger

unread,
Oct 21, 2013, 7:49:18 PM10/21/13
to node-...@googlegroups.com
I ended up fixing this by deleting my out/Release folder and doing a complete rebuild.

Cheers,
Chris.



--
Roger

--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Jorgen Skogmo

unread,
Oct 24, 2013, 6:19:32 AM10/24/13
to node-...@googlegroups.com
Im struggling with this as well, help would be greatly appreciated.


ran gclient sync (ok, except the last one: "running '/usr/bin/python src/build/gyp_chromium'")
cd'ed into src/
did the GYP_GENERATORS='ninja'
ran ./build/gyp_chromium content/content.gyp --no-circular-check
all good so far.

then trying $ninja -C out/Release nw -j4
throws the error: $ninja: fatal: chdir to 'out/Release' - No such file or directory

I then attempted to $mkdir out/Release
but then $ninja -C out/Release nw -j4 
throws $ninja: error: loading 'build.ninja': No such file or directory

help!

Roger

unread,
Oct 24, 2013, 9:12:33 AM10/24/13
to Jorgen Skogmo, node-...@googlegroups.com
Jorgen Skogmo <j...@base.io> writes:

> Im struggling with this as well, help would be greatly appreciated.
>
> I followed instructions at
> https://github.com/rogerwang/node-webkit/wiki/Building-node-webkit
>
> ran gclient sync (ok, except the last one: "running '/usr/bin/python
> src/build/gyp_chromium'")
> cd'ed into src/
> did the GYP_GENERATORS='ninja'

it should be

export GYP_GENERATORS=ninja

--
Roger
Reply all
Reply to author
Forward
0 new messages