From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: If I choose not to enable native-compile, why does configure complain so much? Date: Wed, 20 Mar 2024 06:06:34 -0400 Message-ID: References: <1920A1F3-CF34-4F0F-A3A2-B720D33DDEC9@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32557"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Mar 20 11:07:04 2024 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 1rmsqd-0008FF-QF for ged-emacs-devel@m.gmane-mx.org; Wed, 20 Mar 2024 11:07:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmsqD-0007OH-7I; Wed, 20 Mar 2024 06:06:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmsqC-0007Nb-5w for emacs-devel@gnu.org; Wed, 20 Mar 2024 06:06:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmsqB-0004yN-TI; Wed, 20 Mar 2024 06:06:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=U0nZYXXyBXjcgQuA4s/jD5I0hGdKTqbZ0ajTCNt6+DQ=; b=CLkmsXfFPnIr63J0C+Jx OuBVNne+gfD8tZY9k4ZqONhNbEpaHbrFwodH4YJWuVZIb95c/pdFAuwnaa9yR8GRuMy3zIxp4kUnL gt1pr7b4Rb0zhLgTPwL4wkicrBY3djDfTTUQ6ou7APdyswJPQeU1xW8JOPh+NSXOfDY+xvAjsfZ9V 7MSqE1RzU0Omg3zvvKAbX+LorokG0AcixCnSbLUhIIuGzjRkW55SOBh0Sg99FW5JfCTg/TT7Ipv7o 4FncRGWW8dv8eE1CSCEHKD5vZo/Go1HBW2s1/DUYah7g6r2bUhsy6+Q4qCH7bPPjJViEXnn8T4gMq dZBqECIJ48n/nQ==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rmsqA-0004eM-7S; Wed, 20 Mar 2024 06:06:35 -0400 In-Reply-To: <1920A1F3-CF34-4F0F-A3A2-B720D33DDEC9@gmail.com> (Pedro Andres Aranda Gutierrez's message of "Wed, 20 Mar 2024 10:20:39 +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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317210 Archived-At: Pedro Andres Aranda Gutierrez writes: > Hi, > > When I compile Emacs for macOS, I disable native-compilation for good: > > ./configure PKG_CONFIG_PATH=3D/usr/local/lib/pkgconfig \ > LDFLAGS=3D"-L/usr/local/lib" CPPFLAGS=3D"-I/usr/local/include= " \ > CC=3Dclang OBJC=3Dclang CFLAGS=3D"-g -O3" > --with-ns --with-modules --with-jansson \ > --with-native-compilation=3Dno > > I know what I=E2=80=99m doing and I don=E2=80=99t know why I get all thes= e messages: > > checking for gcc_jit_context_acquire in -lgccjit... no > configure: WARNING: Elisp native compiler can't be enabled as libgccjit w= as not > found. > Please try installing libgccjit or a similar package if you want to have = it > enabled. > checking for libgccjit.h... no > configure: WARNING: Elisp native compiler can't be enabled as libgccjit h= eader files > were not found. > Please try installing libgccjit-dev or a similar package if you want to h= ave it > enabled. > > I really DO NOT want notice compilation here=E2=80=A6and I know that I=E2= =80=99m doing. > > Just a bit bored by unwanted messages=E2=80=A6 > /PA Hello Pedro, no need to be frustrated, this is just a bug :) Could you please report it as a bug [1] so we can track it and handle it in the bug tracker? (emacs-devel is not used for bugs) Thanks Andrea [1]