Replies: 5 comments 3 replies
-
|
You can look up what versions of a package are available online (check the versions tab): https://vcpkg.io/en/package/glibmm As for how you got a non-existent version, the only thing that comes to mind is overrides: https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json#overrides |
Beta Was this translation helpful? Give feedback.
-
|
Many thanks @bas-van-der-woude-qps that's very useful. Let me ask a dumb question... up to now I've been given the impression that it's only possible to build earlier versions of a port when in Manifest mode but I must admit, I'm finding it a bit inflexible. For example, deleting a port that I've built can be quite difficult in Manifest mode and sometimes building one port will delete others that I've already built!! Is there no way I could try this in Classic mode? |
Beta Was this translation helpful? Give feedback.
-
|
Oh, that's quite interesting... I started off here by building the glib port (and all the libraries it depends on of course) and I then tried to build some other port (can't remember which one now...) but Manifest mode told me it'd delete the previous libraries because none of them was needed by the new port. Have you found some way around that?? I guess you can build everything inside its own port but don't you then end up with all the libs / dlls and header files in lots of different places |
Beta Was this translation helpful? Give feedback.
-
|
@bas-van-der-woude-qps - another thing I've heard about is a command-line option called --editable. Apparently it can be used when building a port to specify certain pre-built ports which shouldn't get changed or deleted. I'd assume that means it can be used in Manifest mode but I can't find any examples of how to use it. Is it something you've heard about? |
Beta Was this translation helpful? Give feedback.
-
It is printed when you ask for a particular version which isn't known. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Yesterday I was experimenting here with one of the ports (glibmm) and at one stage the following message came up:-
But for the life of me I can't remember what I did to see that message. Sometimes it'd be nice to know which of the earlier versions are available in a repo. Can anyone think what I might've done to see that?
Beta Was this translation helpful? Give feedback.
All reactions