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.emacs.devel Subject: Re: [External] : Emacs pretest 28.0.91 is out Date: Wed, 12 Jan 2022 14:53:02 +0200 Message-ID: <83wnj55d5d.fsf@gnu.org> References: <8735lvngyx.fsf@yahoo.com> <865yqquexk.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40351"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, luangruo@yahoo.com, stefan@marxist.se, drew.adams@oracle.com, emacs-devel@gnu.org To: Corwin Brust Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 12 15:06:36 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 1n7eGq-000AKj-Gl for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Jan 2022 15:06:36 +0100 Original-Received: from localhost ([::1]:54466 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7eGp-0003HQ-92 for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Jan 2022 09:06:35 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7d7l-0007ZW-02 for emacs-devel@gnu.org; Wed, 12 Jan 2022 07:53:09 -0500 Original-Received: from [2001:470:142:3::e] (port=44130 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 1n7d7j-0008Bm-Ju; Wed, 12 Jan 2022 07:53:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=IqaXeoxP2Zlv6uoLa4a/syt6DBnXGF/ZB5BYqEmsimI=; b=D/ApUZsbSTla tFje1mwS/IHx63108D8qb5AMk3pgveBrVKZ9nxk/NOVJn8TwGVq1LFT92fe+6YOnAy31zo8rXHufe 0iE5nOQYj9J8+REERSpnlHCIFOe4MgNP0psAzCILKyvG5JV1lRozaFI/3uLEotADHFnt+igYWh+Sk 0sERgPGZ2oEA+aEoBpN1juxZZXVxaFREyQLXaqUJeOViLnUS8wDurTrR4j51gaT4VtEpPJvKmXw0d laRHJ9lRdQ5BRrjHZb2ELkvP/4J5XEkE5jfT2v44AOS79CjVvsbDhKrIBbf87agTSt16qHluYqSM8 4p8oE5p/qvMVv+HEBiDLxw==; Original-Received: from [87.69.77.57] (port=1699 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 1n7d7j-0007oI-9j; Wed, 12 Jan 2022 07:53:07 -0500 In-Reply-To: (message from Corwin Brust on Tue, 11 Jan 2022 22:07:41 -0600) 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:284651 Archived-At: > From: Corwin Brust > Date: Tue, 11 Jan 2022 22:07:41 -0600 > Cc: Po Lu , Stefan Kangas , > Drew Adams , > "emacs-devel@gnu.org" > > I've placed my very first successfully built redistributables for > windows into a repo on sourcehut. I'd be grateful for any reports of > trouble, suggestions, or confirmation these work for others. Thank you for your work on this. > Please note that this build does **not** enable native-compilation nor > does it include gccjit (in deps). I'm working on the assumption that > the Phillip's build scripts should be enhanced so we can build (and > distribute) windows binaries both with and without native compilation > enabled. I'm not sure this is correct/justified. Wouldn't it be better to have just one build that could support both variants? It is supposed to work that way, but I don't think anyone tested this in practice. It would be good to see if that indeed works as intended, and if not, report the issues which prevent that. Specifically, I suggest to build Emacs _with_ native-compilation support, then try using that on a system that has neither libgccjit nor gcc/Binutils installed. Thanks.