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
Hello, I started a new project with tokio and this library as dependencies, but I'm getting a compilation error for curl-sys v0.4.68+curl-8.4.0 when I try to cargo run.
From what I can see from the dependency tree, curl-sys it's a dependency of isahc, and since this library needs gcc12, I (re)installed it by using brew install gcc@12.
Not sure if this a problem of the latest MacOS update (Sonoma), or if M1 Macs are even supported, can anyone help me debug this or should I open an issue upstream? 🙏
You're correct - you should raise the issue with curl-sys.
The project should compile and run on AArch64 Macs. I'm doing the development on an M1 Mac with Ventura.
Hello, I started a new project with tokio and this library as dependencies, but I'm getting a compilation error for
curl-sys v0.4.68+curl-8.4.0
when I try tocargo run
.From what I can see from the dependency tree,
curl-sys
it's a dependency of isahc, and since this library needs gcc12, I (re)installed it by usingbrew install gcc@12
.Not sure if this a problem of the latest MacOS update (Sonoma), or if M1 Macs are even supported, can anyone help me debug this or should I open an issue upstream? 🙏
Stack trace
The text was updated successfully, but these errors were encountered: