-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MacOS/ARM build of libcurl is failing #55
Comments
On any error the build script lists all of the *.log files from the builds. They are not in any particular order which is probably something I should look to improve. In your example, the build is failing building the arm64 MacOS (M1) binary:
It doesn't show enough for us to see the reason for the build error. Try The second build log is actually a successful one (you can disregard the Windows reference as that is part of the curl make process and doesn't result in any errors). |
Yeah, I figured as much after looking at it more closely. Unfortunately the log files either aren't getting created or are being deleted. I can see some of the logs for the openssl build while the build is still ongoing, but even those get deleted at some point. I only need the iOS build so I hacked up the script to only build the pieces I need as a workaround. I'll probably dig through it more if/when I need the MacOS version. |
In my case: MacOS x86_64
any advices? thx!!!! |
Code formatting ugly in last msg, So i copied here:
|
I'm getting the following build errors from libcurl for arm64 on MacOS. After digging, I suspect the output regarding VS projects is misleading since the x86_64 build seems to complete properly. A big problem is that the log files mentioned aren't getting generated--or are getting deleted before I can check them. Any suggestions?
The text was updated successfully, but these errors were encountered: