unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Choi <akochoi@shaw.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs with X11 on Mac OS X
Date: Mon, 26 Aug 2002 18:29:24 -0600	[thread overview]
Message-ID: <m2k7md400r.fsf@shaw.ca> (raw)
In-Reply-To: <15722.50173.878115.93312@hurricane.OCF.Berkeley.EDU>

> I followed the instructions on making the statically-linked X11
> libraries, and configured Emacs like this:
> 
>   $ mkdir /usr/local/packages/emacs-21-2002-08-29
>   $ ./configure --without-carbon --with-x --x-libraries=/usr/X11R6/libstatic --prefix=/usr/local/packages/emacs-21-2002-08-26
> 
> I then ran 'make bootstrap', which died here:
> 
> [...]
>
>   ld: Undefined symbols:
>   _init_mac_osx_environment
>   make[1]: *** [temacs] Error 1
>   make: *** [bootstrap-src] Error 2

Sorry I missed the following change yesterday.  In src/emacs.c (main)
change:

#ifdef MAC_OSX
  if (initialized)
    init_mac_osx_environment ();
#endif

to

#ifdef HAVE_CARBON
  if (initialized)
    init_mac_osx_environment ();
#endif

I'll check this in as soon as I can.

  reply	other threads:[~2002-08-27  0:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-26 22:39 Emacs with X11 on Mac OS X Thomas F. Burdick
2002-08-26 22:54 ` Andrew Choi
2002-08-27  0:12   ` Thomas F. Burdick
2002-08-27  0:29     ` Andrew Choi [this message]
2002-08-27  1:05       ` Andrew Choi
2002-08-28 23:50       ` Thomas F. Burdick
2002-09-06 19:23       ` Thomas F. Burdick
2002-09-06 21:48         ` Andrew Choi

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=m2k7md400r.fsf@shaw.ca \
    --to=akochoi@shaw.ca \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

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).