From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Compiling Emacs on Mac OS X 10.6 Snow Leopard Date: Mon, 31 Aug 2009 10:40:00 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251733006 15042 80.91.229.12 (31 Aug 2009 15:36:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2009 15:36:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 31 17:36:39 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 1Mi8vr-0005BN-Q4 for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2009 17:36:38 +0200 Original-Received: from localhost ([127.0.0.1]:42729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi8vq-00050o-Hs for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2009 11:36:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi83T-0008Lu-Lf for emacs-devel@gnu.org; Mon, 31 Aug 2009 10:40:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi83P-0008I8-47 for emacs-devel@gnu.org; Mon, 31 Aug 2009 10:40:23 -0400 Original-Received: from [199.232.76.173] (port=49250 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi83O-0008I1-RI for emacs-devel@gnu.org; Mon, 31 Aug 2009 10:40:18 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:58918) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mi83O-0000Ib-K4 for emacs-devel@gnu.org; Mon, 31 Aug 2009 10:40:18 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEABZ+m0pFpYuS/2dsb2JhbACBU8gWCI4ugkQIgU4Fh2iCbA X-IronPort-AV: E=Sophos;i="4.44,305,1249272000"; d="scan'208";a="44603135" Original-Received: from 69-165-139-146.dsl.teksavvy.com (HELO ceviche.home) ([69.165.139.146]) by ironport2-out.teksavvy.com with ESMTP; 31 Aug 2009 10:38:55 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9F63770048; Mon, 31 Aug 2009 10:40:00 -0400 (EDT) In-Reply-To: (YAMAMOTO Mitsuharu's message of "Mon, 31 Aug 2009 19:36:31 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:114900 Archived-At: > * Now gcc seems to make a 64-bit binary by default (the situation > might be different on Core Solo/Duo machines). Emacs 22.3 Carbon > port can't make it because the GUI portion of Carbon doesn't have > 64-bit support. Currently, the Cocoa port (23.1 or the CVS trunk) > can't do that either because the code doesn't take account of it. That shouldn't be difficult to fix. Can someone look into it? Stefan