Long Nguyen
Long Nguyen
> For MSVC, do you mean the Visual Studio/MSVC builds for Windows Yes that's what I mean, specifically how the data DLL is handled on MSVC. On MinGW, it's handled...
@autoantwort Can you add me as a collaborator?
Yep that's what I mean, thanks.
Sorry for the inactivity, I'm waiting for the end of the school term so I can have more time working on this.
https://github.com/unicode-org/icu/blob/fcd8c34f5eb1c8bf42e62381d93b633747f7c52e/icu4c/source/tools/pkgdata/pkgdata.cpp#L536-L540 Should we treat mingw to be the same as cygwin here? Maybe we should execute the command directly, instead of going through `bash`. This would be another way to...
@autoantwort Maybe don't use git bash, but an actual MSYS2?
Alright then, I think we should proceed with my approach. I just need feedback from others (specifically the people who handle the mingw build system).
Hello @LiteratimBi, and thanks for making this PR! I just did a test build with `--enable-static` and everything seems good so far, I'll try a build with `--enable-shared`. EDIT: Shared...
I merged your branch on top of main. I'll try doing a build without it and see what happens.
Hmm, maybe I did something wrong. I'll do some more investigation. If anyone's interested in reproducing it, I'm cross-compiling from WSL2, using [llvm-mingw](https://github.com/mstorsjo/llvm-mingw).