Closed ghost closed 3 years ago
Hi, that's unfortunate. It's unclear to me why it would fail but if I was to hazard a guess I'd say you're missing some dependency on your system. What distro are you running? What version of rust are you using? Are you using rustup to install the rust compiler, and if so are you using stable or nightly?
I'm using i3 installed on popOS, and I ran "curl https://sh.rustup.rs -sSf | sh" to install what I assumed to be both cargo and rustup.
I was able to reproduce and fix on a clean ubuntu VM by installing:
sudo apt-get install libxcb1-dev
I'll add a note to readme if this works for you
Seems to have worked like a charm! Thank you!
I get this error when running 'cargo install i3wsr':