-
Notifications
You must be signed in to change notification settings - Fork 360
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
fix issue #169 #171
base: master
Are you sure you want to change the base?
fix issue #169 #171
Conversation
accorded to curl commit curl/curl@ae76ebe, this flag could never be used.
CURLOPT_CLOSEPOLICY gives me compilation error:
So I added temporarily explicit cast, but maybe removing this option (this pull request) would be cleaner.
|
this PR is made to fix that .... |
Yes, I know, that's why I'm putting my comment under this PR. I just upvoted it. |
Hello there, Debian maintainer of the curlpp package here. We have faced build issues too since the latest libcurl update. While I do have backported a patch to make sure the package is still building I would love to see that PR included into a new release. @jpbarrette Any chance this could be done? This library is really helpful for many. Thank you for your work! Cheers |
I will comment here to support the merge of this PR as my project doesn't build anymore since the change in libcurl. Hopefully, this will be merged soon! Even though the CI check fails. It seems to be broken though as it fails during execution of some python script which is not related to this PR. |
…22) A patched version of curlpp/Options.hpp has been added to the repositiory in which the faulty `ClosePolicy` definition was removed. Some other definitions were also removed in order to get a minimal list of deprecated definitions warnings. See the following links for references about the issue worked around: jpbarrette/curlpp#171 jpbarrette/curlpp#169
* workaround current curlpp related errors. See: * jpbarrette/curlpp#171 * jpbarrette/curlpp#169 * fix a few build toolchain issues * fix wrong encryption scheme being displayed (CBC -> GCM) * update and fix typos in manpage
Remove reference to deprecated
CURLOPT_CLOSEPOLICY
and allow to build withCURL_NO_OLDIES
defined