-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Failed to build on windows 11 #529
Comments
Hello @Andrej730, I have never seen this "in triplet x64-windows: Unable to find a valid Visual Studio instance" error before. It looks like you need to install the "Visual C++ tools for CMake" in the Visual Studio Installer. FYI: These are the Visual Studio options I have installed: I hope this helps |
I do have the same components, so this shouldn't cause the issue: I've experimented a bit more and it seems to be the issue with this particular version of vcpkg What helped is changing Haven't tried to rebuild the entire vcpkg yet. How can I bump vcpkg version for my build? |
OpenRV/cmake/dependencies/vcpkg.cmake Line 19 in 2880daf
|
Switching from 2023.11.20 to 2024.03.19 in vcpkg.cmake helped to solve 2/3 errors, still has issue with
|
It fails on this command
last lines from it's logs (files are actully copied and there are no errors after):
|
What happened?
I've followed all the recommendations from https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/docs/build_system/config_windows.md and tried to build OpenRV with the snippet below:
But it fails with an error bellow. Any suggestions?
List all the operating systems versions where this is happening
Windows 10
On what computer hardware is this happening?
Relevant console log output
The text was updated successfully, but these errors were encountered: