Closed ftilde closed 4 years ago
Yup, I ran into this recently too, and am just holding for systray
to be updated (I know @qdot is working on it). Thanks for posting the workaround!
Just pushed 0.4.0 (with @ftilde's patch (thanks! :D ), Rust 2018 support, etc) to crates.io. I compiled it and checked the examples, but that's about as far as testing went for the moment. Lemme know if it works for you.
Published in buzz 1.2
!
Snippet from the build:
The issue is also described here and happens due to the dependency-chain
systray
->libappindicator
->libappindicator-sys
-> (an ancient version of)bindgen
->aster
->syntex_syntax
.The issue is fixed in
libappindactor
and the master branch ofsystray
. However, the latter does not build at the moment due to other issues. The fix for this project is probably to wait until a new, fixed version ofsystray
is published. In the meantime, if anyone wants to build buzz using rustc 1.41, they can temporarliy use the PR-branch that I submitted tosystray
to fix the upgrade-issues (at least for Linux/*BSD/...) using a patch section in theCargo.toml
of buzz: