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

mozc doesn't compile (absl::StrCat missing) #5350

Open
kyrylo-sovailo opened this issue Oct 12, 2024 · 0 comments
Open

mozc doesn't compile (absl::StrCat missing) #5350

kyrylo-sovailo opened this issue Oct 12, 2024 · 0 comments

Comments

@kyrylo-sovailo
Copy link

Mozc wasn't able to compile after Abseil update. codec.cc used absl::StrCat but they didn't include #include "absl/strings/str_cat.h". Abseil also seemed to remove abseil_flags linking flag. The attached patches fix it.
2.txt
1.txt

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

No branches or pull requests

1 participant