Re: New ICU versions, C API: the details

2025-05-07 Thread Matthias Seidel
Hi Damjan, I tried to build on Windows with my usual configuration, but it breaks in i18pool: --- $  build --from i18npool build -- version: - WARNING(S): Some modules contain old output trees! Please check: i18npool ATTENTION: If you are performing an incompatible build, please break the

Re: New ICU versions, C API: the details

2025-05-07 Thread Damjan Jovanovic
Hi Matthias I see. The ubrk_openBinaryRules function was only added in ICU 59, it definitely won't work on our ICU 4.2.1. Only an earlier version of this branch, where I commented out the custom rules for break iterators, would have worked on Windows. The other errors seem to involve missing inc

Re: New ICU versions, C API: the details

2025-05-07 Thread Matthias Seidel
Hi Damjan, Happy to help! BTW: I think Yuri did always build the version for OS/2 (latest is 4.1.11) with system-icu: https://github.com/apache/openoffice/blob/trunk/main/configure.cmd Regards,    Matthias Am 07.05.25 um 19:10 schrieb Damjan Jovanovic: Hi Matthias I see. The ubrk_openBin