Re: [Mingw-w64-public] Fwd: Weird issue with mingw-w64-gcc packaging

2025-07-02 Thread Biswapriyo Nath
> I know from recent reading that the MSYS2 project is trying to become more > aligned with the Cygwn distribution, so the triplet is now moving towards > x86_64-pc-cygwin. That change should not affect MINGW-packages. If the question/issue is specific to msys2 project, please report it in the pro

[Mingw-w64-public] Fwd: Weird issue with mingw-w64-gcc packaging

2025-07-02 Thread Tom Kacvinsky
using MSYS2 from Late June. Made sure everything was up-to-date and installed the appropriate development toolsets. I cloned the latest repo of MINGW-packages and _*slightly*_ modified the PKGBUILD file* t*o build just gcc, g++ and Ada support. However, running makepkg -L gives an error in t

Re: [Mingw-w64-public] Return value of mbrtowc

2025-07-02 Thread Kirill Makurin
More information about this issue for anyone who's interested. It seems that return value of mbrtowc is broken only with DBCS code pages. The return value is correct when using UCRT's mbrtowc with UTF-8 locales. The issue with mbrtowc has direct effect on mbsrtowcs: ``` char *str = /* some DBCS