From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.emacs.devel Subject: Re: Emacs build fails on Windows mingw64 Date: Sun, 24 Oct 2021 20:48:10 +0300 Message-ID: <83lf2i2u1x.fsf@gnu.org> References: <86v91nfp6e.fsf@gmail.com> <0b467abe-dd50-6a0a-7d1f-37eb990900be@cs.ucla.edu> <83ee8b3pme.fsf@gnu.org> <867fb020-c32b-3a42-1910-385756846c6d@cs.ucla.edu> <8335oq4j8z.fsf@gnu.org> <349dbe47-58a7-cc27-5dd5-408168820aeb@cs.ucla.edu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14018"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bug-gnulib@gnu.org, andrewjmoreton@gmail.com, emacs-devel@gnu.org To: Paul Eggert Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane-mx.org@gnu.org Sun Oct 24 19:48:29 2021 Return-path: Envelope-to: gnu-bug-gnulib@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mehbh-0003Sj-1f for gnu-bug-gnulib@m.gmane-mx.org; Sun, 24 Oct 2021 19:48:29 +0200 Original-Received: from localhost ([::1]:51142 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mehbg-00081h-3e for gnu-bug-gnulib@m.gmane-mx.org; Sun, 24 Oct 2021 13:48:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mehba-0007z8-De; Sun, 24 Oct 2021 13:48:22 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40472) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mehbZ-0008BS-C2; Sun, 24 Oct 2021 13:48:21 -0400 Original-Received: from [87.69.77.57] (port=4137 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mehbX-0007au-9a; Sun, 24 Oct 2021 13:48:20 -0400 In-Reply-To: <349dbe47-58a7-cc27-5dd5-408168820aeb@cs.ucla.edu> (message from Paul Eggert on Sun, 24 Oct 2021 13:05:32 -0400) X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnulib" Xref: news.gmane.io gmane.comp.lib.gnulib.bugs:45180 gmane.emacs.devel:277669 Archived-At: > Cc: andrewjmoreton@gmail.com, bug-gnulib@gnu.org, emacs-devel@gnu.org > From: Paul Eggert > Date: Sun, 24 Oct 2021 13:05:32 -0400 > > On 10/24/21 9:58 AM, Eli Zaretskii wrote: > > We could try all that, but not on the release branch. There, I'd like > > a simple and safe fix. Is such a thing possible? > > Andy suggested a simple fix that I quoted here: > > https://lists.gnu.org/r/emacs-devel/2021-10/msg01698.html > > We could apply that patch just to ntlib.c and just in emacs-28 (do not > merge to master) as Andy says that works for him; and we could then > apply the more-systematic patch of > to master. > Andy's patch is definitely safe for GNU and POSIXish hosts. I don't know > whether it suffices for all MS-Windows platforms and Emacs builds. Done on both counts, let's hope the problems go away now. Thanks.