tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: emacs27 build error on macos 10.15



On Tue, Oct 20, 2020 at 01:45:49PM +0200, Thomas Klausner wrote:
Can you please try building without the "nextstep" option?  If it
still appears, it belongs in a PLIST.Darwin; if not, it belongs in
PLIST.cocoa.

Thanks for the quick response. I just did a clean build of emacs27-nox11
without problem. I'm guessing from that that PLIST.cocoa is the appropriate
place for the change?

The attached patch for editors/emacs27 resolves the build issue for me with
"nextstep" enabled.

Cheers, MJ
--
Michael-John Turner * mj%mjturner.net@localhost * http://mjturner.net/
--- PLIST.cocoa.orig	2020-08-13 13:00:56.000000000 +0100
+++ PLIST.cocoa	2020-10-20 13:03:56.000000000 +0100
@@ -1,6 +1,7 @@
 @comment $NetBSD: PLIST.cocoa,v 1.1 2020/08/12 14:14:48 ryoon Exp $
 Applications/Emacs.app/Contents/Info.plist
 Applications/Emacs.app/Contents/MacOS/Emacs
+Applications/Emacs.app/Contents/MacOS/Emacs.pdmp
 Applications/Emacs.app/Contents/PkgInfo
 Applications/Emacs.app/Contents/Resources/Credits.html
 Applications/Emacs.app/Contents/Resources/Emacs.icns


Home | Main Index | Thread Index | Old Index