Re: [alternatives] building an app that uses gettext

2021-07-18 Thread Brian Inglis
On 2021-07-17 19:47, Doug Henderson via Cygwin-apps wrote: HI, I have not previously built an app that uses gettext. The relevant parts of the makefile are: VERSION = 1.16 CFLAGS = -g -Wall -D_GNU_SOURCE LDFLAGS += -g alternatives: alternatives.o alternatives.o: alternatives.c $(CC)

Re: [PATCH setup] Add new option '--compact-os'

2021-07-18 Thread Jon Turney
On 14/05/2021 08:55, Christian Franke wrote: Christian Franke wrote: Jon Turney wrote: On 12/05/2021 18:50, Christian Franke wrote: Jon Turney wrote: On 08/05/2021 21:03, Christian Franke wrote: ... +#include "compactos.h" + +#ifndef FSCTL_SET_EXTERNAL_BACKING There should be a comment

[ANNOUNCEMENT] Updated: Perl distributions

2021-07-18 Thread Achim Gratz
The following Perl distributions have been updated to their latest release version available on CPAN: noarch -- perl-Net-DNS-1.32-1 perl-Test-Warnings-0.031-1 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look

Updated: Perl distributions

2021-07-18 Thread Achim Gratz
The following Perl distributions have been updated to their latest release version available on CPAN: noarch -- perl-Net-DNS-1.32-1 perl-Test-Warnings-0.031-1 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look

[ANNOUNCEMENT] Updated: mutt-2.1.1-1

2021-07-18 Thread Marco Atzeri via Cygwin-announce via Cygwin
New version 2.1.1-1 of mutt is available in the Cygwin distribution: CHANGES Last upstream bugfix update release. Full details on: https://gitlab.com/muttmua/mutt/raw/master/UPDATING DESCRIPTION The Mutt E-Mail Client "All mail clients suck. This one just sucks less." Mutt is a small but

Updated: mutt-2.1.1-1

2021-07-18 Thread Marco Atzeri via Cygwin-announce
New version 2.1.1-1 of mutt is available in the Cygwin distribution: CHANGES Last upstream bugfix update release. Full details on: https://gitlab.com/muttmua/mutt/raw/master/UPDATING DESCRIPTION The Mutt E-Mail Client "All mail clients suck. This one just sucks less." Mutt is a small but

[ANNOUNCEMENT] Updated: gnupg2-2.2.29-1

2021-07-18 Thread Marco Atzeri via Cygwin-announce via Cygwin
Version 2.2.29-1 of gnupg2 is available in the Cygwin distribution: CHANGES Latest upstream security fix release https://lists.gnupg.org/pipermail/gnupg-announce/2021q3/000461.html DESCRIPTION The GNU Privacy Guard GnuPG is a command line tool without any graphical user interface.

Updated: gnupg2-2.2.29-1

2021-07-18 Thread Marco Atzeri via Cygwin-announce
Version 2.2.29-1 of gnupg2 is available in the Cygwin distribution: CHANGES Latest upstream security fix release https://lists.gnupg.org/pipermail/gnupg-announce/2021q3/000461.html DESCRIPTION The GNU Privacy Guard GnuPG is a command line tool without any graphical user interface.

Re: [alternatives] building an app that uses gettext

2021-07-18 Thread Marco Atzeri via Cygwin-apps
On 18.07.2021 03:47, Doug Henderson via Cygwin-apps wrote: HI, I have not previously built an app that uses gettext. The relevant parts of the makefile are: VERSION = 1.16 CFLAGS = -g -Wall -D_GNU_SOURCE LDFLAGS += -g alternatives: alternatives.o alternatives.o: alternatives.c $(CC)