This is BrainLog, a blog by Dan Sanderson. Older entries, from October 1999 through September 2010, are preserved for posterity, but are no longer maintained. See the front page and newer entries.

June 8, 2006

Emacs 22 for Mac OS X builds and runs great on an Intel Mac as a native Intel application. It is not a Universal Binary in the sense that the same, pre-compiled binary can be used on both PowerPC and Intel architectures. Also, the Emacs build instructions indicate that Emacs does not like Rosetta. So there's still some work to do before Emacs 22 can be officially released for the Mac—which hasn't stopped anyone I know from using it, on any platform.

To check out and build Emacs 22 from CVS on a Mac, building as a Carbon application installed in the Applications folder:

cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs
cd emacs
./configure --enable-carbon-app
make bootstrap
make
sudo make install