Doesnt work on Debian Buster
Closed this issue · 4 comments
I tried to compile it, but it ends with a "error[E0599]: no associated item named MAX
found for type u32
in the current scope
--> src/pulse.rs:133:23"
I also tried to install the deb-file. No success :)
The binary also doesnt work, maybe Buster is too old?
For the former issue, what version of cargo/libc are you running? It might not compile with the dated version in the Buster repos as Rust has been improving at a good pace these last year or two.
As for the deb issue, can you provide more information such as an error message?
Finally for the binary itself, could you run it in a terminal and provide the output?
I've been able to run the binary alone in Debian Buster (10.9) on a vanilla install with only the Cinnamon desktop and standard utils installed, so I'm unsure as to why it might be failing on your end.
Can you check your Rust version? u32::MAX was implemented in version 1.43.0, if you try to compile with a version below that, it will not work.
It is 1.41.1 installed. So I have to wait until bullseye becomes stable. :) Thanks!
No problem! I hope everything works out for you when it updates :)