big-r81 commented on PR #37: URL: https://github.com/apache/couchdb-glazier/pull/37#issuecomment-2299844955
> I think I have found something curious. One of the directories on the library path (in the `LIB` environment variable) has _some_ of the ICU libraries, which — I believe — confuses the linker. This is the "Windows Kits" library directory: `C:\Program Files (x86)\Windows Kits\10\Lib\10.0.2261.0\um\x64` which has `icu.lib`, `icuin.lib`, and `icuuc.lib`. 1. A interesting. I have an idea. I changed the logic, how the env vars `LIB` and `LIBPATH` are created. Now the paths are appended to the end of teh env vars and before they were prepended. I will change the order and test again. 2. Maybe we don't need the extra vcpkg-icu libs anymore? -- 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]
