RE: Developing for Cygwin from POSIX host

2020-08-17 Thread Hamish McIntyre-Bhatty via Cygwin
So I reported that it doesn't work on WineHQ, and there was a helpful comment that suggests recompiling WINE with a patch can get it working. Here are the links, hopefully this isn't too late to be useful: Bug report: https://bugs.winehq.org/show_bug.cgi?id=48891 Patch: https://bugs.winehq.org/a

Re: Developing for Cygwin from POSIX host

2020-08-07 Thread Hamish McIntyre-Bhatty via Cygwin
On 07/08/2020 05:56, Brian Inglis wrote: > On 2020-08-06 19:58, John Scott via Cygwin wrote: >> I'm writing an application in C that's increasingly dependent on the POSIX >> APIs and would like to use the Cygwin DLL to help port it to Windows. I >> currently use MinGW-w64 but foresee that will st

Re: Developing for Cygwin from POSIX host

2020-08-06 Thread Brian Inglis
On 2020-08-06 19:58, John Scott via Cygwin wrote: > I'm writing an application in C that's increasingly dependent on the POSIX > APIs and would like to use the Cygwin DLL to help port it to Windows. I > currently use MinGW-w64 but foresee that will stop being sufficient > eventually. > > I want

Developing for Cygwin from POSIX host

2020-08-06 Thread John Scott via Cygwin
Hi, I'm writing an application in C that's increasingly dependent on the POSIX APIs and would like to use the Cygwin DLL to help port it to Windows. I currently use MinGW-w64 but foresee that will stop being sufficient eventually. I want to do this using only free software without a Windows ins