-
Notifications
You must be signed in to change notification settings - Fork 59
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
build fails with icu 75 #172
Comments
Bug report about this on gentoo: https://bugs.gentoo.org/933863 |
ICU-75.1 increased its C++ standard requirement to C++17 while slop is currently built with C++11. std::enable_if_t was added in C++14. |
Probably not the best solution, but you can just change the CXX_STANDARD lines in CMakeLists.txt from 11 to 17 and it compiles again. |
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Jan 19, 2025
Required to fix build with ICU 76.1 Reference: naelstrof/slop#172 Approved by: portmgr (blanket)
nanorkyo
pushed a commit
to nanorkyo/freebsd-ports
that referenced
this issue
Jan 19, 2025
Required to fix build with ICU 76.1 Reference: naelstrof/slop#172 Approved by: portmgr (blanket)
nanorkyo
pushed a commit
to nanorkyo/freebsd-ports
that referenced
this issue
Jan 21, 2025
Required to fix build with ICU 76.1 Reference: naelstrof/slop#172 Approved by: portmgr (blanket)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building with icu 75.1 fails:
The text was updated successfully, but these errors were encountered: