From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: AW Newsgroups: gmane.emacs.help Subject: Re: branch feature/native-comp Date: Mon, 11 Jan 2021 19:15:41 +0100 Message-ID: <1621035.Wjye3QHjd7@linux-izun> References: <3155523.KtHYCLeg2q@linux-izun> <87eeiswdwc.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29399"; mail-complaints-to="usenet@ciao.gmane.io" Cc: =?ISO-8859-1?Q?=D3scar?= Fuentes To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 11 19:16:52 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1kz1kJ-0007WG-Vd for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 11 Jan 2021 19:16:51 +0100 Original-Received: from localhost ([::1]:53850 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kz1kI-0001Hb-Ph for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 11 Jan 2021 13:16:50 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37232) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kz1jM-0001HH-Lt for help-gnu-emacs@gnu.org; Mon, 11 Jan 2021 13:15:52 -0500 Original-Received: from mailout11.t-online.de ([194.25.134.85]:42710) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kz1jG-0000Vd-Vk for help-gnu-emacs@gnu.org; Mon, 11 Jan 2021 13:15:52 -0500 Original-Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout11.t-online.de (Postfix) with SMTP id 5AFA44212793; Mon, 11 Jan 2021 19:15:43 +0100 (CET) Original-Received: from linux-izun.localnet (GoJS08Z1wh79iQhudo6tmudJGMpZ00d1vaXFBAUju8i7+E+qDoxRY373BICaphrZaK@[87.183.133.100]) by fwd38.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1kz1jC-2PKei80; Mon, 11 Jan 2021 19:15:42 +0100 In-Reply-To: <87eeiswdwc.fsf@telefonica.net> X-ID: GoJS08Z1wh79iQhudo6tmudJGMpZ00d1vaXFBAUju8i7+E+qDoxRY373BICaphrZaK X-TOI-EXPURGATEID: 150726::1610388942-00000BB4-D83CD10D/0/0 CLEAN NORMAL X-TOI-MSGID: 9e9f6b0b-8bec-471f-9c0a-cabe20a4c470 Received-SPF: none client-ip=194.25.134.85; envelope-from=alexander.willand@t-online.de; helo=mailout11.t-online.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:127193 Archived-At: Am Montag, 11. Januar 2021, 00:49:55 CET schrieb =D3scar Fuentes: > It is --with-nativecomp, but see below. > > Is there a way to get this native-compiled feature into an Emacs working > > under wayland? >=20 > You can try creating a new branch that merges those two. Somebody already did that. I got the hint here:=20 https://deathwish.info/2020/08/01/pgtk-nativecomp/ and the source is here: https://github.com/fejfighter/emacs Cloned with=20 git clone -b pgtk-nativecomp https://github.com/fejfighter/emacs and compiled, works! Got lots (354) of *.eln files in ~/.emacs.d/eln-chache= =20 @=D3scar: Thank you very much, because the option for configuring was, as y= ou=20 mentioned, --with-nativecomp ! =46or the impatient: the main work was to get libgccjit onto my system.=20 Regards, Alexander