Replies: 13 comments 20 replies
-
I've searched everywhere in the documentation, I cannot seem to find any mention of this use case. The reason I am asking is that I suspect that |
Beta Was this translation helpful? Give feedback.
-
Why not just create a new instance of vcpkg?
I personally have 4 instances, vs2017.prod vs2017.test vs2019.prod and vs2019.test each using the compiler, linker and toolset native to that visual studio version. To save some space I did create a common downloads directory so they share the downloaded files, tools, etc. |
Beta Was this translation helpful? Give feedback.
-
@sharpe5
Please let me know if you still have any concern about this issue. If there are some problems on Thanks. |
Beta Was this translation helpful? Give feedback.
-
@timautry, @NancyLi1013 Thank you for your comments. It would be fantastic to have a command to rebuild all packages. That way, if the compiler was upgraded (or changed), it would be easy to build everything under the new compiler. I guess the only solution, for now, is to write some sort of script to remove/install the packages one by one? Not that would be difficult, but it would be a bit hacky. |
Beta Was this translation helpful? Give feedback.
-
@strega-nil |
Beta Was this translation helpful? Give feedback.
-
I think this is a pretty good idea; if you wanted to add a command to do it @sharpe5, I could probably offer assistance :) |
Beta Was this translation helpful? Give feedback.
-
@strega-nil Thank you for the offer, that is very generous. However I don't think I have enough C++ experience yet to add a command like this. |
Beta Was this translation helpful? Give feedback.
-
Fair enough :) |
Beta Was this translation helpful? Give feedback.
-
Please ignore the title change, the change by @strega-nil was correct. |
Beta Was this translation helpful? Give feedback.
-
On a similar issue; I now have 7 GByte under my |
Beta Was this translation helpful? Give feedback.
-
Read through all these comments and still don't have a clear picture of how to get vcpkg to recompile everything. Can someone please post manual steps? e.g. Delete folders X, Y, Z... |
Beta Was this translation helpful? Give feedback.
-
we need it(Automatically recompile all its child dependencies
|
Beta Was this translation helpful? Give feedback.
-
Hello, I would very much like this functionality added. My use case is that I installed the latest MacOS update last week and now every time I link my project I receive many, many, many messages like this:
I'm talking many pages worth. Yes, I can change |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to rebuild the existing
vcpkg
directory under a newer version ofgcc
.I'm wondering - is this possible without manually reinstalling everything from scratch?
Not that it matters, but I'm using
WSL v1
withUbuntu 18.04
.Beta Was this translation helpful? Give feedback.
All reactions