From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hugo Wolf Newsgroups: gmane.emacs.help Subject: Re: carbon emacs won't build with Dec 2002 dev tools? Date: Sat, 21 Dec 2002 23:41:43 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1040514327 21857 80.91.224.249 (21 Dec 2002 23:45:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 21 Dec 2002 23:45:27 +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 18PtJ3-0005fy-00 for ; Sun, 22 Dec 2002 00:45:22 +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 18PtJ7-0007Hu-0A for gnu-help-gnu-emacs@m.gmane.org; Sat, 21 Dec 2002 18:45:25 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn14feed!wn12feed!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.7.4 (Darwin) Original-Lines: 26 Original-NNTP-Posting-Host: 66.31.41.137 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: sccrnsc03 1040514103 66.31.41.137 (Sat, 21 Dec 2002 23:41:43 GMT) Original-NNTP-Posting-Date: Sat, 21 Dec 2002 23:41:43 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:108412 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:4941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4941 In article , Andrew Choi wrote: > The change to make is to add an additional comparison > > || strncmp (sectp->sectname, "__cfstring", 16) == 0 > > to the following comparison in unexmacosx.c (copy_data_segment). > > ... > 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) Yes, that fixes it. Thanks again. I'd still be interested to hear if anyone else can verify the original problem. It may be specific to my system environment, I really don't know.