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 iOS Error Catalina #66

Open
pcfriend2010 opened this issue Apr 3, 2020 · 3 comments
Open

Build iOS Error Catalina #66

pcfriend2010 opened this issue Apr 3, 2020 · 3 comments

Comments

@pcfriend2010
Copy link

/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
CC libcurl_la-file.lo
CC libcurl_la-timeval.lo
CC libcurl_la-base64.lo
CC libcurl_la-hostip.lo
CC libcurl_la-progress.lo
CC libcurl_la-formdata.lo
CC libcurl_la-cookie.lo
CC libcurl_la-http.lo
CC libcurl_la-sendf.lo
CC libcurl_la-ftp.lo
CC libcurl_la-url.lo
CC libcurl_la-dict.lo
CC libcurl_la-if2ip.lo
CC libcurl_la-speedcheck.lo
CC libcurl_la-ldap.lo
url.c:55:2: error: "We can't compile without socket() support!"
#error "We can't compile without socket() support!"
^
1 error generated.
make[2]: *** [libcurl_la-url.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Error running the make program

@dhilowitz
Copy link

Yup. I'm having the same issue, also on Catalina.

@wolfaherd
Copy link

wolfaherd commented May 24, 2021

same issue,also on Big Sur

@wolfaherd
Copy link

wolfaherd commented May 24, 2021

I resolve this prblem by commenting out this line.
CC="$XCODE/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"

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

3 participants