unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
Cc: emacs-devel@gnu.org
Subject: Re: Mac OS X, 22.0.91, configure without --enable-carbon-app
Date: Sun, 26 Nov 2006 19:46:16 +0100	[thread overview]
Message-ID: <m3ac2ehwqv.fsf@seneca.benny.turtle-trading.net> (raw)
In-Reply-To: <wlirh4i8c4.wl%mituharu@math.s.chiba-u.ac.jp> (YAMAMOTO Mitsuharu's message of "Sat, 25 Nov 2006 11:11:23 +0900")

Hi Yamamoto,


>>>>>> On Mon, 20 Nov 2006 23:28:22 +0100, Benjamin Riefenstahl
> <b.riefenstahl@turtle-trading.net> said:
>
>> Ideally of course, I would like to have --enable-carbon-app follow
>> --prefix, when I give --prefix.
>
>>>>>> On Fri, 24 Nov 2006 12:50:09 +0100, Benjamin Riefenstahl
> <b.riefenstahl@turtle-trading.net> said:
>
>> So --enable-carbon-app is not supposed to be the default on Mac?  I
>> would have thought that would be the natural setting.

YAMAMOTO Mitsuharu writes:
> I'm confused because the above two look inconsistent.

That's because they are :-(.  The Mac OS X way of handling
installations of applications and the traditional Unix way do not
agree.

Let me give my expectations in order of priority:

a) When I compile Emacs on Mac OS X using the defaults, I expect to
   get an Emacs according to the customs of that OS.  That means I
   expect that "make install" puts an Emacs.app into /Applications.  I
   would think this also is the expectation of other users, especially
   those that do not have prior experience in Unix.

b) When I give a --prefix arg to ./configure, I expect that everything
   is put there that "make install" creates, including Emacs.app
   (probably in a subdirectory Applications).

c) I don't have any preconceived expectations about how
   --enable-carbon-app behaves, with or without an argument.

To implement these, I guess I would do away with --disable-carbon-app
(we still do have --without-carbon), just call it --carbon-appdir and
document it as:

  --carbon-appdir=DIR  specify install directory for Emacs.app on Mac
                       OS X [/Applications or, iff --prefix is given,
                       PREFIX/Applications]

Examples:

  $ ./configure
  => carbon_appdir=/Applications

  $ ./configure --prefix=path
  => carbon_appdir=$prefix/Applications

  $ ./configure [--prefix=path1] --carbon-appdir=path2
  => carbon_appdir=path2

  $ ./configure [--prefix=path1] --without-carbon
  => carbon_appdir=

If you think this is too complicated to explain, one could drop the
interaction with --prefix.

> Which destination of Emacs.app do you think is natural when no
> options are provided, /usr/local/Applications or /Applications?

/usr/local/Applications has no significance in Mac OS X AFAIK, so I
think nobody looks there for installed applications.  Users are used
to manipulate stuff in /Applications manually, it's not considered
much of a system directory, so installing there should be ok.


benny

  reply	other threads:[~2006-11-26 18:46 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
2006-11-24 11:50                         ` Benjamin Riefenstahl
2006-11-25  2:11                           ` YAMAMOTO Mitsuharu
2006-11-26 18:46                             ` Benjamin Riefenstahl [this message]
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=m3ac2ehwqv.fsf@seneca.benny.turtle-trading.net \
    --to=b.riefenstahl@turtle-trading.net \
    --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).