From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs 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 Message-ID: <83haudyi35.fsf@gnu.org> References: <20120614111657.0E2E52C803A@msa105.auone-net.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1339691306 11969 80.91.229.3 (14 Jun 2012 16:28:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2012 16:28:26 +0000 (UTC) Cc: 11707@debbugs.gnu.org To: Kazuhiro Ito Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 14 18:28:22 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SfCu7-0005vu-Ur for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jun 2012 18:28:16 +0200 Original-Received: from localhost ([::1]:48565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfCu7-0004nU-SR for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jun 2012 12:28:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfCu4-0004nH-Sb for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2012 12:28:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfCu0-0007FN-5H for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2012 12:28:12 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfCu0-0007FG-2H for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2012 12:28:08 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SfCwn-0007ir-K6 for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2012 12:31:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jun 2012 16:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11707 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11707-submit@debbugs.gnu.org id=B11707.133969140829615 (code B ref 11707); Thu, 14 Jun 2012 16:31:01 +0000 Original-Received: (at 11707) by debbugs.gnu.org; 14 Jun 2012 16:30:08 +0000 Original-Received: from localhost ([127.0.0.1]:42539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SfCvw-0007hc-3K for submit@debbugs.gnu.org; Thu, 14 Jun 2012 12:30:08 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:54720) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SfCvt-0007hU-If for 11707@debbugs.gnu.org; Thu, 14 Jun 2012 12:30:07 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M5M008008CVQA00@a-mtaout23.012.net.il> for 11707@debbugs.gnu.org; Thu, 14 Jun 2012 19:27:10 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M5M0083J8D9PC40@a-mtaout23.012.net.il>; Thu, 14 Jun 2012 19:27:10 +0300 (IDT) In-reply-to: <20120614111657.0E2E52C803A@msa105.auone-net.jp> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:60972 Archived-At: > Date: Thu, 14 Jun 2012 20:16:42 +0900 > From: Kazuhiro Ito > > 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.