[Mac-emacs-users] Emacs 21.3.50
Brought to you by:
akochoi
|
From: Rodney S. <rsp...@mc...> - 2002-07-27 17:35:02
|
Gang: I had trouble with the latest code via CVS. It was failing due to the non-existence of the directory mac/Contents/. Instead it created ../mac/Contents. So, I created this directory by hand, and make completes fine. But, then make install fails: cd /Users/rodney/cvs/emacs/man; makeinfo tramp.texi tramp.texi:25: Unknown command `copying'. tramp.texi:50: Unmatched `@end'. makeinfo: Removing output file `../info/tramp' due to errors; use --force to preserve. make[1]: *** [../info/tramp] Error 2 make: *** [info] Error 2 Apparently, @copying and therefore @end copying are not texinfo commands. If you comment these out with @c, then make install completes. But, I didn't get an Emacs.app in /Applications. I can open Emacs.app from the mac directory (and everything works great! Thanks Andrew!). But, when I try copying it to /Applications, Emacs doesn't open with either open or clicking. What am I doing wrong? Rodney On Friday, July 26, 2002, at 02:06 PM, mac-emacs-users- re...@li... wrote: Hi Gregg, The font problem had been fixed quite a while ago after the release of the patch for Emacs 21.1. The Mac OS X code has been merged into the main CVS tree so the latest version of the code can be obtained from Emacs CVS repository, which includes this bug fix. The current version is 21.3.50. For information on how to use the CVS, see: http://savannah.gnu.org/cvs/?group=emacs <SNIP> Andrew. |