pgj commented on PR #37: URL: https://github.com/apache/couchdb-glazier/pull/37#issuecomment-2299853278
Right, we do not necessarily need the `icu` package via `vcpkg`. However, according to the documentation I linked above in my comment, the built-in ICU has to be used somewhat differently. There is a single unified `icu.h` and `icu.lib` and that have to be added to the corresponding places. See https://github.com/microsoft/icu for more information. With the `icu` package having removed, and having fixed the header and library name references, I was able to build the code on Windows again. Note that Windows ships only ICU 72 but I guess that is enough for us. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
