I am trying to build imagemagick with heic support

2019-10-03 Thread Cary Lewis
I downloaded libheif and when I configured it and built with the --enable-shared option, it didn't build a .dll The /usr/lib/libheif.la doesn't contain a library: # libheif.la - a libtool library file # Generated by libtool (GNU libtool) 2.4.6 # # Please DO NOT delete this file! # It is

Blank Windows

2019-10-03 Thread Thomas Dineen
Cygwin:     I just downloaded the newest Cygwin 64 bit distribution on my new Windows 10 Intel machine. The download completed without errors. The Cygwin64 Terminal works just fine. However when I open Mate, Lxde, or simular windows (From the Cygwin 32bit Menu), the window opens

[ANNOUNCEMENT] screen-4.7.0-1

2019-10-03 Thread Andrew Schulman via cygwin
screen-4.7.0-1 is now available in Cygwin. This release includes lots of small fixes and documentation improvements. See the upstream changelog[1] for details. This release also includes a small change to the default /etc/screenrc, reported to fix a screen corruption problem for some users, that

screen-4.7.0-1

2019-10-03 Thread Andrew Schulman
screen-4.7.0-1 is now available in Cygwin. This release includes lots of small fixes and documentation improvements. See the upstream changelog[1] for details. This release also includes a small change to the default /etc/screenrc, reported to fix a screen corruption problem for some users, that

Re: [PATCH] Cygwin: Fix signal handling issue introduced by PTY related change.

2019-10-03 Thread Michael Haubenwallner
On 10/3/19 12:43 PM, Takashi Yano wrote: > - After commit 41864091014b63b0cb72ae98281fa53349b6ef77, there is a > regression in signal handling reported in > https://www.cygwin.com/ml/cygwin/2019-10/msg00010.html. This patch > fixes the issue. Confirmed, this patch fixes the issue. Thanks!

Re: [PATCH] Cygwin: Fix signal handling issue introduced by PTY related change.

2019-10-03 Thread Ken Brown
On 10/3/2019 6:43 AM, Takashi Yano wrote: > - After commit 41864091014b63b0cb72ae98281fa53349b6ef77, there is a >regression in signal handling reported in >https://www.cygwin.com/ml/cygwin/2019-10/msg00010.html. This patch >fixes the issue. > --- > winsup/cygwin/exceptions.cc | 2 +-

[newlib-cygwin] Cygwin: Fix signal handling issue introduced by PTY related change.

2019-10-03 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=df5c79f30c3f871b7e0edd6d4629af78b30fca15 commit df5c79f30c3f871b7e0edd6d4629af78b30fca15 Author: Takashi Yano Date: Thu Oct 3 19:43:37 2019 +0900 Cygwin: Fix signal handling issue introduced by PTY related change. -

[PATCH] Cygwin: Fix signal handling issue introduced by PTY related change.

2019-10-03 Thread Takashi Yano
- After commit 41864091014b63b0cb72ae98281fa53349b6ef77, there is a regression in signal handling reported in https://www.cygwin.com/ml/cygwin/2019-10/msg00010.html. This patch fixes the issue. --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST)

2019-10-03 Thread Takashi Yano
Hi Michael, Thanks for the report. On Wed, 2 Oct 2019 16:03:53 +0200 Michael Haubenwallner wrote: > * I'm logged into some Server 2012r2 box via Cygwin sshd from Linux xterm, > * export EDITOR=vim # but same problem with EDITOR=emacs > * cd to some git project > * git rebase -i HEAD^ > *