You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
I'm trying to compile bitcoin-pro, which depends on rust-glade.
On debian testing, installing a couple of packages got me across the first compiler errors. But it still fails on glade.
libglib2.0-dev
libcairo2-dev
libgdk-pixbuf-2.0-dev
libatk1.0-dev
libpango1.0-dev
libgtk-3-dev
on debian testing with rustc 1.48.0:
error[E0554]: #![feature] may not be used on the stable release channel
--> /home/richi/.cargo/registry/src/github.1485827954.workers.dev-1ecc6299db9ec823/glade-0.1.0-alpha.4/src/lib.rs:15:1
|
15 | #![feature(try_trait)]
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try rustc --explain E0554.
error: could not compile glade.
On ubuntu 21.04 with rustc 1.55:
--> /home/richi/.cargo/registry/src/github.1485827954.workers.dev-1ecc6299db9ec823/glade-0.1.0-alpha.4/src/error.rs:22:25
std::option::NoneError not found in std::option
When I try to compile rust-glade master on the ubuntu machine, I get the same error as listed above under debian testing.