all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Choi <akochoi_NOSPAM_@shaw.ca>
Subject: Re: Building Emacs 21.3 with X in MacOS X
Date: Tue, 18 Feb 2003 16:01:07 GMT	[thread overview]
Message-ID: <m2bs194lz0.fsf@owlbear.local> (raw)
In-Reply-To: slrnb520fp.1ma.poster@esb.bbn.com

Pete Oster <poster@inter.net> 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.

      parent reply	other threads:[~2003-02-18 16:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <slrnb51qa3.341.ragndahl@ibook.local>
2003-02-17 15:38 ` Building Emacs 21.3 with X in MacOS X Pete Oster
     [not found]   ` <m2ptpqgd59.fsf@iBook.local>
2003-02-18 10:34     ` Hans-Peter Binder
2003-02-18 13:38     ` Pete Oster
2003-02-18 16:01   ` Andrew Choi [this message]

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

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

  git send-email \
    --in-reply-to=m2bs194lz0.fsf@owlbear.local \
    --to=akochoi_nospam_@shaw.ca \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.