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: Native compilation on Windows, was Re: Bootstrap Compilation Speed Date: Sat, 15 Jan 2022 21:15:02 +0200 Message-ID: <83h7a4zu89.fsf@gnu.org> References: <86wnj18f7w.fsf@duenenhof-wilhelm.de> <65b2a18bc1a597333b42d35a2717dc33@russet.org.uk> <86lezg95ud.fsf_-_@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7300"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 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 Sat Jan 15 20:17:07 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 1n8oXz-0001ht-61 for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Jan 2022 20:17:07 +0100 Original-Received: from localhost ([::1]:41142 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n8oXy-0006uc-1W for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Jan 2022 14:17:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33104) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8oWj-0006AY-56 for emacs-devel@gnu.org; Sat, 15 Jan 2022 14:15:50 -0500 Original-Received: from [2001:470:142:3::e] (port=34258 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 1n8oWR-0000fD-Np; Sat, 15 Jan 2022 14:15:35 -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=PJISGWLC4S1qWNepnYQM1ns6O6UsjC1fnPHXUDqZQM0=; b=mZqjsKgwdDf+ ZJ+Cxw+HZfH6JwLzkZgW+Cw96eYyLfKFv97AI5ZVfL4h94xCG2QyexTMaPBCrwc42FwM1wL2tLOjr nNrl8oLa+RRHm16TEg+1IYfRpknno9A+6d9MuKF3qclJ6EspBHY7tjUFWZdZBpA/tZiIeU26MBKHz de6qsXHS61+JP78YWUMAr+roXpkJTP2KzKgeir7d9iLWnuqEhgrCvPwVEKJ0taHkKw6X6DUVQayco 7Scw+P15R7UEhed83jzriPTpEJk4v+eVKYzqhEE8sHzkP6tkxcihvUa0VMHDJJsjpIVQE3iE0TPO4 5oBdZgaXWYw431fzPEn7TA==; Original-Received: from [87.69.77.57] (port=4729 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 1n8oWD-0002kQ-KC; Sat, 15 Jan 2022 14:15:29 -0500 In-Reply-To: <86lezg95ud.fsf_-_@duenenhof-wilhelm.de> (dieter@duenenhof-wilhelm.de) 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:284788 Archived-At: > From: "H. Dieter Wilhelm" > Date: Sat, 15 Jan 2022 20:06:18 +0100 > Cc: Emacs developers , > Phillip Lord > > Then I tried to build (with build.zips.sh) a snapshot of the > masterbranch --with-native-compilation on the same system. I'm not familiar with that script, so I don't think I understand the implications. > And now ./configure is complaining: > > configure: error: Elisp native compiler was requested, but libgccjit was not found. > > Does Emacs-29 has different requirements? No.