From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: master doesn't build on Win10 Date: Fri, 29 Oct 2021 21:05:23 +0200 Message-ID: <86fssjwt1o.fsf@gnu.org> References: <86ee83hf88.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21395"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: emacs-devel To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 29 21:10:47 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mgXH4-0005Mp-NY for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 21:10:46 +0200 Original-Received: from localhost ([::1]:49224 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgXH3-0004eH-5f for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 15:10:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgXC7-0003Ou-GP for emacs-devel@gnu.org; Fri, 29 Oct 2021 15:05:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50348) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgXC7-0004HO-4w; Fri, 29 Oct 2021 15:05:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=0oIkhRvW7lMeDPn48DxwwbwQNlleMGTTF6P2dQAQngc=; b=j87mcP+DKFhhl6FkykSY MJCzbG2gQGyFaRZKLESOujVxZGSyZ611OXef9yYyRGb0gmTGq/jO7BJDmszdpgxb2FK7z37jBQD4X ZoOoTBg0/Pv6mGdH2zGVV9igkWjA9O0cef0wZoNCD6j4zlfH56EmmAFnpzkTzBZaQj2xTNe8SvOYp BgHkRVFrnO8VQfNMz4QSasKkpRtKkyzEUL4cc/30fasU9ab7CIWCIL1PsiYkHPCg7eobuX6NnJ7lc lthvXFPkfvvfnB0VVXgouU1+Ywjzrc2TqxGmpT1CtGn2AK0ZAolbmgmUFmwA7Ya9NUuXIoAb0gDtm sgkKav4nxDO1vw==; Original-Received: from p5b3265dc.dip0.t-ipconnect.de ([91.50.101.220]:54031 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgXC4-0006QW-UZ; Fri, 29 Oct 2021 15:05:38 -0400 In-Reply-To: (Stefan Kangas's message of "Fri, 29 Oct 2021 11:36:42 -0700") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:278233 Archived-At: Stefan Kangas writes: > Stefan Kangas writes: > >> Yes. Could you please check if the attached patch fixes it? > > Seeing as the build was already broken, I pushed that fix to master for > your convenience. It looks correct to me, but I don't have access to an > MS-Windows machine for testing, so please check that it works. Yupp, back in business again. Thanks for the quick fix. Best, Arash