bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13198: Acknowledgement (24.2; "Error: Symbol's value as variable is


From: Oleksandr Gavenko
Subject: bug#13198: Acknowledgement (24.2; "Error: Symbol's value as variable is void: cl-proclaims-deferred" when compile Emacs trunk.)
Date: Tue, 18 Dec 2012 01:22:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On 2012-12-18, Stefan wrote:

> >   Source file 
> > `/home/user/devel/emacs/emacs-bzr/trunk/lisp/emacs-lisp/cl-macs.el' newer 
> > than byte-compiled file
> >   In toplevel form:
> >   ../../lisp/isearch.el:1031:1:Error: Symbol's value as variable is void: 
> > cl-proclaims-deferred
> try
>     rm lisp/emacs-lisp/cl*.elc; make
> or if you have the time "make bootstrap".

OK. Seems that this help. I perform:

  $ find . -name '*.elc' -exec rm {} ';'

as another similar issue was occurred.

What I don't expect that

  make mostlyclean

and

  make clean

does not cleanup build tree!

Also I build out of source tree and assume that "rm _build/" is sufficient to
make clean build. I don't expect that .elc files created in source tree
(instead of build tree)!

-- 
Best regards!





reply via email to

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