emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: emacs/pretest/emacs-22.0.90.tar.gz on intel Mac running OS 10.4.8


From: Chong Yidong
Subject: Re: emacs/pretest/emacs-22.0.90.tar.gz on intel Mac running OS 10.4.8
Date: Fri, 27 Oct 2006 21:51:40 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Gilbert Harman <address@hidden> writes:

>> With Richard's agreement, I've bumped the version number to 22.0.90
>> and rolled a pretest tarball.  The tarball can be found at
>> 
>>   ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-22.0.90.tar.gz
>
> Using Mac (intel) running OS 10.4.8.
>
> This version of emacs does not contain mac/make-package, to make a
> self-contained emacs for a mac.
>
> In the main directory:
>
> configure --without-x --enable-carbon-app
>
> finishes without error, but
>
> make bootstrap does not complete:

It looks as though the file `make-dist' in the CVS emacs source
directory does not package mac/make-package.  I believe this is just a
matter of changing line 525 of make-dist from

  echo "Making links to \`mac'"
  (cd mac
   ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac)

to

  echo "Making links to \`mac'"
  (cd mac
   ln ChangeLog INSTALL README make-package *.xml *.MPW ../${tempdir}/mac)

Could someone verify that including make-package in the tarball fixes
this problem?

If so, I'll correct this in the next tarball.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]