Windows build problem #982
rpitre-wetdog
started this conversation in
General
Replies: 1 comment 3 replies
-
Error I am getting. haven't looked into it further thus far. But may just need vcpkg update as stated in linked PR.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found a few problem in the build process. One I was able to fix (I think) since the build process did not finished so I am not able to test.:
1- In vcpkg_acquire_msys.cmake, line 346, msys2-runtime-3.2.0-8-x86_64.pkg.tar.zst no longer exist, you need to use amore recent package
2- This one I am not sure how to fix , find_package(CURL CONFIG REQUIRED) fails. I get this error message:
' Could not find a configuration file for package "CURL" that is compatible
with requested version "".
The following configuration files were considered but not accepted:
Beta Was this translation helpful? Give feedback.
All reactions