mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Build fails on windows #3519
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#3519
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 @CarlosHleb on GitHub (Jun 30, 2025).
Bug Description
I checked out the instructions from https://rustdesk.com/docs/en/dev/build/windows/
In Visual studio inside "Get tools" -> I checked "Desktop development with C++".
I downloaded and installed vcpkg and ran this command:
I downloaded
clang+llvm-18.1.8-x86_64-pc-windows-msvc.tarand unpacked it.i also did:
then ran
It fails compiling at package ~500, heres the error:
How to Reproduce
In the description
Expected Behavior
It should build
Operating system(s) on local (controlling) side and remote (controlled) side
Windows 11 vm
RustDesk Version(s) on local (controlling) side and remote (controlled) side
pulled from git
Screenshots
No screenshot
Additional Context
No response
@rustdesk commented on GitHub (Jun 30, 2025):
#763