emacs-devel
[Top][All Lists]
Advanced

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

Re: building macosx


From: Andrew Choi
Subject: Re: building macosx
Date: Tue, 17 Sep 2002 09:30:34 -0600

> building emacs on macos 10.1 gives the following error:
> 
> rm -f /Users/immanuel/workspace/UnixSource/Emacs/emacs-cvs/emacs/lisp/*.elc 
> /Users/immanuel/workspace/UnixSource/Emacs/emacs-cvs/emacs/lisp/*/*.elc
> /bin/sh: /usr/local/bin/rm: Argument list too long
> make[1]: [bootstrap-clean] Error 126 (ignored)
> 
> somewhat later the build complains about not knowing the function 
> define-mail-user-agent and the build stops. Emacs warns about loading
> .elc files with newer .el sources but it happily loads the old ones. 

Oh, I misunderstood Immanuel's reason for posting.  He suggests that
the error of failing to remove the old compiled Lisp files should not
be ignored, because the build will then proceed using the old compiled
Lisp files.

There is a `-' in front of the rm command in lisp/Makefile.  I'm not
familiar enough with the build process to just go ahead and remove it.
Is there a reason for it to be there?





reply via email to

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