Re: [Mingw-w64-public] How to fix linking error due to missing IIDs from dbgeng?

2022-07-14 Thread Biswapriyo Nath
Oops, forgot to add the sample test file. // https://github.com/openjdk/jdk/blob/master/src/jdk.hotspot.agent/windows/native/libsaproc/sawindbg.cpp #include #include #include #include #define DEBUG_NO_IMPLEMENTATION #include #include #define COM_VERIFY_OK_(v, str, retValue) \ do { \

[Mingw-w64-public] How to fix linking error due to missing IIDs from dbgeng?

2022-07-14 Thread Biswapriyo Nath
* Source: https://github.com/openjdk/jdk/blob/master/src/jdk.hotspot.agent/windows/native/libsaproc/sawindbg.cpp * Error: undefined reference to '_GUID const& __mingw_uuidof()' * Minimal sample attached, derived from sawindbg.cpp. * Microsoft documentation[1] does not mention any import library. F

Re: [Mingw-w64-public] #943 __mingw_printf() does not print non-ASCII chars correctly.

2022-07-14 Thread Takashi Yano
On Fri, 15 Jul 2022 09:24:53 +0900 Takashi Yano wrote: > On Thu, 14 Jul 2022 23:18:25 +0900 > Takashi Yano wrote: > > On Thu, 14 Jul 2022 00:40:01 +0900 > > Takashi Yano wrote: > > > On Thu, 14 Jul 2022 00:04:28 +0900 > > > Takashi Yano wrote: > > > > On Tue, 12 Jul 2022 20:02:56 +0900 > > > > Taka

Re: [Mingw-w64-public] #943 __mingw_printf() does not print non-ASCII chars correctly.

2022-07-14 Thread Takashi Yano
On Thu, 14 Jul 2022 23:18:25 +0900 Takashi Yano wrote: > On Thu, 14 Jul 2022 00:40:01 +0900 > Takashi Yano wrote: > > On Thu, 14 Jul 2022 00:04:28 +0900 > > Takashi Yano wrote: > > > On Tue, 12 Jul 2022 20:02:56 +0900 > > > Takashi Yano wrote: > > > > On Mon, 11 Jul 2022 22:58:04 +0900 > > > > Taka

Re: [Mingw-w64-public] x64 longjmp and -fno-asynchronous-unwind-tables

2022-07-14 Thread Ozkan Sezer
On 7/13/22, Ozkan Sezer wrote: > On 7/13/22, Jacek Caban wrote: [...] >> I think that those patches are too invasive for stable branches, >> especially very old ones like v2. > > v5 and v6 then? If there are no objections, I will apply the patches to v5.x and v6.x branches tomorrow. -- O.S. _

Re: [Mingw-w64-public] #943 __mingw_printf() does not print non-ASCII chars correctly.

2022-07-14 Thread Takashi Yano
On Thu, 14 Jul 2022 00:40:01 +0900 Takashi Yano wrote: > On Thu, 14 Jul 2022 00:04:28 +0900 > Takashi Yano wrote: > > On Tue, 12 Jul 2022 20:02:56 +0900 > > Takashi Yano wrote: > > > On Mon, 11 Jul 2022 22:58:04 +0900 > > > Takashi Yano wrote: > > > > On Fri, 8 Jul 2022 13:00:14 +0900 > > > > Takas