Long Nguyen
Long Nguyen
I'm still getting `liblibicudt69.dll` for some reason. Can someone do a cross-compile from WSL/Ubuntu and see if the problem persists?
It seems to be less intrusive than this PR, I'll do a build today and see if it works
Oh sorry, I forgot to comment on this one :) The build works fine, but as expected, the static build puts the data library in the `bin` folder, and is...
> @longnguyen2004 when I understand the last comments on the other pr correctly this pr has less problems than the other pr right? Yes that's correct, but this PR is...
@LiteratimBi Can you apply my suggestion in https://github.com/unicode-org/icu/pull/1733#discussion_r641305290 before moving on? This is a workaround for the cross compiling problem I had before.
Are you still working on this? I think using a third-party library is the way to go, but we should ask for dev team's opinion
How is this PR going? Just got hit with this myself too.
If we're going to update, can we add Opus support? It's currently the most efficient audio codec, and can allow us to drop bitrate to 128kbps (or 96 even), and...
You might be able to if it's a pure C library, but definitely not C++, because the 2 compilers use different ABIs, different name mangling scheme, different STL, etc etc.
That page is for a clang + MS STL setup, where it'll try to be compatible with MSVC. This repo however is clang + mingw-w64 + libc++, which is a...