We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
c:\dev\vcpkg>vcpkg --overlay-triplets=..\my-vcpkg-triplets --overlay-ports=..\my-vcpkg-ports install alphaplot:x64-windows Computing installation plan... error: while looking for qtbase:x64-windows: error: while loading C:\dev\vcpkg\ports\qtbase\vcpkg.json: $.default-features[11]: mismatched type: expected an identifier $.default-features[12]: mismatched type: expected an identifier $.default-features[15]: mismatched type: expected an identifier
The text was updated successfully, but these errors were encountered:
error: while loading C:\dev\vcpkg\ports\qtbase\vcpkg.json:
That is an error with your vcpkg checkout/version not with the overlay. Maybe you also need to re-bootstrap vcpkg itself?
Sorry, something went wrong.
No branches or pull requests
c:\dev\vcpkg>vcpkg --overlay-triplets=..\my-vcpkg-triplets --overlay-ports=..\my-vcpkg-ports install alphaplot:x64-windows
Computing installation plan...
error: while looking for qtbase:x64-windows:
error: while loading C:\dev\vcpkg\ports\qtbase\vcpkg.json:
$.default-features[11]: mismatched type: expected an identifier
$.default-features[12]: mismatched type: expected an identifier
$.default-features[15]: mismatched type: expected an identifier
The text was updated successfully, but these errors were encountered: