PaulJuliusMartinez / jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
https://jless.io
MIT License
4.61k stars 87 forks source link

Failed to compile jless v0.8.0 on Kali Linux #118

Closed maciejwalendziuk closed 1 year ago

maciejwalendziuk commented 1 year ago

Hello, jless v0.8.0 does not compile using cargo install jless. Returns:

  = note: /usr/bin/ld: cannot find -lxcb-render: No such file or directory
          /usr/bin/ld: cannot find -lxcb-shape: No such file or directory
          /usr/bin/ld: cannot find -lxcb-xfixes: No such file or directory
          collect2: error: ld returned 1 exit status

error: could not compile `jless` due to previous error
error: failed to compile `jless v0.8.0`, intermediate artifacts can be found at `/tmp/cargo-installuV64gP`

Version v0.7.2 installs just normally.

maciejwalendziuk commented 1 year ago

Issue solved: sudo apt install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev