unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
Cc: emacs-devel@gnu.org
Subject: MacOS X Emacs
Date: Tue, 18 Jun 2002 20:36:43 +0200	[thread overview]
Message-ID: <jeptyo4eo4.fsf@sykes.suse.de> (raw)
In-Reply-To: Andrew Choi's message of "Sun, 16 Jun 2002 17:23:34 -0600"

I just tried to build Emacs under Darwin with $srcdir != $builddir and had
some problems with ${emacsapp}.  Is the following patch correct?  Then I
tried to run the emacs in the build directory, but I got an abort in
macterm, because GetNewCWindow returned 0.  Any idea?  (emacs -nw works
fine.)

Andreas.

2002-06-18  Andreas Schwab  <schwab@suse.de>

	* Makefile.in (${emacsapp}Contents/MacOS/Emacs): Support building
	outside source directory.
	(${emacsapp}Contents/Resources/Emacs.rsrc): Likewise.

--- Makefile.in.~1.255.~	2002-05-22 10:45:19.000000000 +0200
+++ Makefile.in	2002-06-18 20:19:20.000000000 +0200
@@ -1203,16 +1203,15 @@ macosx-app: ${emacsapp}Contents/MacOS/Em
   ${emacsapp}Contents/Resources/Emacs.rsrc
 
 ${emacsapp}Contents/MacOS/Emacs: emacs
-	if [ -d ${emacsapp}Contents/MacOS/ ]; then true; else \
-	  mkdir ${emacsapp}Contents/MacOS/; \
-	fi
+	${srcdir}/../mkinstalldirs ${emacsapp}Contents/MacOS
 	cd ${emacsapp}Contents/MacOS/; cp ../../../../src/emacs Emacs
 
-${emacsapp}Contents/Resources/Emacs.rsrc: ../mac/src/Emacs.r
+${emacsapp}Contents/Resources/Emacs.rsrc: ${srcdir}/../mac/src/Emacs.r
+	${srcdir}/../mkinstalldirs ${emacsapp}Contents/Resources
 	/Developer/Tools/Rez -useDF -o \
 	${emacsapp}Contents/Resources/Emacs.rsrc \
 	/System/Library/Frameworks/Carbon.framework/Headers/Carbon.r \
-	../mac/src/Emacs.r
+	${srcdir}/../mac/src/Emacs.r
 #endif
 
 ${libsrc}emacstool: ${libsrc}emacstool.c

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

             reply	other threads:[~2002-06-18 18:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-18 18:36 Andreas Schwab [this message]
2002-06-18 19:11 ` MacOS X Emacs Andrew Choi
2002-06-18 19:43   ` Andreas Schwab

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=jeptyo4eo4.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --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).