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:50:42 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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

Actually, try this:


*** Makefile.in 30 May 2008 02:56:59 -0000      1.125
--- Makefile.in 30 May 2008 18:42:41 -0000
***************
*** 1271,1283 ****
  ## In case any files are missing from ELCFILES.
  compile-last:
        @wd=$(lisp); $(setwins); \
!       els=`echo $$wins | tr ' \011' '\012\012' | \
!               sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \
        for el in $(COMPILE_FIRST) $$els; do \
!         elc=$${el}c; \
!         if test -f $$el && ! test -f $$elc && \
            ! grep 'no-byte-compile: t' $$el > /dev/null; then \
!             sel=`echo $el | sed "s|^$$lisp|\$$(lisp)|"`; \
              echo "Maintainer warning: $$sel missing from \$$ELCFILES?"; \
              echo "Compiling $$el"; \
              $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $$el 
|| exit 1; \
--- 1271,1281 ----
  ## In case any files are missing from ELCFILES.
  compile-last:
        @wd=$(lisp); $(setwins); \
!       els=`echo $$wins | tr ' \011' '\012\012' | sed -e 's|\(.\)$$|\1/|' -e 
's|^\./||' -e 's|$$|*.el|'`; \
        for el in $(COMPILE_FIRST) $$els; do \
!         if test -f $$el && ! test -f $${el}c && \
            ! grep 'no-byte-compile: t' $$el > /dev/null; then \
!             sel=`echo $$el | sed "s|^$(lisp)/\.|\\$$(lisp)|"`; \
              echo "Maintainer warning: $$sel missing from \$$ELCFILES?"; \
              echo "Compiling $$el"; \
              $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $$el 
|| exit 1; \




reply via email to

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