[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs Mac port
From: |
Angelo Graziosi |
Subject: |
Re: Emacs Mac port |
Date: |
Fri, 03 Oct 2014 16:27:59 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 |
YAMAMOTO Mitsuharu wrote:
The Mac port based on Emacs 24.3.94 pretest is now available from
It is the first time I build Emacs Mac port (I build OB the nextstep
version following nextstep/INSTALL) but, maybe, I am missing something..
I have tried to follow the README-mac..
Downloaded the tarballs:
wget ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.3.94.tar.xz
ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.3.94-mac-4.94.tar.gz
Unpacked:
tar -xf emacs-24.3.94.tar.xz
tar -xf emacs-24.3.94-mac-4.94.tar.gz
as suggested in 'a.' of README-mac
Then, README-mac says:
b. Apply the patch `patch-mac' to the source tree.
and I did this:
cd emacs-24.3.94
patch < ../emacs-24.3.94-mac-4.94/patch-mac
patching file Makefile.in
patching file configure.ac
patching file Makefile.in
Hunk #1 FAILED at 135.
Hunk #2 FAILED at 165.
2 out of 2 hunks FAILED -- saving rejects to file Makefile.in.rej
can't find file to patch at input line 425
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|
|=== modified file 'doc/emacs/emacs.texi'
|*** doc/emacs/emacs.texi 2014-07-21 03:31:36 +0000
|--- doc/emacs/emacs.texi 2014-08-15 04:42:44 +0000
--------------------------
File to patch:
It seems something is wrong or I haven't understood something...
Ciao,
Angelo.