-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
fatal error: 'node_internals.h' file not found #15552
Labels
Comments
/cc @addaleax |
Suspect 290315a is the culprit. The refactor appears to have dropped the |
addaleax
added a commit
to addaleax/node
that referenced
this issue
Sep 22, 2017
`node_buffer.h` is a public header, so it should not be using the `node_internals.h` internal header. Ref: 290315a Fixes: nodejs#15552
2 tasks
addaleax
added a commit
to addaleax/ayo
that referenced
this issue
Sep 23, 2017
`node_buffer.h` is a public header, so it should not be using the `node_internals.h` internal header. Ref: 290315a Fixes: nodejs/node#15552 PR-URL: nodejs/node#15554 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
jasnell
pushed a commit
that referenced
this issue
Sep 25, 2017
`node_buffer.h` is a public header, so it should not be using the `node_internals.h` internal header. Ref: 290315a Fixes: #15552 PR-URL: #15554 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Running
npm --nodedir=$NODE_BUILD_PATH install native-hdr-histogram
causes the error:I think we did something wrong in how we export or setup the headers. It appears to be caused by 290315a
The text was updated successfully, but these errors were encountered: