You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on a mac using gcc-4.9 (also tried and got the same error with the provided xcode c++ compiler), I get this error. This is using the project as a submodule and following the README step by step. Here is my CMakeList.txt and error when I try to make. Any ideas?
But the second one is using gcc, the problem here is that cmake put a clan command (-stdlib) into gcc makefile.
Try with a clean copy of curlcpp something like:
Running on a mac using gcc-4.9 (also tried and got the same error with the provided xcode c++ compiler), I get this error. This is using the project as a submodule and following the README step by step. Here is my CMakeList.txt and error when I try to make. Any ideas?
The text was updated successfully, but these errors were encountered: