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
The library esaxx link msvc static. it should link it dynamic by default that's the Rust's standard.
You can check which crate uses esaxx in your project using cargo tree and patch it
In Linux there's two crates that linking https://github.com/abseil/abseil-cpp. You can try set RUSTFLAGS="-Clink-arg=-Wl,--allow-multiple-definition" environment variable
works on mac but compilation fails on linux/windows, any advice?
https://github.com/mediar-ai/screenpipe/actions/runs/10724672255/job/29740844267
The text was updated successfully, but these errors were encountered: