-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[qt5-base] build failure: qt5-base[core]:x64-linux -> 5.15.2 #19226
Comments
Try |
The build fails because of a missing |
This patch to qtbase should fix it. I will check if it applies to Qt6 and submit upstream, but upstream is closed for 5.15 development
|
Qt6 is already fixed |
cc @Neumann-A |
This is needed to build with GCC11 Fixes microsoft#19226
* [qt] Add patches to fix missing includes This is needed to build with GCC11 Fixes #19226 * bump version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install --recurse qt5
config-x64-linux-dbg-err.log
config-x64-linux-dbg-out.log
Additional context
Initial failed due to autopoint not being installed so had to run
sudo dnf install gettext-devel
The text was updated successfully, but these errors were encountered: