emacs icon indicating copy to clipboard operation
emacs copied to clipboard

Error when build on macos Catalina

Open alexd1971 opened this issue 4 years ago • 1 comments

MacOs 10.15.5 (19F101) Last several lines of output:

Writing LC_FUNCTION_STARTS command
Writing LC_DATA_IN_CODE   command
2912 unused bytes follow Mach-O header
94487 pure bytes used
mv -f emacs bootstrap-emacs
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
  ELC      emacs-lisp/macroexp.elc
/bin/sh: line 1: 40473 Killed: 9               EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -f batch-byte-compile emacs-lisp/macroexp.el
make[2]: *** [emacs-lisp/macroexp.elc] Error 137
make[1]: *** [bootstrap-emacs] Error 2
make: *** [src] Error 2

alexd1971 avatar Jun 13 '20 22:06 alexd1971

FYI... https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg01811.html

takaxp avatar Jun 14 '20 00:06 takaxp