unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Ashley Sanders <a.sanders@mccx.acy.ukz>
Subject: Re: Mac OSX Fatal error (6).Abort trap
Date: Thu, 09 Jan 2003 20:30:44 +0000	[thread overview]
Message-ID: <avkm6g$1hfp$1@godfrey.mcc.ac.uk> (raw)
In-Reply-To: <3E1D8FDD.3040909@mcw.edu>

Rodney Sparapani wrote:
> I think you need to do "make bootstrap".  If that is what you did, then 
> maybe you could
> go over the steps that you used for us.  Thanks.

I did the make bootstrap. The steps I took are exactly those
as detailed on the web page I referenced in my original message, ie:


   curl -O ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.3.tar.gz
   tar zxf texinfo-4.3.tar.gz
   cd texinfo-4.3
   CFLAGS="-g -O2 -D_INTL_REDIRECT_MACROS" ./configure
   make
   sudo make install

   cd ..
   cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs login
   cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs
   cd emacs
   ./configure --with-carbon --without-x
   make bootstrap
   sudo make install

Hans-Peter Binder wrote:
 > the right way is to type emacs -nw

Gee, thanks.

The abort() is called from the following line:

     if (!(mwp->mWP = GetNewCWindow (WINDOW_RESOURCE, NULL,
                                     (WindowPtr) -1)))
       abort ();

The Mac help says of GetNewCWindow:

"If GetNewCWindow is unable to read the window or window definition 
function from the resource file, it returns null."

I'm afraid I don't know what the resource file is or why GetNewCWindow
would be unable to read from it.

Any further pointers gratefully received.

Ashley.

  reply	other threads:[~2003-01-09 20:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-09 11:52 Mac OSX Fatal error (6).Abort trap Ashley Sanders
2003-01-09 13:21 ` Benjamin Riefenstahl
2003-01-09 16:54   ` Rodney Sparapani
2003-01-10 14:29   ` Ashley Sanders
2003-01-09 15:06 ` Rodney Sparapani
2003-01-09 20:30   ` Ashley Sanders [this message]
2003-01-10 19:29     ` Benjamin Riefenstahl
2003-01-09 15:45 ` Hans-Peter Binder

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='avkm6g$1hfp$1@godfrey.mcc.ac.uk' \
    --to=a.sanders@mccx.acy.ukz \
    /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).