unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
To: sds@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: mac os x: how do you run emacs in-place?
Date: Wed, 26 Nov 2014 15:56:00 -0500	[thread overview]
Message-ID: <49674948-99E1-4A5B-AC53-EC1F092EB2E5@gmail.com> (raw)
In-Reply-To: <m2a93du6p5.fsf@gnu.org>

On Nov 26, 2014, at 2:01 PM, Sam Steingold <sds@gnu.org> wrote:
> 
> On a normal unix system one can run Emacs from the build directory as
> "build/src/emacs", but it does not work on mac os.
> Is there a way to run emacs without "make install” ?

“make install” really just installs it into nextstep/Emacs.

When you do “make”, the binary is updated (src/emacs -> nextstep/Emacs.app/Contents/MacOS/Emacs), which facilitates fast testing.  So, only the first “make install” is necessary to test when doing development, unless non-preloaded (dumped) lisp files or other resources are changed.  This binary gets its resources from what is in nextstep/Emacs.app.

To test run after changes to the C code in src/, I usually do something like

make -j4
../nextstep/Emacs.app/Contents/MacOS/Emacs -q







  parent reply	other threads:[~2014-11-26 20:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-26 19:01 mac os x: how do you run emacs in-place? Sam Steingold
2014-11-26 20:01 ` Harald Hanche-Olsen
2014-11-26 21:17   ` Sam Steingold
2014-11-26 20:56 ` David Reitter [this message]
2014-11-26 21:25   ` Sam Steingold
2014-11-26 21:36     ` David Reitter
2014-11-27 11:00       ` Jan D.
2014-11-28  6:09         ` Sam Steingold
  -- strict thread matches above, loose matches on Subject: below --
2014-11-26 20:18 Angelo Graziosi

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=49674948-99E1-4A5B-AC53-EC1F092EB2E5@gmail.com \
    --to=david.reitter@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=sds@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).