-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
in6addr_any missing from HPE NonStop NSE #2146
Labels
Comments
I did miss a few required sources in this which I can add as part of a pull request:
|
note that |
Yes, however, in6.h is required for the above lib files because of sockaddr_in6, which on this platform is also in in6h. |
aha! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found a compile problem in the test suite for curl 7.57.0 (may be old as this is the first time we're trying to build with IPv6 enabled. I have a patch for this that I can provide in a pull request if desired, although the in6.h and in6addr_any may be distinct issues making the patch not entirely perfect.
I did this
When building curl on NSK-TANDEM-NSE, the definition in6addr_any is not found in in.h. In addition, IPv6 is defined in in6.h on this platform, which did not seem to be an issue for the main curl build.
I expected the following
Clean compile - rather obviously.
curl/libcurl version
operating system
HPE NonStop J06.20
The text was updated successfully, but these errors were encountered: