-
Notifications
You must be signed in to change notification settings - Fork 25
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
Compilation fails. #105
Comments
I retried with Hunter, and it still fails. The last commit which works is The commit message says that
But it does not work with gcc11.2 too. And, in fact, this is probably more about libstdc++, not gcc, as building with clang++-17 also fails. Could you add a compiler check? Like check_compile in cmake, or something like that? |
This is specifically about a bugfix, which landed in GCC11.3, which was not backported to gcc10 or older: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90943 I am surprised slackware does have gcc11.2 instead of the latest point release. A compiler check is a bit hard, since this is about libstdc++ and I don't know how to check for that version. I guess a check_compile could work, but we depend on a few other issues fixed in newer compilers and enumerating is a bit hard. |
11.2 was the most recent point release when Slackware 15.0 was released, and it's not even 3 years old. |
The text was updated successfully, but these errors were encountered: