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: Native compilation on Windows, was Re: Bootstrap Compilation Speed Date: Wed, 23 Feb 2022 10:32:28 +0100 Message-ID: <8635kalyhf.fsf@gnu.org> References: <86a6fu3xb2.fsf@duenenhof-wilhelm.de> <87tue1j8x0.fsf@russet.org.uk> <86wniw3kdq.fsf@duenenhof-wilhelm.de> <83tue0u8sh.fsf@gnu.org> <86sftk3evj.fsf@duenenhof-wilhelm.de> <83o848tc92.fsf@gnu.org> <86o8473k13.fsf@duenenhof-wilhelm.de> <83ee53ssbx.fsf@gnu.org> <86sft4c3ij.fsf@gnu.org> <87czk59b7p.fsf@russet.org.uk> <83k0ec5st1.fsf@gnu.org> <83v8x7tw4a.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="964"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: Eli Zaretskii , corwin@bru.st, phillip.lord@russet.org.uk, emacs-devel@gnu.org To: "H. Dieter Wilhelm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 23 10:53:41 2022 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 1nMoL6-00005m-SE for ged-emacs-devel@m.gmane-mx.org; Wed, 23 Feb 2022 10:53:41 +0100 Original-Received: from localhost ([::1]:34794 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nMoL4-0003iT-Du for ged-emacs-devel@m.gmane-mx.org; Wed, 23 Feb 2022 04:53:38 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMo19-0007Gf-5l for emacs-devel@gnu.org; Wed, 23 Feb 2022 04:33:03 -0500 Original-Received: from [2001:470:142:3::e] (port=47964 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMo17-0005u7-Vw; Wed, 23 Feb 2022 04:33:01 -0500 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=OPh+K1tancorS3nR/zicC+qxBCKmuv0rwZtWTGG+OG8=; b=H22tWUD/gXRDL2X1HNoC EjAc2IOfl2q+2c61aJW44CV0m7ATlb87uzA7jvsEhEoETVIIrsSLYmmtypY+zdwUahIDIMIaaUsaK CPx0Vj/gnCF27fG4OSn9ERnPQsPKU4SK3Y2h3VP9FLc0yxoSlEaY4+UqCtpbhlgqj1QbWZPvJLAKL +LNMZIOZ6VYIbux2gKpDUxWRw3i6M0XYN9uhPnKalsoEM00K4wtcoeacD+yUpT0VYaA+WNflznUU1 YzxOAFYS8L/OFqDB/sMEzCiE91LEJNxeTbCuxV7q+Erwm/LKF/7peHzC8/hIWV+Nz4qldmSrBA0l8 BDsgCPiAEGEQpw==; Original-Received: from p5b326363.dip0.t-ipconnect.de ([91.50.99.99]:53825 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMo17-0004Hb-EB; Wed, 23 Feb 2022 04:33:01 -0500 In-Reply-To: (H. Dieter Wilhelm's message of "Wed, 23 Feb 2022 07:44:50 +0100") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:286614 Archived-At: "H. Dieter Wilhelm" writes: > Are gdiplus and shlwapi somehow missing in the current Emacs Windows > distribution? (Existing ert tests don't indicate that.) I think they are provided by MS-Windows itself, so you don't need to package them with Emacs. Best, Arash