emacs-devel
[Top][All Lists]
Advanced

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

CVS Emacs compile fails


From: Bill Wohler
Subject: CVS Emacs compile fails
Date: Thu, 23 Aug 2007 22:49:10 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux)

I just checked out a fresh set of sources, ran ./configure, make
bootstrap, and got this:

find /usr/local/src/mh-e/src/emacs/lisp -name "*.elc" -print | xargs chmod +w 
>/dev/null 2>&1 || true; \
        wd=/usr/local/src/mh-e/src/emacs/lisp; subdirs=`(cd $wd; find . -type d 
-print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | 
*/CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done;   \
        els=`echo $wins | tr ' \011' '\012\012' | \
                sed -e 's|\(.\)$|\1/|' -e 's|^\./||' -e 's|$|*.el|'`;   \
        for el in /usr/local/src/mh-e/src/emacs/lisp/emacs-lisp/byte-opt.el 
/usr/local/src/mh-e/src/emacs/lisp/emacs-lisp/bytecomp.el 
/usr/local/src/mh-e/src/emacs/lisp/subr.el 
/usr/local/src/mh-e/src/emacs/lisp/progmodes/cc-mode.el 
/usr/local/src/mh-e/src/emacs/lisp/progmodes/cc-vars.el $els; do \
          if test -f $el; \
          then \
            echo Compiling $el; \
            EMACSLOADPATH=/usr/local/src/mh-e/src/emacs/lisp 
../src/bootstrap-emacs -batch --no-site-file --multibyte -f 
batch-byte-compile-if-not-done $el || exit 1; \
          fi \
        done
Compiling /usr/local/src/mh-e/src/emacs/lisp/emacs-lisp/byte-opt.el

In toplevel form:
emacs-lisp/byte-opt.el:288:51:Error: Wrong type argument: listp, restp


-- 
Bill Wohler <address@hidden>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD





reply via email to

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