-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Compile error: InspectorProtocol.cpp:23:5: error: 'snprintf' is not a member of 'std' #10475
Compile error: InspectorProtocol.cpp:23:5: error: 'snprintf' is not a member of 'std' #10475
Comments
I have since learned uClibc has been abandoned and forked as uClibc-ng. Upgrading to this version resolved the issue. |
I'm getting what looks like the same error with nodejs 6.9.4 building on Gentoo Research suggests that this (and similar problems I'm having with other packages) relates to header file cleanup where some includes are no longer made indirectly. |
@MylesBorins Sorry, got a bit of an unexpected ping here … what can I do here? This doesn’t seem to be an issue on
Sorry, could you explain what you mean by that? |
you we explicitly import the headers with the missing functions |
yea but as far as I can tell the right headers are already included? :/ |
I am using a uClibc 0.9.33.2 toolchain (latest) available from this crosstool-NG project.
The text was updated successfully, but these errors were encountered: