Replies: 2 comments 2 replies
-
|
Groan... this isn't as simple as I thought. Prior to installing boost I'd just spent nearly 2 hours installing glib. But after copying boost's vcpkg.json file (into my build folder) I added the builtin-baseline and ran a dry run - but vcpkg now gives me this message:- Instead of copying boost's vcpkg.json file, should I have just added its contents to the manifest I'd already created for glib? [Edit...] Or is there maybe a command-line option I can send to vcpkg.exe to tell it not to uninstall the stuff I've already built? |
Beta Was this translation helpful? Give feedback.
-
|
Actually I'm not having much success building Boost in Classic mode either. I started a build earlier (I can't quite remember how many packages it wanted to build but it was something like 159). But when it gets to 35 packages from the end it gives me the text (and error) shown below... Is there any way to fix this?:- |
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.
-
If I'm in classic mode (i.e. in the vcpkg root folder) this command will show me a list boost packages to be built:-
./vcpkg install boost --dry-run
But if I'm in Manifest mode (i.e. in vcpkg/ports/boost) and I issue this command:-
../.../vcpkg install --dry-run
it complains that Boost cannot be built:-
error: D:\vcpkg-stuff\gnu-windows\src\vcpkg\ports\boost\vcpkg.json was rejected because it uses "version>=" and does not have a "builtin-baseline". This can be fixed by removing the uses of "version>=" or adding a "builtin-baseline".
See
vcpkg help versioningfor more information.I've built various other ports which specified a version number but no builtin-baseline but the difference in ports/boost is that vcpkg.json specifies version numbers for its dependencies (which the others didn't, so far).
I'm sure I can add a builtin-baseline but I figured I should flag this up to the support guys.
Beta Was this translation helpful? Give feedback.
All reactions