setup on windows without visual studio #41913
Answered
by
dg0yt
RemiBraizet
asked this question in
Q&A
-
Hi, I have msys2 / mingw64 on which there is gcc, GNU make and g++ it works using wsl, vcpkg is properly setup
did i miss a step ? |
Beta Was this translation helpful? Give feedback.
Answered by
dg0yt
Nov 8, 2024
Replies: 1 comment 6 replies
-
ATM you are building for mingw on a msvc host. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The log now shows paths like this
Try mapping the path to a drive letter.
And don't try to share the same vcpkg dir between Windows and Ubuntu without explicitly using distinct install dirs. They will not agree on the host triplet, and of course it breaks vcpkg's ABI tracking.