-
Notifications
You must be signed in to change notification settings - Fork 18
Error Installation #25
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
Comments
Hi, I think this issue is related to #23, you might want to compile from source instead, as pamac doesn't seem to have the latest commit yet (?) |
Yeah this seems to be the case. Please check in with the maintainer of the AUR package to have this fixed. |
Hi, sorry in advance. My English is not the best, but I'll try. I followed the advice and cloned apex-tux-1.0 and tried to compile it. Unfortunately without success.
I use Manjaro as distribution, the system is freshly set up. And I am quite fresh in Manjaro. But I love the keyboard and am happy that I should be able to use the display under Linux. Thanks in advance |
Hi, I think this is related to #16 |
thanks for the quick reply, and how do I solve the problem now? Sorry for the question, but I do not understand it. apparently my knowledge is not enough there |
I think the repository you downloaded is outdated, please delete what you downloaded (maybe the release version, which was last updated in 2021 I think), instead clone this repo : (should be :
) |
Finally! Thanks |
you had to compile the settings ? Do you mean you had to move the |
apex-music v0.1.0 (/var/tmp/pamac-build-alex/apex-tux-git/src/apex-tux/apex-music)
error[E0658]:
impl Trait
in associated types is unstable--> apex-music/src/player.rs:74:31
|
74 | type MetadataFuture<'a> = impl Future<Output = ResultSelf::Metadata> + 'a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 rust-lang/rust#63063 for more information
= help: add
#![feature(impl_trait_in_assoc_type)]
to the crate attributes to enableerror[E0658]:
impl Trait
in associated types is unstable--> apex-music/src/player.rs:77:27
|
77 | type NameFuture<'a> = impl Future<Output = String>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 rust-lang/rust#63063 for more information
= help: add
#![feature(impl_trait_in_assoc_type)]
to the crate attributes to enableerror[E0658]:
impl Trait
in associated types is unstable--> apex-music/src/player.rs:80:37
|
80 | type PlaybackStatusFuture<'a> = impl Future<Output = Result>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 rust-lang/rust#63063 for more information
= help: add
#![feature(impl_trait_in_assoc_type)]
to the crate attributes to enableerror[E0658]:
impl Trait
in associated types is unstable--> apex-music/src/player.rs:83:31
|
83 | type PositionFuture<'a> = impl Future<Output = Result>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 rust-lang/rust#63063 for more information
= help: add
#![feature(impl_trait_in_assoc_type)]
to the crate attributes to enableerror[E0658]:
impl Trait
in associated types is unstable--> apex-music/src/player.rs:135:30
|
135 | type ArtistsFuture<'a> = impl Future<Output = Result> + 'a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 rust-lang/rust#63063 for more information
= help: add
#![feature(impl_trait_in_assoc_type)]
to the crate attributes to enableerror[E0658]:
impl Trait
in associated types is unstable--> apex-music/src/player.rs:138:29
|
138 | type LengthFuture<'a> = impl Future<Output = Result> + 'a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 rust-lang/rust#63063 for more information
= help: add
#![feature(impl_trait_in_assoc_type)]
to the crate attributes to enableerror[E0658]:
impl Trait
in associated types is unstable--> apex-music/src/player.rs:141:28
|
141 | type TitleFuture<'a> = impl Future<Output = Result> + 'a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 rust-lang/rust#63063 for more information
= help: add
#![feature(impl_trait_in_assoc_type)]
to the crate attributes to enableFor more information about this error, try
rustc --explain E0658
.error: could not compile
apex-music
(lib) due to 7 previous errorswarning: build failed, waiting for other jobs to finish...
==> FEHLER: Ein Fehler geschah in build().
Breche ab...
The text was updated successfully, but these errors were encountered: