unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Cc: emacs-devel@gnu.org
Subject: Re: Mac OS X, 22.0.91, configure without --enable-carbon-app
Date: Wed, 22 Nov 2006 17:27:07 +0900	[thread overview]
Message-ID: <wlslgb28f8.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <m3wt5psqgp.fsf_-_@seneca.benny.turtle-trading.net>

>>>>> On Mon, 20 Nov 2006 23:28:22 +0100, Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net> said:

> I just compiled yesterday's pretest on Mac OS X.  I tried a simple

>   ./configure --prefix=$HOME/emacs-pretest

> This detects Carbon and also enables Emacs.app, but "make install"
> tries to install Emacs.app in "/".

I couldn't reproduced it.

> The reason is probably that configure sets the variable
> "carbon_appdir" to the empty string in Makefile.

In that case, the bundle should not be not installed.

Makefile.in:

	if test "${carbon_appdir}" != ""; then \
	  umask 022; mkdir -p $(DESTDIR)${carbon_appdir}/Emacs.app; \
	  (cd mac/Emacs.app; (tar -chf - . | \
		(cd $(DESTDIR)${carbon_appdir}/Emacs.app; umask 022; tar -xvf - \
			&& cat > /dev/null))) || exit 1; \
	fi

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

  reply	other threads:[~2006-11-22  8:27 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-01  0:00 install error on Mac OS X Edward O'Connor
2006-11-01  0:02 ` Kazu Yamamoto
2006-11-01  0:52   ` Edward O'Connor
2006-11-04  3:01     ` YAMAMOTO Mitsuharu
2006-11-01 16:41   ` Richard Stallman
2006-11-02 13:09     ` Randal L. Schwartz
2006-11-03  7:07       ` Richard Stallman
2006-11-03 19:08         ` Randal L. Schwartz
2006-11-04  3:11           ` YAMAMOTO Mitsuharu
2006-11-04  8:00             ` Randal L. Schwartz
2006-11-05  7:07             ` Richard Stallman
2006-11-06  9:14               ` YAMAMOTO Mitsuharu
2006-11-06 21:00                 ` Richard Stallman
2006-11-07  2:05                   ` YAMAMOTO Mitsuharu
2006-11-07  7:26                     ` Jan Djärv
2006-11-07 11:55                       ` Andreas Schwab
2006-11-08  8:13                         ` YAMAMOTO Mitsuharu
2006-11-20 22:28                     ` Mac OS X, 22.0.91, configure without --enable-carbon-app Benjamin Riefenstahl
2006-11-22  8:27                       ` YAMAMOTO Mitsuharu [this message]
2006-11-24 11:50                         ` Benjamin Riefenstahl
2006-11-25  2:11                           ` YAMAMOTO Mitsuharu
2006-11-26 18:46                             ` Benjamin Riefenstahl
2006-11-27  3:31                               ` YAMAMOTO Mitsuharu
2006-11-28 16:08                                 ` Steven Tamm
2006-11-05  7:07           ` install error on Mac OS X Richard Stallman

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=wlslgb28f8.wl%mituharu@math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --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).