Re: [Mingw-w64-public] Building winpthreads with MSVC tools

2024-11-13 Thread Kirill Makurin
Cc: JonY Subject: Re: [Mingw-w64-public] Building winpthreads with MSVC tools On 11/12/24 18:52, Kirill Makurin wrote: > Hi, > > I have made some changes to the patch3, including using LN_S instead of `cp > -f` (but see below). > > First of all, I split it into two diff

Re: [Mingw-w64-public] Building winpthreads with MSVC tools

2024-11-12 Thread JonY via Mingw-w64-public
On 11/12/24 18:52, Kirill Makurin wrote: Hi, I have made some changes to the patch3, including using LN_S instead of `cp -f` (but see below). First of all, I split it into two different patches. One for Makefile.am and configure.ac, and another for tests/Makefile.am since the changes are not

Re: [Mingw-w64-public] Building winpthreads with MSVC tools

2024-11-12 Thread Kirill Makurin
t will create actual symbolic links, but native (non-cygwin/msys2) programs cannot read them. - Kirill Makurin From: Antonin Décimo Sent: Thursday, November 7, 2024 8:36 PM To: mingw-w64-public@lists.sourceforge.net ; Kirill Makurin Subject: Re: [Mingw-w64-public]

Re: [Mingw-w64-public] Building winpthreads with MSVC tools

2024-11-07 Thread Antonin Décimo
Hi! Patch 1 is obviously correct. Patch 2 seems correct too. I wrote a patch series a while ago that changed the winpthreads testsuite for msvc but didn't get the time to get it merged. See the full thread here: https://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/thread/20240129165759.1912

[Mingw-w64-public] Building winpthreads with MSVC tools

2024-11-06 Thread Kirill Makurin
Hello, I tried to build winpthreads using latest MSVC tools from Visual Studio 2022 and have run into some issues. The issues were not serious and were easy to fix so I would like to contribute a few simple patches. Each patch is independent of each other. I have attached the patches generated