mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1499] Error calling dlltool 'dlltool.exe': program not found #676
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#676
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 @quadrinex on GitHub (May 4, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1499
Description
When installing librespot from cargo I get the error "Error calling dlltool 'dlltool.exe': program not found"
Version
0.6.0
How to reproduce
cargo install librespot
Log
Host (what you are running
librespoton):@photovoltex commented on GitHub (May 4, 2025):
Huh, that's a new one. From a quick search the question emerges, which toolchain do you have installed?
You can get that information by running
But in general your issue sounds more like an improper installation of rust or missing tools to use the toolchain to it's full extend.
@quadrinex commented on GitHub (May 4, 2025):
@photovoltex
stable-x86_64-pc-windows-gnu (active, default)
stable-x86_64-pc-windows-msvc
btw i tried stable-x86_64-pc-windows-msvc but it just gave me more errors
@photovoltex commented on GitHub (May 4, 2025):
Personally I always use the
msvcversion when I'm under windows. It requires to additionally install the "Visual Studio Build Tools" (maybe with some additional components, not sure). But in general that always just works out of the box. Currently you will also need to installcmakefor one of our dependencies, but from what the log looks like, you didn't got that far, so that would be a later concern.@quadrinex commented on GitHub (May 4, 2025):
@photovoltex
Well, this is what i get with it :
@quadrinex commented on GitHub (May 4, 2025):
Seem like I don't have Visual Studio Build Tools. I'm installing it, I will tell if anything changed.
@quadrinex commented on GitHub (May 4, 2025):
Well, the exit code changed, I guess it had something to do with it.
@quadrinex commented on GitHub (May 4, 2025):
I forgot to install Dependencies on Visual Studio Now it just work.
@photovoltex commented on GitHub (May 4, 2025):
Good to hear that it was just a config issue :). Thanks for closing^^