emacs-devel
[Top][All Lists]
Advanced

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

Re: weird build error in my environment


From: Glenn Morris
Subject: Re: weird build error in my environment
Date: Fri, 30 May 2008 14:07:27 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

address@hidden wrote:

> make -w compile-last
[...]
> Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER:  the variable L is unbound.
>    [Condition of type UNBOUND-VARIABLE]

A quick web search suggests you try collapsing the expression

  els=`echo $$wins | tr ' \011' '\012\012' | \
            sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \

in compile-last into a single line (something that I will do anyway).




reply via email to

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