From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: ./configure --with-native-compilation on macos (11.5.2 Big Sur) Date: Mon, 16 Aug 2021 18:18:40 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24202"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs Devel To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 16 19:19:26 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 1mFgGj-00067v-KV for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Aug 2021 19:19:26 +0200 Original-Received: from localhost ([::1]:48108 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mFgGi-000488-H0 for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Aug 2021 13:19:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFgGB-0003Ri-Q3 for emacs-devel@gnu.org; Mon, 16 Aug 2021 13:18:51 -0400 Original-Received: from outbound.soverin.net ([2a01:4f8:fff0:65::8:228]:58889) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFgG9-00071r-JQ for emacs-devel@gnu.org; Mon, 16 Aug 2021 13:18:51 -0400 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id BBFFD3B9; Mon, 16 Aug 2021 17:18:44 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1629134324; bh=Zw584Sag+Zz+YitBz9lYXAdK4zmU1y+wL1TuXNWsJts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CtBZcHmQliZnU1ycxR2rEyv/OkWiTyP6OuljD8JEXJLNHlXmYmhoBORS2dJGCxlVC 2VKXgcT1gax4qobyVFxGfq7eD57Mnfd448cr4YJWegkrOVvuQU2vgmI0GzZ9MKH8L3 QCBs7+6ujw7PbE8uarTT2ud19BXZnxxML5+V46hJeApQ1vjdF/KYhJQ4hRwvcRJL48 I7o6qXSY59VRBAeSvFYnDCzaqEnypmSlZZsyI8B2YJyYIdTM2QkTectQZjiYa+3pct Rrj5Knb2Km3KyOMPEZS9s9tdsYLs2zuPTyV7qAN2JL426RPhTLnZ65FFsxaD1ArSCD FARVEPmr6HV0A== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.94.2) (envelope-from ) id 1mFgG0-000dMy-HL; Mon, 16 Aug 2021 18:18:40 +0100 Mail-Followup-To: Alan Third , Jean-Christophe Helary , Emacs Devel Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=2a01:4f8:fff0:65::8:228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:272450 Archived-At: On Sun, Aug 15, 2021 at 03:10:13PM +0900, Jean-Christophe Helary wrote: > On a recently checked out master branch I keep bumping into this error message: > > checking for gcc_jit_context_acquire in -lgccjit... no > configure: error: ELisp native compiler was requested, but libgccjit was not found. > Please try installing libgccjit or a similar package. > > even though I have installed, reinstalled and reinstalled from source said libgccjit (with brew). > > I guess there is something trivial I need to do to fix that, but I can't figure it out. Can you please run: find `brew --prefix --installed libgccjit 2>/dev/null`/ -name \*.so and let us know what the result is? -- Alan Third