mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Cannot compile under Win64 #1697
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#1697
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 @aschegolskiy on GitHub (Apr 21, 2023).
Bug Description
[16:55, 21.04.2023] Сергей Кравцов: git clone https://github.com/rustdesk/rustdesk
[16:55, 21.04.2023] Сергей Кравцов: CMake Error at flutter/CMakeLists.txt:7 (include):
include could not find requested file:
CMake Error at CMakeLists.txt:71 (include):
include could not find requested file:
[16:57, 21.04.2023] Сергей Кравцов: Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
The CXX compiler identification is MSVC 19.35.32217.1
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
CMake Error at flutter/CMakeLists.txt:7 (include):
include could not find requested file:
CMake Error at CMakeLists.txt:71 (include):
include could not find requested file:
rustdesk lib build type: $<IF:$CONFIG:Debug,debug,release>
Configuring incomplete, errors occurred!
See also "C:/Projects/vcpkg-master/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/CMakeFiles/CMakeOutput.log".
How to Reproduce
[16:55, 21.04.2023] Сергей Кравцов: git clone https://github.com/rustdesk/rustdesk
[16:55, 21.04.2023] Сергей Кравцов: CMake Error at flutter/CMakeLists.txt:7 (include):
include could not find requested file:
CMake Error at CMakeLists.txt:71 (include):
include could not find requested file:
[16:57, 21.04.2023] Сергей Кравцов: Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
The CXX compiler identification is MSVC 19.35.32217.1
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
CMake Error at flutter/CMakeLists.txt:7 (include):
include could not find requested file:
CMake Error at CMakeLists.txt:71 (include):
include could not find requested file:
rustdesk lib build type: $<IF:$CONFIG:Debug,debug,release>
Configuring incomplete, errors occurred!
See also "C:/Projects/vcpkg-master/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/CMakeFiles/CMakeOutput.log".
Expected Behavior
Should be compiled
Operating system(s) on local side and remote side
Windows 10
RustDesk Version(s) on local side and remote side
1.1.9
Screenshots
Log included
Additional Context
No response
@rustdesk commented on GitHub (Apr 21, 2023):
#763
@simonclouds commented on GitHub (May 13, 2024):
same problem to me , no idea