[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hang when compiling the current bzr Emacs
From: |
martin rudalics |
Subject: |
Re: Hang when compiling the current bzr Emacs |
Date: |
Fri, 08 Jun 2012 09:39:27 +0200 |
>> I've tried "make bootstrap" and "maintainer-clean", but no matter what I
>> do, Emacs hangs when it starts compiling auth-source.el:
>
> I've installed earlier a patch to eval.c which should have fixed
> this problem.
After doing
bzr clean-tree --unknown --ignored --detritus --force
bootstrapping trunk on Windows XP currently starts complaining as
Generating autoloads for cal-bahai.el...
Autoload cookie error in cal-bahai.el:144 (void-function macroexp-let²)
Autoload cookie error in cal-bahai.el:153 (void-function macroexp-let²)
Autoload cookie error in cal-bahai.el:191 (void-function macroexp-let²)
Autoload cookie error in cal-bahai.el:317 (void-function macroexp-let²)
Autoload cookie error in cal-bahai.el:330 (void-function macroexp-let²)
Autoload cookie error in cal-bahai.el:343 (void-function macroexp-let²)
and eventually stops at
In toplevel form:
progmodes/cc-mode.el:106:21:Warning: `font-lock-syntactic-keywords' is an
obsolete variable (as of 24.1); use `syntax-propertize-function' instead.
progmodes/cc-mode.el:121:1:Error: Symbol's function definition is void:
macroexp-let²
progmodes/cc-mode.el:121:1:Error: Symbol's function definition is void:
macroexp-let²
progmodes/cc-mode.el:121:1:Error: Symbol's function definition is void:
macroexp-let²
progmodes/cc-mode.el:121:1:Error: Symbol's function definition is void:
macroexp-let²
progmodes/cc-mode.el:121:1:Error: Symbol's function definition is void:
macroexp-let²
progmodes/cc-mode.el:150:1:Error: Symbol's function definition is void:
macroexp-let²
In toplevel form:
progmodes/cc-vars.el:74:1:Error: Symbol's function definition is void:
macroexp-let²
make[1]: *** [compile-CMD] Error 1
make[1]: Leaving directory `c:/emacs/trunk/lisp'
make: *** [bootstrap-gmake] Error 2
where
position: 430943 of 431084 (100%), column: 83
character: Â (displayed as Â) (codepoint 194, #o302, #xc2)
preferred charset: unicode-bmp (Unicode Basic Multilingual Plane
(U+0000..U+FFFF))
code point in charset: 0xC2
syntax: w which means: word
category: .:Base, L:Left-to-right (strong), j:Japanese, l:Latin,
v:Viet
buffer code: #xC3 #x82
file code: #xC3 #x82 (encoded by coding system utf-8-dos)
display: by this font (glyph code)
uniscribe:-outline-Courier
New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1 (#xC6)
Character code properties: customize what to show
name: LATIN CAPITAL LETTER A WITH CIRCUMFLEX
old-name: LATIN CAPITAL LETTER A CIRCUMFLEX
general-category: Lu (Letter, Uppercase)
decomposition: (65 770) ('A' '̂')
and
position: 430944 of 431084 (100%), column: 84
character: ² (displayed as ²) (codepoint 178, #o262, #xb2)
preferred charset: unicode-bmp (Unicode Basic Multilingual Plane
(U+0000..U+FFFF))
code point in charset: 0xB2
syntax: _ which means: symbol
category: .:Base, h:Korean, j:Japanese, l:Latin
buffer code: #xC2 #xB2
file code: #xC2 #xB2 (encoded by coding system utf-8-dos)
display: by this font (glyph code)
uniscribe:-outline-Courier
New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1 (#xF0)
Character code properties: customize what to show
name: SUPERSCRIPT TWO
old-name: SUPERSCRIPT DIGIT TWO
general-category: No (Number, Other)
decomposition: (super 50) (super '2')
Any ideas?
martin
Re: Hang when compiling the current bzr Emacs, Stefan Monnier, 2012/06/08
- Re: Hang when compiling the current bzr Emacs,
martin rudalics <=
Re: Hang when compiling the current bzr Emacs, Romain Francoise, 2012/06/08