Windows build process fails because of webrtc #29491
Replies: 4 comments 1 reply
-
|
In addition to the standard steps above, I have also carried out |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem, my computer is macos |
Beta Was this translation helpful? Give feedback.
-
|
I have decided not to use the standard build process for Windows because it is failing continuously. I have resorted to using ready-made Windows builds via Scoop. Those of you who are facing the same issue and don't intend to do patchwork (and build your copy of Zed) and need a ready-to-use version may choose this method. |
Beta Was this translation helpful? Give feedback.
-
|
What version of the Windows SDK do you have installed on your machine? There have been reports that SDK versions lower than 26100 can cause WebRTC to fail to build. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The Windows build fails with the following
Complete error output on console
Steps to reproduce: Run
cargo run --releasein your local Zed directoryExpected Behavior: Fully built Zed release version
Actual Behavior: Fails with the above error
Zed Version and System Specs
Zed: v0.137.0 (Zed Dev)
OS: Windows 10.0.26100
Memory: 31.9 GiB
Architecture: x86_64
Beta Was this translation helpful? Give feedback.
All reactions