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

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

bug#11707: 24.1.50; 'make recompile' does not use BYTE_COMPILE_FLAGS on


From: Eli Zaretskii
Subject: bug#11707: 24.1.50; 'make recompile' does not use BYTE_COMPILE_FLAGS on Windows
Date: Thu, 14 Jun 2012 19:27:26 +0300

> Date: Thu, 14 Jun 2012 20:16:42 +0900
> From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
> 
> When I 'make recompile' on Windows, Emacs outputs many "Lisp nesting
> exceeds `max-lisp-eval-depth'" message.
> 
> The cause of the problem is that lisp/makefile.w32-in does not use
> BYTE_COMPILE_FLAGS variable when recompile.  On the other hand,
> lisp/Makefile.in use it.

lisp/makefile.w32-in doesn't use BYTE_COMPILE_FLAGS because they are
not supposed to be needed for that target.

Are you using "make recompile" with emacs.exe that has only source
(*.el) version of the byte compiler loaded?  Otherwise, I don't
understand how come you get these errors.

I don't want to blindly enlarge the stack of the byte compiler without
understanding the problem which causes the errors.





reply via email to

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