emacs-devel
[Top][All Lists]
Advanced

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

Re: CVS won't build :(


From: Eli Zaretskii
Subject: Re: CVS won't build :(
Date: Fri, 30 Nov 2001 10:12:53 +0200

> From: address@hidden (Kevin A. Burton)
> Date: 29 Nov 2001 15:09:46 -0800
> 
> OK.  I have been trying to build CVS over the last few days with no success.

As long as you see those "(compiled; note, source file is newer)..."
messages during loadup time, it's quite possible that some of the
stale compiled *.elc files conflict with each other and with the C
sources.  So you need to either "make bootstrap" (easy, but slow) or
chdir into the lisp directory and say "make recompile", and then
again say "make" in the top-level directory.

In general, never leave any updated Lisp files without byte-compiling
them.



reply via email to

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