unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Hugo Wolf <hwolf@deutsches.lieder.net>
Subject: Re: Building on OS X
Date: Thu, 26 Dec 2002 16:58:26 GMT	[thread overview]
Message-ID: <SyGO9.316083$pN3.23637@sccrnsc03> (raw)
In-Reply-To: 8465tghj53.fsf@lucy.cs.uni-dortmund.de

In article <8465tghj53.fsf@lucy.cs.uni-dortmund.de>, Kai Großjohann wrote:
> On the emacs-devel mailing list there was some discussion about
> building on MacOS X failing with the most recent developer tools.  

The problem reported by the OP has nothing to do with this issue.
Either some new bug has arisen in the cvs sources since 21-Dec or
whatever he encountered was the result of user error.



> I
> don't remember the outcome, but maybe the CVS repository has a fix
> already.

Doesn't look like it.  

The patch for this can be found in the usual place:

  http://members.shaw.ca/akochoi-emacs/


It's small enough to include here:

--- unexmacosx.c.~1.3.~	Mon Dec  2 09:22:04 2002
+++ 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);

  reply	other threads:[~2002-12-26 16:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-26 15:03 Building on OS X Timothy Larkin
2002-12-26 15:52 ` Kai Großjohann
2002-12-26 16:58   ` Hugo Wolf [this message]
2002-12-27 15:00 ` Timothy Larkin
2002-12-27 15:27   ` Raphaël Berbain
2002-12-27 15:41   ` Rodney Sparapani
2002-12-27 20:22   ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='SyGO9.316083$pN3.23637@sccrnsc03' \
    --to=hwolf@deutsches.lieder.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).