Hi Roger,
Can you tell me exactly what distro and version you are using to build nw.js?
Also-- can I successfully build nw.js from a clean install on that distro?
The Chromium link you provide in your build docs says to use Ubuntu 14.04 for the build. But I'm already hitting an error with an out-of-date version of openjdk on that distro. After fixing that I'm getting all kinds of errors like:
IOError: [Errno 2] No such file or directory: u'../../out/nw/gen/chrome/app/chrome_content_browser_manifest_overlay.json'
Plus an error previous to that about duplicate keys in a grit-related file. I'd rather not hand patch individual Chromium files just to get an x86_64 build to complete. (That is, I'm not even trying to cross-compile for arm yet...)
I'm checking out from here:
Any hints? There's no simple script to build nw.js so I can only go from your build documentation and the build script Laszlo has here:
Thanks,
Jonathan
On Tuesday, June 4, 2019 at 10:55:34 PM UTC-4, Roger Wang wrote: