[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 23.3 released
From: |
Juanma Barranquero |
Subject: |
Re: Emacs 23.3 released |
Date: |
Sat, 12 Mar 2011 13:23:38 +0100 |
I'm now bootstrapping lexbind-new straight from the repo, with just two changes:
- Using loaddefs.el from a previous bootstrap as ldefs-boot.el.
- Reverting the change to lisp/emacs-lisp/debug.el so backtraces are manageable.
On make'ing the target compile-CMD, byecompiling the COMPILE_FIRST
files throws errors for pcase.el, macroexp.el and cconv.el, like
these:
Debugger entered--Lisp error: (file-error "Opening input file" "no
such file or directory"
"C:/emacs/lexbind-new/lisp/emacs-lisp/pcase.elc")
insert-file-contents("C:/emacs/lexbind-new/lisp/emacs-lisp/pcase.elc")
byte-compile-file("C:/emacs/lexbind-new/lisp/emacs-lisp/pcase.elc")
batch-byte-compile-file("C:/emacs/lexbind-new/lisp/emacs-lisp/pcase.elc")
batch-byte-compile(t)
batch-byte-compile-if-not-done()
funcall(batch-byte-compile-if-not-done)
[...etc...]
Bootstrapping then continues normally and produces a working
executable (pcase.el, macroexp.el and cconv.el get correctly compiled
along with everything else).
Juanma
- Re: Emacs 23.3 released, (continued)
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/10
- Re: Emacs 23.3 released, Andreas Schwab, 2011/03/11
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/11
- Re: Emacs 23.3 released, Andreas Schwab, 2011/03/11
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/11
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/11
Re: Emacs 23.3 released, Thierry Volpiatto, 2011/03/10
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/10
- Re: Emacs 23.3 released, Thierry Volpiatto, 2011/03/11
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/11
- Re: Emacs 23.3 released,
Juanma Barranquero <=
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/14
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/14
- RE: Lexbind (was: Emacs 23.3 released), Stefan Monnier, 2011/03/14
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/16
- Re: Lexbind (was: Emacs 23.3 released), Eli Zaretskii, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Eli Zaretskii, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Eli Zaretskii, 2011/03/17