-
Notifications
You must be signed in to change notification settings - Fork 569
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
Many missing files in header archive for v17.0.0 #704
Comments
Refs nodejs/node#40423. cc @targos |
TBH I assumed CITGM would catch any mistake here. |
targos
added a commit
to targos/node
that referenced
this issue
Oct 19, 2021
Hopefully it's fixed in nodejs/node#40526 |
targos
added a commit
to targos/node
that referenced
this issue
Oct 19, 2021
targos
added a commit
to nodejs/node
that referenced
this issue
Oct 20, 2021
Fixes: nodejs/Release#704 PR-URL: #40526 Fixes: #40529 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Thank you so much for the quick response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to compile native packages, compiling the v8 include headers fails due to missing header files, including v8-weak-callback-info.h, v8-function-callback.h, v8-callbacks.h, and others. The headers download at https://nodejs.org/dist/v17.0.0/node-v17.0.0-headers.tar.gz does not include all the headers referenced by the included v8 headers. Here is an example compilation error:
I assume V8 9.5 had some refactoring, splitting up some header files, and the new headers just need to be included header archive.
The text was updated successfully, but these errors were encountered: