Re: [Mingw-w64-public] WIN32_LEAN_AND_MEAN changes from runtime-8 to runtime-9

2021-08-26 Thread Biswapriyo Nath
I don't know what the issue is. But to compile perl with mingw-w64 toolchain, I have to patch some files. You can see the changes here https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-perl. ___ Mingw-w64-public mailing list Mingw-w64-public

Re: [Mingw-w64-public] WIN32_LEAN_AND_MEAN changes from runtime-8 to runtime-9

2021-08-26 Thread sisyphus
On Thu, Aug 26, 2021 at 10:12 PM Biswapriyo Nath wrote: > The output from v9 matches with the output of same code compiled with > MSVC. > Thank you - I've since checked that, and found it to be so. (Not that I doubted you ;-) Interestingly, perl builds fine for me straight out of the box with M

[Mingw-w64-public] [PATCH] headers: Add headers for host compute system APIs

2021-08-26 Thread Biswapriyo Nath
From d8b3fa8e4c2ddaede22ca0b134b5dcccd34aa87f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 27 Aug 2021 00:51:06 +0530 Subject: [PATCH] headers: Add headers for host compute system APIs Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/computecore.h| 82

Re: [Mingw-w64-public] [Patch] Suppress lto warnings from pseudo-reloc.c

2021-08-26 Thread JonY via Mingw-w64-public
On 8/26/21 2:08 PM, LIU Hao wrote: 在 2021-08-26 18:01, JonY via Mingw-w64-public 写道: Make the variable type similar in __ImageBase in pesect.c. Patch OK? LGTM. Thanks. Done, pushed to master. OpenPGP_signature Description: OpenPGP digital signature

Re: [Mingw-w64-public] [Patch] Suppress lto warnings from pseudo-reloc.c

2021-08-26 Thread LIU Hao
在 2021-08-26 18:01, JonY via Mingw-w64-public 写道: Make the variable type similar in __ImageBase in pesect.c. Patch OK? LGTM. Thanks. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing

Re: [Mingw-w64-public] WIN32_LEAN_AND_MEAN changes from runtime-8 to runtime-9

2021-08-26 Thread Biswapriyo Nath
The output from v9 matches with the output of same code compiled with MSVC. To detect poll.h, curl does this https://github.com/curl/curl/blob/master/lib/select.h ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sou

[Mingw-w64-public] [Patch] Suppress lto warnings from pseudo-reloc.c

2021-08-26 Thread JonY via Mingw-w64-public
Make the variable type similar in __ImageBase in pesect.c. Patch OK? From 648a40d3e667404702d6114ce7530d712f76400c Mon Sep 17 00:00:00 2001 From: Jonathan Yong <10wa...@gmail.com> Date: Thu, 26 Aug 2021 09:56:24 + Subject: [PATCH] pseudo-reloc.c: fix lto symbol warning Signed-off-by: Jonathan