-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
wxwidgets[core]:x64-linux build failure #7931
Comments
Well it looks like wxwidgets should depend on cairo for sure, could you open another issue with the glib build failure? |
@SRugina I can install glib correctly. This is my log here:
And I installed wxwidgets and found different error:
After viewing the logs and generating folders, I finally found that vcpkg does not support wxwidgets:x64-linux now. |
I've opened a new issue for glib failure: #7978 |
Needs to re-enable gtk:x64-linux build first. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install wxwidgets
Failure logs
and the relevant
/opt/vcpkg/buildtrees/wxwidgets/install-x64-linux-dbg-out.log
Additional context
I tried doing
vcpkg install cairo
which failed due to glib failing to buildThe text was updated successfully, but these errors were encountered: