You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nwjs-dev
I'm trying to build nwjs with Ninja on my Linux machine, and it won't get past the "Ninja: No Work to Do" message even though nothing has been built yet. Does any body have any suggestions?
Cong Liu
unread,
Dec 4, 2015, 12:09:17 AM12/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nwjs-dev
Did you run `gclient runhooks` before ninja build?
在 2015年12月4日星期五 UTC+8上午10:53:40,Chase Willden写道:
Chase Willden
unread,
Dec 4, 2015, 1:12:47 AM12/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nwjs-dev
Yes I ran "gclient runhooks" and the "./build/gyp_chromium content/content.gyp" and I even redownloaded the code with gclient and I still have the Ninja: No work to do. This is a tricky one.
Cong Liu
unread,
Dec 4, 2015, 1:45:03 AM12/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nwjs-dev
Did you changed your time? If you changed it to some time earlier before your last build, the compiler will think the source was older than the generated objects.
在 2015年12月4日星期五 UTC+8下午2:12:47,Chase Willden写道:
Chase Willden
unread,
Dec 4, 2015, 10:19:26 AM12/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nwjs-dev
Good suggestion, just tried that but same issue. I even whipped up a new VM to build nw, used gclient sync and all the other build instructions, runhooks works great, but ninja still gives me that message... I'm stumped on this one.
Roger
unread,
Dec 4, 2015, 8:05:24 PM12/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chase Willden, nwjs-dev
'content.gyp' is for nw12. In nw13 just use './build/gyp_chromium'.
The wiki need to be updated. And please refer to the buildbot log for
the flags and environment variables used for gclient and gyp.