From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.help Subject: Re: Building Emacs 21.3 with X in MacOS X Date: Tue, 18 Feb 2003 16:01:07 GMT Organization: Shaw Residential Internet Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045584676 8479 80.91.224.249 (18 Feb 2003 16:11:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2003 16:11:16 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18lAKb-0002B5-00 for ; Tue, 18 Feb 2003 17:10:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lAGX-00078N-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 18 Feb 2003 11:06:41 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!out.nntp.be!propagator2-SanJose!in.nntp.be!pd2nf1so.cg.shawcable.net!residential.shaw.ca!news3.calgary.shaw.ca.POSTED!not-for-mail X-Trace-PostClient-IP: 68.144.207.94 Original-Newsgroups: gnu.emacs.help Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 24.71.223.147 Original-X-Complaints-To: abuse@shaw.ca Original-X-Trace: news3.calgary.shaw.ca 1045584067 24.71.223.147 (Tue, 18 Feb 2003 09:01:07 MST) Original-NNTP-Posting-Date: Tue, 18 Feb 2003 09:01:07 MST Original-Xref: shelby.stanford.edu gnu.emacs.help:110344 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6846 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6846 Pete Oster writes: > [...] > See the Dec 21 2002 entry in http://members.shaw.ca/akochoi-emacs/ > > --- src/unexmacosx.c.~1.3.~ Mon Dec 2 09:22:04 2002 > +++ src/unexmacosx.c Sat Dec 21 21:44:48 2002 > @@ -638,7 +638,8 @@ > else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0 > || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0 > || strncmp (sectp->sectname, "__dyld", 16) == 0 > - || strncmp (sectp->sectname, "__const", 16) == 0) > + || strncmp (sectp->sectname, "__const", 16) == 0 > + || strncmp (sectp->sectname, "__cfstring", 16) == 0) > { > if (!unexec_copy (sectp->offset, old_file_offset, sectp->size)) > unexec_error ("cannot copy section %s", sectp->sectname); > > For whatever reason, this change is not (yet?) in the cvs tree. Because I forgot. It's checked in to the CVS now.