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: ./configure --with-native-compilation on macos (11.5.2 Big Sur) Date: Sat, 11 Sep 2021 08:54:03 +0300 Message-ID: <831r5virno.fsf@gnu.org> References: <6266D349-AE54-452E-AFE4-AA9BA52BE291@traduction-libre.org> <9DC1AA65-7DCF-439D-8891-8787C28F03D6@traduction-libre.org> <5F33DEC8-5272-41B7-A113-32A69A2E7357@traduction-libre.org> <4921CF13-07A1-48B2-8115-E74428B4020B@traduction-libre.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21100"; mail-complaints-to="usenet@ciao.gmane.io" Cc: lists@traduction-libre.org, emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 11 07:54:59 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 1mOvyd-0005IQ-17 for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Sep 2021 07:54:59 +0200 Original-Received: from localhost ([::1]:43190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOvyb-0004NV-O8 for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Sep 2021 01:54:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOvxx-0003hu-S4 for emacs-devel@gnu.org; Sat, 11 Sep 2021 01:54:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54020) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOvxv-00008d-JN; Sat, 11 Sep 2021 01:54:15 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2010 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 1mOvxv-0001IM-6b; Sat, 11 Sep 2021 01:54:15 -0400 In-Reply-To: (message from Alan Third on Fri, 10 Sep 2021 21:53:52 +0100) 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:274537 Archived-At: > Date: Fri, 10 Sep 2021 21:53:52 +0100 > From: Alan Third > Cc: Emacs Devel > > > > What about running > > > > > > HAVE_MACPORTS="" ./configure > > > > > > ? > > > > > > I have no idea if that will work. > > > > It did. > > > > :-) > > OK, at least we have a work-around. Perhaps we should have something in PROBLEMS about this? Maybe even with a reference in NEWS, where native compilation is mentioned?