We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I'm running cargo build I get the following:
error: linking with `cc` failed: exit code: 1 = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L"
= note: /usr/bin/ld: cannot find -lxcb-render /usr/bin/ld: cannot find -lxcb-shape /usr/bin/ld: cannot find -lxcb-xfixes collect2: error: ld returned 1 exit status error: aborting due to previous error error: could not compile `rustyvault`
Running Ubuntu 20.04 LTS
The text was updated successfully, but these errors were encountered:
Seems like you are missing some libraries, have you tried installing the ones listed in this issue? orhun/kmon#2
Sorry, something went wrong.
Turns out it needed libxcb-xfixes0-dev.
No branches or pull requests
When I'm running cargo build I get the following:
Running Ubuntu 20.04 LTS
The text was updated successfully, but these errors were encountered: