Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no target nwjs when build nw on nw14 branch #158

Open
nintyzcy opened this issue Feb 27, 2023 · 0 comments
Open

no target nwjs when build nw on nw14 branch #158

nintyzcy opened this issue Feb 27, 2023 · 0 comments

Comments

@nintyzcy
Copy link

i want to build nw of v0.14.7 for window xp use. so i listen the document of https://nwjs-docs.readthedocs.io/en/latest/For%20Developers/Building%20NW.js/.

  1. gclient config --name=src https://github.com/nwjs/chromium.src.git@origin/nw14. then modify .gclient file.
  2. gclient sync --with_branch_heads. get code success
    3.Manually clone and checkout v0.14.7 branch for following repositories:
    src/content/nw | https://github.com/nwjs/nw.js
    src/third_party/node-nw | https://github.com/nwjs/node
    src/v8 | https://github.com/nwjs/v8
  3. gn gen out/nw. success
  4. ninja -C out/nw nwjs. failed!
    ninja: error: unknown target 'nwjs', did you mean 'nfc'?

I opened out/nw/build.ninja, actually not found nwjs. am i need to modify src/BUILD.gn,and how to do? I found that
the project nwjs/nw.js at branch of nw14, still use gyp not gn to build. does it matter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant