-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
How do I get details on how VCPKG_VISUAL_STUDIO_PATH is used? #22068
Comments
the code for the selection itself is in vcpkg-tool.
probably you did not install the English language pack. Line 70 in 50fd3d9
|
@Neumann-A are you or any of the team able to say specifically what it is that vcpkg looks for to determine whether
I'll start grokking... but again if anyone can answer this question directly would be greatly appreciated since it isn't called out in the standard vcpkg documentation.
I thought that by default the VS installer(s) select the language based on the locale of the machine...
When I created the offline installer via
|
The complete selection code is in: |
Try setting
dumpbin and some other sub folders are also required further down the road but this at least should get you some instances being detected. |
Please note that variables like |
We hope your question was answered to your satisfaction; if it wasn't, you can reopen with more info. |
I have created the discussion #20961
and not got any community or vcpkg team response in two months so I'm trying to contact the vcpkg team directly, here.
The overall issue I have is that I need to control where vcpkg finds the compiler/toolchain to use and am running into issues. If there is work that needs to be done I'm happy to contribute my time to resolving issues but I can find only few references to
VCPKG_VISUAL_STUDIO_PATH
in the https://github.com/microsoft/vcpkg repo and as such struggling to find how this is used internally and therefore why it complains that the location used does not contain a valid instance of the VS toolchain when location does.Hoping we can work together to get this working.
The text was updated successfully, but these errors were encountered: