-
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
[fontconfig] build failure #15931
Comments
I think we should add our tool path to head of @BillyONeal @ras0219 what do you think about? |
I believe not doing that and wanting |
@andresy Is still working for this issue, I didn't reproduce it locally. Make sure your vcpkg library is updated to the latest version and try again. If you still have questions, please reply to me. :)
|
Fixed by PR #24677 |
Host Environment
To Reproduce
Steps to reproduce the behavior:
This assumes gperf is not available system-wide, but only through vcpkg.
Failure logs
Additional context
It looks like fontconfig relies on gperf (via
vcpkg_find_acquire_program
). When gperf is installed via vcpkg (not system install), fontconfig is unable to find gperf.A workaround is to manually add in PATH the vcpkg gperf executable path, but I believe this should be automated.
The text was updated successfully, but these errors were encountered: