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 the tapo 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), can anyone help me debug this? 🙏
Adding libcurl-sys as a direct dependency and using the force-system-lib-on-osx feature resolves this issue, but obviously is more of a band-aid than anything.
Hello, I started a new project with tokio and the tapo 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), can anyone help me debug this? 🙏
Stack trace
The text was updated successfully, but these errors were encountered: