-
Notifications
You must be signed in to change notification settings - Fork 142
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 error with ICU 75 #172
Comments
@TheEssem In case you're encountering this while running Mastodon on a system with ICU 75, forking this library to remove |
Does using |
I just ran into this error and the fix mentioned by @renchap did the trick. Just doing this failed with the error in the original issue:
But this worked:
|
Actually, after looking back at the error I was getting I'm not sure that it's exactly the same one. Here's what I was seeing, just in case it helps anybody else find this issue/fix:
|
It looks like 0.7.8 solved the issue on my end, no extra flags needed. |
clang requires manually enabling C++ extensions via `-std=c++<version>`, and ICU 75.1 needs C++17. Auto-detect the flags that are needed to build. Relates to brianmario#172 Closes brianmario#177
clang requires manually enabling C++ extensions via `-std=c++<version>`, and ICU 75.1 needs C++17. Auto-detect the flags that are needed to build. Relates to brianmario#172 Closes brianmario#177
When attempting to build this gem on EndeavourOS Linux using Ruby version 3.3.1 and ICU version 75.1, I get the following error output:
It seems like the related upstream commits are probably unicode-org/icu@d0672fa and unicode-org/icu@6fa113e?
The text was updated successfully, but these errors were encountered: