Skip to content
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

gcc-13 and qt5 build fixes #316

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

sarnold
Copy link

@sarnold sarnold commented Feb 10, 2024

I have a fairly current dev environment with:

dev-qt/qtcore-5.15.12-r1
dev-qt/qtxmlpatterns-5.15.12
sys-devel/gcc-13.2.1_p20231216

and with these 2 fixes for Qt version and c++ warn-on-error everything builds fine using a local (tox) build environment and git checkouts for openscap, SSG, and scap-workbench. Thanks!

Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
* setting -Werror with recent GNU forces c++20 build errors
* need to set -Wno-c++20-compat or else disable -Werror

Signed-off-by: Steve Arnold <sarnold@vctlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant