Re: mac/INSTALL needs editing

2005-08-10 Thread YAMAMOTO Mitsuharu
> On Wed, 10 Aug 2005 04:47:17 -0400, Stefan Monnier <[EMAIL PROTECTED]> > said: > Actually, last time I tried, you had to explicitly disable either > Carbon or X in order for the compilation to succeed, Maybe your last trial was before the following change: 2005-05-13 YAMAMOTO Mitsuha

Re: mac/INSTALL needs editing

2005-08-10 Thread Gilbert Harman
I do not have X Window installed, but I just tried the following on the current CVS emacs: ./configure --without-x --enable-carbon-app make bootstrap sudo make install It did result in a usable Emacs.app in /Applications: GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.2.0) of 2005-08-10 on Gilbert

Re: mac/INSTALL needs editing

2005-08-10 Thread Stefan Monnier
> You need to specify --without-x as described in mac/INSTALL: > If you have X Window installed on your Mac and you are building Emacs > to run under Carbon and not X Window, you need to type `./configure > --without-x' instead of `./configure'. > Though mac/INSTALL contains sufficient info

Re: mac/INSTALL needs editing

2005-08-09 Thread YAMAMOTO Mitsuharu
> On Tue, 09 Aug 2005 17:10:58 -0400, Gilbert Harman <[EMAIL PROTECTED]> > said: > GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.2.0, X toolkit) of ^ You need to specify --without-x as described in mac/INSTALL: If you have X Window

Re: mac/INSTALL needs editing

2005-08-09 Thread Gilbert Harman
More specifically, this is on a Apple Macintosh computer running system 10.4.2. I get the latest CVS version. Following the instructions at the beginning of mac/INSTALL, I use the commands: ./configure --enable-carbon-app make bootstrap sudo make install This produces a version of emacs that

Re: mac/INSTALL needs editing

2005-08-09 Thread Gilbert Harman
When compiled using the initial instructions in mac/INSTALL, the resulting Emacs.app in the mac directory cannot be opened, at least using Mac OS 10.4.2. Gil YAMAMOTO Mitsuharu wrote: >> On Sun, 07 Aug 2005 10:03:57 -0400, Gilbert Harman <[EMAIL PROTECTED]> >> said: > >> The instruct

Re: mac/INSTALL needs editing

2005-08-09 Thread YAMAMOTO Mitsuharu
> On Sun, 07 Aug 2005 10:03:57 -0400, Gilbert Harman <[EMAIL PROTECTED]> > said: > The instructions at the beginning of the first section of > mac/INSTALL are incorrect, at least for Mac OS 10.4.2. I do not > know whether they are still OK for earlier versions than Mac OS > 10.4. In any

mac/INSTALL needs editing

2005-08-07 Thread Gilbert Harman
The instructions at the beginning of the first section of mac/INSTALL are incorrect, at least for Mac OS 10.4.2. I do not know whether they are still OK for earlier versions than Mac OS 10.4. In any event, mac/INSTALL should begin with its current second section, "* BUILDING BINARY DISTRIBUTIONS