Skip to content
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

Missing STRINGPOINT definition in curl.h #4739

Closed
rammishr opened this issue Dec 19, 2019 · 2 comments
Closed

Missing STRINGPOINT definition in curl.h #4739

rammishr opened this issue Dec 19, 2019 · 2 comments
Labels

Comments

@rammishr
Copy link

In curl.6.67.0 version following definition is missing in curl.h.
#define STRINGPOINT CURLOPTTYPE_OBJECTPOINT
#define SLISTPOINT CURLOPTTYPE_OBJECTPOINT

This results in compilation failure on AIX with IBM xlc 13.1.3 compiler.
This is because in else condition for CURL_ISOCPP, these definitions are missing in curl.h.
Adding them resolves the issue.

bagder added a commit that referenced this issue Dec 19, 2019
Without this fix, this caused a compilation failure on AIX with IBM xlc
13.1.3 compiler.

Reported-by: Ram Krushna Mishra
Fixes #4739
@bagder bagder added the build label Dec 19, 2019
@bagder
Copy link
Member

bagder commented Dec 19, 2019

Thanks! Can you just verify that #4740 fixes it?

@rammishr
Copy link
Author

thanks for the response. It fixes the issue.

@bagder bagder closed this as completed in e9685cd Dec 19, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

2 participants