-
Notifications
You must be signed in to change notification settings - Fork 73
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
error: this vcpkg instance requires a manifest with a specified baseline in order to interact with ports. #258
Comments
Hi @AmiramSella Thanks for the report, I need a bit of information. I suspect that this happened with the vcpkg version that is bundled with Visual Studio. Can you confirm whether that's the case? Or did this happen with a standalone vcpkg install (git clone + bootstrap)? The fix would be to specify in the tutorial that this method is intended to work with vcpkg' standalone version. And to add an entry with this error message to the "Troubleshoot package failures" article with instructions to fix the issue. Related #251 |
I am using a fresh Ubuntu WSL (Windows Subsystem for Linux), I just installed VCPKG following the instructions found here. After that, I tried to install mapnik based on the instructions here. Then I got the same error message. |
Hi @ignotus87 Short answer:You need to create a manifest file (a file named
{
"dependencies": [ "mapnik" ]
} Long answer:The instructions you followed, are intended for users who want to try the experimental artifacts feature. The artifacts feature enables vcpkg to acquire and install build tools by specifying them in your The If you're looking to use vcpkg for general development, we recommend that you install a standalone version of vcpkg using the steps in our Get Started tutorial. I'll add this error message as part of our troubleshooting guide in #307 |
Hi
I did the instructions , but I got an error:
error: this vcpkg instance requires a manifest with a specified baseline in order to interact with ports. Please add 'builtin-baseline' to the manifest or add a 'vcpkg-configuration.json' that redefines the default registry.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: