-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[harfbuzz] Build error on x64-windows #37763
Comments
Do a git pull. I think the problem is that you are using a baseline which is newer than your vcpkg checkout and thus the scripts are outdated compared to the baseline. |
I can confirm failure with baseline at |
I just noticed this: |
@Neumann-A It was because I had vcpkg installed from Visual Studio. Once I uninstalled the feature eveerything worked again. Is there a reccomendation to not use that feature in Visual Studio? |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
I am not sure if this is related to #36151, but when I try to build my project from visual studio using manifest mode I see the following error output:
I do know that the last working baseline in my manifest was
215a2535590f1f63788ac9bd2ed58ad15e6afdff
so before that pull.What confuses me is that if I run
vcpkg install
from the project directory it will run to completion. I am wondering if it could also be related to #37615 then. I do have a python that is different installed in my path.The text was updated successfully, but these errors were encountered: