-
-
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
can't compile libcurl macOs High Sierra 10.13.1 (17B48) #2080
Comments
I made sure my mac is updated and I can build current git master just fine!
I think I might have xcode 9.1:
|
@koshak01 what version of xcode |
➜ ~ /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -version |
FYI: That's the exact same version of xcode that I have installed. |
I run buildconf after - but this not help ;( Before i have xcode version 8.3.3 - and i see same problem. |
Now this struck me. I don't have any I believe the |
I wonder if you have some old command line tools or headers installed that are getting in the way. You can force Xcode to install the appropriate tools & headers for your macOS release by running "xcodeselect --install" in Terminal. Also, if you're using macOS 10.13.x, you should uninstall Xcode 8. Old versions of Xcode generally don't work in newer macOS releases, and I can't think of any reason to keep Xcode 8 around in 10.13 anyway. |
/configure --prefix=/usr/local/curl --with-darwinssl --with-ssl=/usr/local/opt/openssl --disable-werror --disable-warnings
after configure:
➜ curl git:(master) make
env:
i set flag -Wno-error in env - not work =((((
/usr/include/sys/socket.h:713
macOS:
macOS High Sierra version 10.13.1
The text was updated successfully, but these errors were encountered: