From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yavuz Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1 on Mac OS X 10.6.1 (Snow Leopard) - build failed Date: Sun, 8 Nov 2009 23:11:39 +0000 (UTC) Message-ID: References: <965391.18668.qm@web23003.mail.ird.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1257721943 32628 80.91.229.12 (8 Nov 2009 23:12:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Nov 2009 23:12:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 00:12:16 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N7Gvf-000113-WA for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 00:12:16 +0100 Original-Received: from localhost ([127.0.0.1]:54115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7Gvf-0008OZ-A5 for ged-emacs-devel@m.gmane.org; Sun, 08 Nov 2009 18:12:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7Gva-0008OM-8z for emacs-devel@gnu.org; Sun, 08 Nov 2009 18:12:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7GvV-0008Nl-Gk for emacs-devel@gnu.org; Sun, 08 Nov 2009 18:12:09 -0500 Original-Received: from [199.232.76.173] (port=58996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7GvV-0008Ni-Dz for emacs-devel@gnu.org; Sun, 08 Nov 2009 18:12:05 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:47245) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N7GvV-0007f1-5l for emacs-devel@gnu.org; Sun, 08 Nov 2009 18:12:05 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N7GvR-0000wK-Jn for emacs-devel@gnu.org; Mon, 09 Nov 2009 00:12:01 +0100 Original-Received: from dsl.dynamic85975144.ttnet.net.tr ([dsl.dynamic85975144.ttnet.net.tr]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2009 00:12:01 +0100 Original-Received: from justloop by dsl.dynamic85975144.ttnet.net.tr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2009 00:12:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 85.97.5.144 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116723 Archived-At: Florent Georges fgeorges.org> writes: > > Did I do anything wrong? Has someone succeeded to build GNU > Emacs 23.1 on Mac OS X 10.6.1 (aka Snow Leopard)? > > I don't think 23.1 release builds on SL (or at least I couldn't). The current head from git repository builds and runs fine though, i.e.: git clone git://git.sv.gnu.org/emacs.git cd emacs ./configure --with-ns && make bootstrap && make install then move the Emacs.app from emacs/nextstep into Applications. To keep up-to-date: cd emacs git pull make extraclean ./configure --with-ns && make bootstrap && make install (The extraclean and bootstrap targets are probably overkill, but we each have our incantations.)