Dragging from explorer to cygwin terminal is not putting the path into the terminal

2019-06-05 Thread Academy OfFetishes
Hello, I tried to google for this but couldn't find anyone with the same problem. I'm using mintty 3.0.1 and cygwin 3.0.7(0.338/5/3). On my previous computer, if I dragged a file from my explorer to the cygwin terminal, the cygwin terminal used to be populated with the full path to that file. No

Re: possible problem with memory allocation using calloc/mmap/munmap

2019-06-05 Thread Corinna Vinschen
On Jun 4 18:01, Stanislav Kascak wrote: > > > > > > > It seems that when mmap() is called with length argument exceeding > > > > > > > size of file, only memory to fit that file is allocated. munmap() > > > > > > > however frees the full specified length. [...] > > > > > > [...] > > > > > > I know

Re: bind() behavior inconsistency with Linux and MacOS

2019-06-05 Thread Corinna Vinschen
On Jun 5 15:06, Petr Skočík wrote: > Hi. > > I don't know if this is technically a bug, but I've noticed that unlike > on Linux or MacOS, I a cannot bind a unix domain socket in a child > process and then listen on it in the parent. > > The bind succeeds but `listen()` in the parent then fails w

Re: Cygport: How to add -I m4 to autoreconf / aclocal?

2019-06-05 Thread Hans-Bernhard Bröker
Am 05.06.2019 um 11:53 schrieb Soegtrop, Michael: The reason is that aclocal is missing a "-I m4" option to include the local m4 subfolder. I wonder what I need to do in the cygport file to add this. Or should this be added in gnome2_autogen.sh. If that had to be done, that would constitute a cle

bind() behavior inconsistency with Linux and MacOS

2019-06-05 Thread Petr Skočík
Hi. I don't know if this is technically a bug, but I've noticed that unlike on Linux or MacOS, I a cannot bind a unix domain socket in a child process and then listen on it in the parent. The bind succeeds but `listen()` in the parent then fails with EINVAL. (The reason I'd like to `bind` in a d

Cygport: How to add -I m4 to autoreconf / aclocal?

2019-06-05 Thread Soegtrop, Michael
Dear Cygwin Team, recompiling the package "mingw64-x86_64-gtksourceview3.0-3.24.6" from sources with cygport (In order to generate the debug info) I found that the compile step fails. Aclocal fails in a few macro availability checks. The reason is that aclocal is missing a "-I m4" option to inc

Re: [ANNOUNCEMENT] Test: cmake-3.13.1-1

2019-06-05 Thread Marco Atzeri
Am 05.06.2019 um 01:22 schrieb Tony Kelman: See below what I said in both January and November the last times we had any conversation on this. cmake_minimum_required, project_injected, and CommandLine test failures are new and I'd personally come to a definitive thoroughly researched conclusio

Package pinfo-0.6.10 - fix for very old bug

2019-06-05 Thread Henning
In src/parse_confic.c there are two typos which cause an error message Parse error in config file on line nnn if you try to assign function keys f9 or f10 using the usual KEY_F() syntax. These two require KEY_(F). This bug was present as early as 2002 and is still present in the latest v