You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- a/deps/ngtcp2/ngtcp2.gyp+++ b/deps/ngtcp2/ngtcp2.gyp@@ -81,7 +81,7 @@
'nghttp3/lib/nghttp3_vec.c',
'nghttp3/lib/nghttp3_version.c',
# sfparse is also used by nghttp2 and is included by nghttp2.gyp
- # 'nghttp3/lib/sfparse.c'+ 'nghttp3/lib/sfparse.c'
]
},
'targets': [
Version
d172da8
Platform
Subsystem
ngtcp2
What steps will reproduce the bug?
Compile node, some configurations may avoid this issue somehow?
How often does it reproduce? Is there a required condition?
Always on affected systems.
What is the expected behavior? Why is that the expected behavior?
The compile should succeed without undefined references.
What do you see instead?
The build fails with an undefined reference to
sf_parser_dict
when compilingnode_mksnapshot
.Additional information
The missing function is in
deps/ngtcp2/nghttp3/lib/sfparse.c
node/deps/ngtcp2/nghttp3/lib/sfparse.c
Lines 1023 to 1032 in d172da8
This file is commented in
deps/ngtcp2/ngtcp2.gyp
.node/deps/ngtcp2/ngtcp2.gyp
Lines 83 to 84 in d172da8
The simple solution would be to uncomment it.
The text was updated successfully, but these errors were encountered: