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

Build on MacOS Mojave failed with Socekt Support problem #56

Open
KimJinRyul opened this issue Oct 30, 2018 · 4 comments
Open

Build on MacOS Mojave failed with Socekt Support problem #56

KimJinRyul opened this issue Oct 30, 2018 · 4 comments

Comments

@KimJinRyul
Copy link

Hello~

Build on Mac OS Mojave failed even after install developer tools with "xcode-selector --install" command.

How can I build curl with Mojave?

Regard

@gustavogenovese
Copy link
Owner

Hi, thanks for the report.
Unfortunately, due to my current work, I can't upgrade to Mojave until February. As soon as I upgrade I'll take a look to this issue.
You can still use the prebuilt libraries though.
Regards,

@jahngordon
Copy link

I found the fix for this as part of trying to solve my own issue. See #57 (comment) - the key step is installing the SDK headers package that the Xcode command line tools installer will have dropped onto your machine.

I've built a couple of times successfully on Mojave now.

@nazrul-capanicus
Copy link

nazrul-capanicus commented Feb 14, 2019

Hi,
Did you upgrade for Mojave?

I am getting below error while installing on Mojave and Sierra,
Curl needs external tools to be compiled
Make sure you have autoconf, automake and libtool installed
./build_iOS.sh: line 24: ./buildconf: No such file or directory
Error running the buildconf program

autoconf, automake and libtool are already installed but still getting same error on both the macos

Xcode 10.1
Macos 10.14.3
Macos 10.13.6

@gustavogenovese
Copy link
Owner

gustavogenovese commented Feb 15, 2019

./build_iOS.sh: line 24: ./buildconf: No such file or directory

That looks like you forgot to read the instructions and get the submodules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants