From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1 on Mac OS X 10.6.1 (Snow Leopard) - build failed Date: Tue, 10 Nov 2009 07:09:01 +0100 Message-ID: References: <965391.18668.qm@web23003.mail.ird.yahoo.com> <39CB0DD7-FA60-4B90-A00E-52E55A60737E@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257833390 14663 80.91.229.12 (10 Nov 2009 06:09:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2009 06:09:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 07:09:43 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 1N7jvB-0008Os-Q9 for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 07:09:42 +0100 Original-Received: from localhost ([127.0.0.1]:60448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7jvB-0005uo-7G for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 01:09:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7jv1-0005ua-Te for emacs-devel@gnu.org; Tue, 10 Nov 2009 01:09:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7jux-0005te-F4 for emacs-devel@gnu.org; Tue, 10 Nov 2009 01:09:31 -0500 Original-Received: from [199.232.76.173] (port=39596 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7jux-0005tU-5d for emacs-devel@gnu.org; Tue, 10 Nov 2009 01:09:27 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:47593) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N7juw-0002wP-IC for emacs-devel@gnu.org; Tue, 10 Nov 2009 01:09:26 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N7jut-0008J1-Rl for emacs-devel@gnu.org; Tue, 10 Nov 2009 07:09:23 +0100 Original-Received: from p549869b8.dip.t-dialin.net ([84.152.105.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Nov 2009 07:09:23 +0100 Original-Received: from harald by p549869b8.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Nov 2009 07:09:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p549869b8.dip.t-dialin.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:IGdR378xeYpbLGnBoDCN1Mm/bbA= 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:116788 Archived-At: David Reitter writes: > On Nov 8, 2009, at 11:18 AM, Florent Georges wrote: >> Hi, >> >> I've just bought a new MacBook Pro. I've installed Apple's >> Xcode (version "Xcode 3.2.1 for Mac OS X 10.6 Snow Leopard", >> filename "xcode321_10m2003_developerdvd.dmg".) Then I tried to >> build GNU Emacs 23.1 (from release file "emacs-23.1.tar.bz2".) > > Don't use the release - I don't think it builds. > Check out the head/master branch via CVS or the git mirror, then build > with > > CC='gcc -arch i386' ./configure --with-ns > > (Not sure if the above CC workaround is still needed at this point. > OS X 10.6 will build with 64bit by default, which was the problem > there - a patch is either in the works or has been checked in recently > so you can build a 64bit variant. Somebody told me it's snappier.) 64bit works fine for me: GNU Emacs 23.1.50.2 (x86_64-apple-darwin10.0.0, NS apple-appkit-1038.11) of 2009-11-09 on ate.maierh $ file Emacs.app/Contents/MacOS/Emacs Emacs.app/Contents/MacOS/Emacs: Mach-O 64-bit executable x86_64 Harald