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
Fails to build with GCC 7 #277
Comments
|
GCC 7 isn't really supported well anymore (no tests for distributions using it in the CI), but if you need it we could for sure add support for it back. |
|
GCC 7 is the default compiler on openSUSE Leap 15.x (inherited from SLE 15), so we'll try to use it as long as possible. Though later (ABI compatible) versions of GCC are also available, so we could switch to those if necessary. |
|
I originally wanted to make this conditional on the compiler version, but actually this version override is no longer needed so we can just drop it (it had to do with some older Qt-related issues). |
|
Yay, so I can drop the downstream patch with the next update again. Thanks! |
Building with GCC 7 fails with:
Not sure whether GCC 7 is supported, but just removing the option results in a successful build:
The text was updated successfully, but these errors were encountered: