-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Cygwin 'configure' call fails with "Warning: Missing input files:" #8745
Comments
Node version? |
Similar warnings about missing input files are seen in the CI, e.g. v6.6.0:
They don't cause the build to fail though. |
@ofrobots Rolling a new V8 Inspector is not an option, as it was moved to V8 repository now. Should I create a PR that touches files under deps/v8_inspector? Is there any special guidelines for doing that? |
Node version is the most recent one, from git master branch of github.com/nodejs/node. I ran: git clone git://github.com/nodejs/node |
@eugeneo, yes a separate PR sounds like the right approach. No special guidelines. |
I deleted 3 obsolete entries from inspector build - #8753 I do not know if node_etw_provider.{h,rc} can be removed... |
Should be safe. They used to be checked-in pre-generated sources but as of #5657, they are always generated at build time. It's kind of odd they are written to tools/msvs instead of SHARED_INTERMEDIATE_DIR, though. |
As I understand it, having recently encountered a similar problem, support for Cygwin has been "removed" (if it was ever really there in the first place). This seems unfortunate because there's no reason it can't be built on Cygwin. The main reason for this seems to be that NodeJS is using a build system unfortunately named "gyp" (seriously?!) which it seems to me doesn't support Cygwin correctly, and conflates it too much with Windows. Really Cygwin should be treated as its own OS closer to Linux in terms of what the build system should look like, and should not be treated as "Windows" at all. |
Too bad; not your fault though. |
Under Cygwin (running under Windows 10), I ran the following and the output shows the error. Somehow, dependencies are missing.
The text was updated successfully, but these errors were encountered: