-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Use of undeclared identifier when building on OS X 10.10 #32
Comments
@naknut The required version is libcurl 7.28 (as written in CMakeLists.txt). I have OSX 10.10 too and I can compile it without errors. What version do you have? |
The version that is preinstalled with OS X 10.10 is 7.37.1 and i got the error when i built it with that one. I updated curl with Homebrew to 7.41 and now I can build. As you said, curlcpp says it needs atleast 7.28 but my default version is higher. Maybe the version that comes with OS X be different from the official version? |
Just so you know I'm not BSing you:
Can't build with this version
Can build with this version |
Probably yes. I have installed libcurl downloading it from its website and compiling it. But if it works with your version, it's good. |
@naknut very strange. I will check what are the differences between libcurl OSX version and the on homebrew/port. Are you able to compile now? |
The problem is the usage of CURLOPT_SSL_VERIFYSTATUS in curl_easy.
|
Im trying to build the project on my OS X 10.10 machine and get the following errors.
Do curlcpp not support the OS X version of libcurl?
The text was updated successfully, but these errors were encountered: