[SOLVED]Linker error with Webrtc on Windows #32738
xulai1001
started this conversation in
Help on Windows
Replies: 3 comments 1 reply
-
|
Any measure to force static linking? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is there any way to remove livekit components entirely from the local build? I'm just testing the basic builds where livekit is irrevelant. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Did you make any changes to the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Linking zed.exe in windows failed with error:
rust-lld: error: /failifmismatch: mismatch detected for 'RuntimeLibrary'Description
Steps to reproduce:
cargo build --releaseon Windows 11 x64link.exeto link (not rust-lld) also exited with the error above.Expected result:
All parts of
libwebrtc_sysshould set to statically linked.Other tries:
I have tried to upgrade the libwebrtc dependency in
livekit_client/Cargo.tomlto the latest version ( 0.3.11 ), but Zed failed to compile due to breaking changes in libwebrtc version 0.3.8.Zed Version and System Specs
latest version of master branch
Beta Was this translation helpful? Give feedback.
All reactions