Make: Issue with $(MAKE) in make includes, when make is not on the default path

2022-10-23 Thread Ferenc Valenta
Hi, Just found a possible issue with Cygwin: If cygwin is not on the default path, and make is started by specyfing the path to it (e.g., c:\cygwin64\bin\make), $(MAKE) works in the top-level makefile, but it does not work in make includes. To reproduce the issue, use these files: makefile:

Re: libffi: upgrade to libffi-3.4.3 proposed (cygport file attached)

2022-10-23 Thread Jon Turney
On 08/10/2022 19:26, Hannes Müller wrote: Hi John, I'm not sure. So far I would not recommend to upgrade to libffi-3.4.3 for Cygwin i686. Thanks. I made this update for x86_64 only. Currently MSYS2 makes only builts for x86_64. The 32 bit version builts are only MinGW variants. Test for Cy

Re: New mirror: ftp.halifax.rwth-aachen.de

2022-10-23 Thread Jon Turney
On 20/10/2022 21:05, Carsten Otto wrote: Hi, we were asked to mirror Cygwin, so here it is! Contact information: f...@halifax.rwth-aachen.de URLs: https://ftp.halifax.rwth-aachen.de/cygwin/ http://ftp.halifax.rwth-aachen.de/cygwin/ ftp://ftp.halifax.rwth-aachen.de/cygwin/ rsync://ft

Re: inotify?

2022-10-23 Thread Kevin Connor Arpe
Ken, Sorry for my late reply. Your hint to read the Emacs source code was incredibly helpful. This line: https://github.com/jwiegley/emacs-release/blob/master/src/w32notify.c#L255 calls ReadDirectoryChangesW(). Reading the Win32 API docs very closely, I discovered that I can pass a large(r) buffe