-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
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
Failure to compile #468
Comments
Hello I have the issue. My setup is the following OS My rust toolchain
The error is the following
|
@rsignavong can you try to compile this crate ? https://github.com/rust-x-bindings/rust-xcb/tree/main git clone https://github.com/rust-x-bindings/rust-xcb.git
git checkout v0.10.1
cargo build --features "thread" --features "xfixes" |
@rsignavong can you try the installation without the clipboard feature ?
|
It builds correctly, in debug or release mode, with and without the features
|
It compiled succesfully
|
Is it related to my rustflags?
|
My clipboard library seems to be the problem (due to one of its dependencies). |
Ok I see, thank you for your help! |
I've just released broot v1.7.5 which brings nothing else than an easier compilation. |
quick tangent for you, if you don't mind... I just tried to compile another Cargo project, (https://github.com/alacritty/alacritty), which gets all the way to the end, and then throws the same lxcb dep error that Broot was giving me before... Do you think you could tell me how to edit the source similarly to what you did, to skip that, (I am on SailfishOS, with no X packages), or maybe even fork or something for me? Thanks |
You should create an issue on the Alacritty project. It's probably a problem for other users too. |
If you had a minute or two At some point, just wonder your thoughts on this - Smithay/client-toolkit#210 Thanks |
Several users see a failure to compile version 1.7.4.
If that's the case for you, please precise in comment your os, version of rustc. I'm trying to gather evidences.
The text was updated successfully, but these errors were encountered: