bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#2304: 23.0.90; bootstrapping fails


From: martin rudalics
Subject: bug#2304: 23.0.90; bootstrapping fails
Date: Thu, 12 Feb 2009 10:58:09 +0100
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> After fixing the recent trivial problem in movemail.c, I still cannot
> bootstrap emacs:
>
> ,----
> | $ make maintainer-clean && ./configure && make
> | [...]
> | Compiling /usr/local/src/emacs/lisp/progmodes/antlr-mode.el
> |
> | In toplevel form:
> | progmodes/antlr-mode.el:183:13:Error: Wrong type argument: 
number-or-marker-p, nil
> | make[1]: *** [/usr/local/src/emacs/lisp/progmodes/antlr-mode.elc] Error 1
> | make[1]: Leaving directory `/usr/local/src/emacs/lisp'
> | make: *** [lisp] Error 2
> `----
>
> The offending line in antlr-mode.el looks like this:
>
> (eval-when-compile
>   (require 'cc-mode))
>
> and cc-mode is not byte-compiled yet (and won't by invoking make -k).

Probably due to Stefan's last changes in lisp.el, try 1.95 instead.

I don't understand yet what's going on here :-(

martin






reply via email to

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