fbacher
fbacher
Ok. I'll spend a few more days trying to crack it.
I thought that I was making progress until I realized that configure thinks that I am cross compiling. I haven't figured out how to stop it from concluding that. I...
I am very grateful for the suggestions. I apparently went about this completely the wrong way.
Need advice: Kodi will have to be able to build icu4c on all platforms because although icu4c is readily available on Linux and Windows from Unicode.org, it is not universally...
I'm FINALLY able to build Kodi and icu using cmake, but more polish is needed. I have a Makefile that can build icu, but I need to work on integrating...
I am now able to build on Ubuntu 22.04 using cmake. You can choose whether to use downloaded ICU or one that is locally installed (and discoverable by pkgconfig). Do...
Can you recommend a few representative platforms? I suspect that if I don't have a platform that Jenkins can build it on one for me. I'll have to look into...
To simplify review of "Use new apis" you might modify a copy of master: Change all instances of StringUtils to UnicodeUtils in the tree, then diff against this PR. This...
We could do this incrementally: Choice 1: commit proposed UnicodeUtils.cpp, Unicode.cpp and ICU library, but incrementally modify StringUtils and rest of code to utilize UnicodeUtils Choice 2: commit ICU library...
How do I resolve check failures: Mergeable and default? I remember a PR naming convention for addons when I supplied a fix for an orphan addon. But I don't see...