André Zwing

Results 164 comments of André Zwing

> Btw, when I have a bit of time, I think I can reproduce the setup in my PC and do the bisect on wine to find the commit that...

Any update on this? Does it work meanwhile? Did you file a bug at winehq?

I understood the first part, you're welcome. I didn't get the second part though, could you please elaborate more on that? E.g. what is slowed down, and slowed compared to...

I mentioned it in the context of a dll build of box64, which is supposed to be used in a arm64 build of wine. Note that this is the opposite...

I worked around it by reverting FEX CRT related commits: https://github.com/AndreRH/FEX/commits/hangover-9.15 @bylaws did you build with "regular" clang, or why didn't you get those errors?

I understand msvcrt as legacy, especially for aarch64. Your toolchains also say ucrt btw, likely unintentionally I guess. Ifdefs won't be enough it seems. I removed some functions like fseeko64...

Good plan, so I prepared to do my builds with msvcrt based toolchains instead and got: > [100%] Linking CXX shared library ../../../Bin/libwow64fex.dll clang: warning: argument unused during compilation: '-static-libgcc'...

#4060 is in, thanks Currently it fails with upstream llvm-mingw at link time: ``` ld.lld: error: undefined symbol: FlushInstructionCache >>> referenced by libclang_rt.builtins-aarch64.a(clear_cache.c.obj):(__clear_cache) clang: error: linker command failed with exit...

Thanks for reporting. Have you tried running with: `XMODIFIERS=@im=fcitx`

Shouldn't it be `export XMODIFIERS=@im=fcitx` (without 5) instead?