mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[GH-ISSUE #411] Error while compiling (on core/src/channel.rs:69) #265
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fariss on GitHub (Dec 14, 2019).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/411
Hello;
I am encountring this error, while trying to build librespot.

Same output for
cargo buildandcargo build --release:@HEnquist commented on GitHub (Dec 17, 2019):
Which version of Cargo, rustc etc are you using? I compiled yesterday without any problems using the default versions in Fedora 31.
@fariss commented on GitHub (Dec 17, 2019):
Rustc version:
Cargo version:
My Ubuntu version is
19.10:@HEnquist commented on GitHub (Dec 17, 2019):
Ok, then try to upgrade rustc. The readme says at least 1.33.
@fariss commented on GitHub (Jan 28, 2020):
After updating rustc, it works like a charm.
Closing this issue.
Thank you.