|
From: | Claudio Bley |
Subject: | bzr commit 112856 (Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-lisp-mode) breaks compilation on w32 |
Date: | Tue, 11 Jun 2013 11:14:29 +0200 |
User-agent: | Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.3.50 (i386-mingw-nt6.1.7601) MULE/6.0 (HANACHIRUSATO) |
Hi. Trying to compile lisp/emacs-lisp/lisp-mode.el using MinGW GCC on Windows 7 results in: Compiling emacs-lisp/lisp-mode.el In toplevel form: emacs-lisp/lisp-mode.el:453:1:Error: Invalid read syntax: "?" 453 (defconst lisp--prettify-symbols-alist 454 '(("lambda" . ?λ))) Obviously because emacs reads the file with cp1152 by default instead of UTF-8. Furthermore, this error is not considered fatal and causes "make bootstrap" to fail at a later stage: *** No rule to make target `lisp/emacs-lisp/lisp-mode.elc' needed by `DOC'. Shouldn't the compile rules exit early when byte compilation fails? -- Claudio
[Prev in Thread] | Current Thread | [Next in Thread] |