From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Instructions for building Emacs with homebrew Date: Tue, 11 Jul 2023 21:42:19 +0200 Message-ID: <86y1jmxmjo.fsf@gnu.org> References: <86edlt87dy.fsf@gnu.org> 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="33110"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel , john@palkovic.org To: Darren Kenny Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 11 21:43:48 2023 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 1qJJH0-0008Tq-K0 for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Jul 2023 21:43:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qJJFv-00043j-33; Tue, 11 Jul 2023 15:42:39 -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 1qJJFs-00043a-TT for emacs-devel@gnu.org; Tue, 11 Jul 2023 15:42: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 1qJJFs-0004Jr-3f; Tue, 11 Jul 2023 15:42:36 -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=jtXwq6kudyp0KgWIJD4K0nyCabwL2YCb/Fx5iL0E+3w=; b=KrEktUq+WYghPKQWNpCe S9jwOw0sNN5rySkizOmuJQ5JSiodwKXOmGV2F6arC48WSS101vUr2RoLML8PbASCmib+FRu98T2Sy SuP/lGK9ZRT/smGhiULegubjKQ0EN4jLYdluQsRV3T5L3bDYMi2hNaYBPIO95dNBZNydOcYEEo5uv MaETM49Hc+Jj3PqPxAENfhQ9JdHTtFAL3ya+oVkodCc12VYrdH/CGs4Baq4y3LMnGaFThaNfFuOmM WGSOZHEx5iIJwPP1XgvDi/IqPrlPfcZZ5WvPpN9qqlzHmhVU3TCF1G+f8aaYJjAtk9/jkJt+mYESm raY0VDGBZVJgqQ==; Original-Received: from p5b326e98.dip0.t-ipconnect.de ([91.50.110.152] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qJJFr-00084g-Lg; Tue, 11 Jul 2023 15:42:35 -0400 In-Reply-To: (Darren Kenny's message of "Fri, 30 Jun 2023 15:07:24 +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:307760 Archived-At: Darren Kenny writes: > I don't know if you've seen this script, and the details that it has: > > - https://github.com/jimeh/build-emacs-for-macos > > I've been using this to build my version of Emacs for a while now on an > M1, and usually it 'just works'. Thanks for your message and sorry for my late response. I did some research and found the script above and also others like: =E2=80=A2 https://github.com/d12frosted/homebrew-emacs-plus and a lot of blog entries like: =E2=80=A2 https://lars.ingebrigtsen.no/2020/08/02/emacs-on-macos-for-linu= x-peeps =E2=80=A2 https://andersmurphy.com/2021/11/14/emacs-building-from-source-= on-macos.html And I agree with Lars who writes: So I wondered what you'd have to do to build Emacs under Macos, and ... I found a bunch of people talking about how easy it is, but nobody actually, like, says how to do it. Hence my question about a canonical recipe for building Emacs under macOS. And I don't want to use a patched version of Emacs, that would make submitting bug reports more complicated. So I will start building Emacs with homebrew and see how far I get. Best, Arash