Re: setup 2.894 release candidate - please test

2018-10-13 Thread Marco Atzeri
Am 13.10.2018 um 20:49 schrieb Jon Turney: A new setup release candidate is available at:   https://cygwin.com/setup/setup-2.894.x86_64.exe (64 bit version)   https://cygwin.com/setup/setup-2.894.x86.exe    (32 bit version) Please test and report any problems here. very nice. May I have a

setup 2.894 release candidate - please test

2018-10-13 Thread Jon Turney
A new setup release candidate is available at: https://cygwin.com/setup/setup-2.894.x86_64.exe (64 bit version) https://cygwin.com/setup/setup-2.894.x86.exe(32 bit version) Please test and report any problems here. Changes compared to 2.893: - Drag setup into the 1990s, by replacing

Re: [PATCH setup 00/13] ListView Package Chooser

2018-10-13 Thread Jon Turney
On 06/08/2018 20:19, Ken Brown wrote: On 8/6/2018 10:15 AM, Ken Brown wrote: I have one minor fix (patch attached) Slightly revised patch attached. Thanks. I added that patch. On 06/08/2018 17:39, Achim Gratz wrote: > Jon Turney writes: > >> create mode 100755 tree-minus.svg > > Why not m

Re: Zstandard support for setup

2018-10-13 Thread Jon Turney
On 10/10/2018 19:36, Achim Gratz wrote: Jon Turney writes: This should check for ztd in configure.ac using PKG_CHECK_MODULES, rather than just assuming -lzstd is going to work. Done. + using namespace std; Please don't Done. https://repo.or.cz/cygwin-setup/local.git/patch/fff4b1448072efe

Re: [PATCH setup] Avoid stringop-overflow warning with gcc8

2018-10-13 Thread Corinna Vinschen
On Oct 13 13:50, Jon Turney wrote: > On 12/10/2018 16:58, Corinna Vinschen wrote: > > On Oct 12 16:43, Jon Turney wrote: > [...] > > > diff --git a/desktop.cc b/desktop.cc > > > index 927c02f..d003e91 100644 > > > --- a/desktop.cc > > > +++ b/desktop.cc > > > @@ -107,7 +107,8 @@ start_menu (const s

Re: [PATCH setup] Avoid stringop-overflow warning with gcc8

2018-10-13 Thread Jon Turney
On 12/10/2018 16:58, Corinna Vinschen wrote: On Oct 12 16:43, Jon Turney wrote: [...] diff --git a/desktop.cc b/desktop.cc index 927c02f..d003e91 100644 --- a/desktop.cc +++ b/desktop.cc @@ -107,7 +107,8 @@ start_menu (const std::string& title, const std::string& target,