Hey I’m trying to install on windows 11 but when I enter the cmd cargo install vdash I get an error output " Compiling futures-channel v0.3.30
error: could not compile windows_x86_64_msvc (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish…
error: could not compile windows_x86_64_msvc (build script) due to 1 previous error
error: could not compile serde (build script) due to 1 previous error
error: could not compile proc-macro2 (build script) due to 1 previous error
error: could not compile windows_x86_64_msvc (build script) due to 1 previous error
error: could not compile syn (build script) due to 1 previous error
error: could not compile rustversion (build script) due to 1 previous error
error: could not compile winapi (build script) due to 1 previous error
error: failed to compile vdash v0.17.8, intermediate artifacts can be found at C:\Users\MINE\AppData\Local\Temp\cargo-installxqLWZH.
To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path."
error: linker link.exe not found
|
= note: program not found
note: the msvc targets depend on the msvc linker but link.exe was not found
note: please ensure that Visual Studio 2017 or later, or Build Tools for Visual Studio were installed with the Visual C++ option.
note: VS Code is a different product, and is not sufficient.
Compiling icu_properties_data v1.5.0
Compiling equivalent v1.0.1
error: could not compile windows_x86_64_msvc (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish…
error: could not compile windows_x86_64_msvc (build script) due to 1 previous error
error: could not compile windows_x86_64_msvc (build script) due to 1 previous error
error: could not compile rustls (build script) due to 1 previous error
error: could not compile serde (build script) due to 1 previous error
error: could not compile proc-macro2 (build script) due to 1 previous error
error: could not compile syn (build script) due to 1 previous error
error: could not compile crossbeam-utils (build script) due to 1 previous error
error: could not compile parking_lot_core (build script) due to 1 previous error
error: could not compile rustversion (build script) due to 1 previous error
error: could not compile httparse (build script) due to 1 previous error
error: could not compile winapi (build script) due to 1 previous error
error: failed to compile vdash v0.17.8, intermediate artifacts can be found at C:\Users\MINE\AppData\Local\Temp\cargo-installjEkCQY.
To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path.
Sorry, I’ve not been able to look into it. You can pick out one of those error messages and search the web. That’s what I would do but I’m not on Windows so not easy for me to test out.
I’m pretty busy so hopefully you Windows folk can figure it out together, posting on discord might help.
Had that issue on ws2022 build tools solved issue for me. On my w11 didn t had that issue cause i had there installed complete adk for w11 for custom windows 11 image creation. He probably didn’t installed visual studio on his pc but let’s wait for his feedback.
I read it, as I said visual studio is missing, because with visual studio you get the adk and c++ redistributable, but with visual studio code you don’t.
yea I have visual studio on my computer and I’m pretty sure I installed the correct tools maybe I should try to uninstall everything and reinstall it fresh does anyone know what the cmds are to uninstall everything?
and also I am doing this out of the cmd window I dont need to be doing it in powershell right maybe thats the issue?
Check the box for “Desktop development with C++” which will ensure that the
needed components are installed. If your locale language is not English,
then additionally check the box for English under Language packs.
If you will be targeting the GNU ABI or otherwise know what you are
doing then it is fine to continue installation without the build
tools, but otherwise, install the C++ build tools before proceeding.
Continue? (y/N)
I do have some containers running in docker for the io.net project could this be interfering in anyway?