-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support for node 20 #759
Comments
Which compiler/version are you using? |
I'm getting the same error on my system:
|
Using diff --git a/binding.gyp b/binding.gyp
index 5b7d9f4..9e89fb8 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -37,7 +37,7 @@
"xcode_settings": {
"MACOSX_DEPLOYMENT_TARGET": "10.10",
"OTHER_CFLAGS": [
- "-std=c++14",
+ "-std=c++17",
"-stdlib=libc++",
"-Wall",
"-Werror" But there is also a compilation warning in the latest nan: nodejs/nan#953. So, |
I tried running
|
Version |
When updating to node 20.4.0 I get this error no matter the otel version I try
The text was updated successfully, but these errors were encountered: