Zed fails to build on Windows #28697
Closed
seb-hyland
started this conversation in
Help on Windows
Replies: 2 comments 1 reply
-
I fixed it; for some reason I need to install the preview build of VS Build Tools. I guess a version mismatch with the Rust crate? Seems odd that it doesn't recognize stable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same issue, fixed it by installing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Zed is failing to build on Windows, as it claims to not find spectre-mitigated libs.
I'm trying to build Zed from source on Windows. My Visual Studio Build tools are configured to include the latest spectre-mitigated libs for x64/x86, VS 2022 as well as the ATL and MFC for latest v143 build tools with Spectre Mitigations. Visual Studio Build Tools 2022 > Export Configuration yields:
Running
cargo build --release
ends up withmsvc_spectre_libs
failing, with the following output:I'm not sure why this is occurring given the libs are installed and present on the system.
Steps to reproduce:
cargo build --release
Expected Behavior: builds successfully
Actual Behavior: fails with above error
Zed Version and System Specs
Zed: v0.181.5 (Zed)
OS: Windows 10.0.22631
Memory: 31.9 GiB
Architecture: x86_64
GPU: AMD Radeon RX 6800 || AMD proprietary driver || 24.12.1 (AMD proprietary shader compiler)
^^ this is taken from MSYS2 build
Beta Was this translation helpful? Give feedback.
All reactions