From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Some error info from configure.bat please Date: Sat, 16 Jul 2005 15:39:01 +0300 Message-ID: References: <42C65F1B.1030706@student.lu.se> <42C6894C.5080702@student.lu.se> <42C6BA4E.6050700@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1121518871 23982 80.91.229.2 (16 Jul 2005 13:01:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2005 13:01:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 16 15:01:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DtmHZ-0004lp-SJ for ged-emacs-devel@m.gmane.org; Sat, 16 Jul 2005 15:00:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtmJP-00046k-AD for ged-emacs-devel@m.gmane.org; Sat, 16 Jul 2005 09:02:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DtmGB-0002nX-IB for emacs-devel@gnu.org; Sat, 16 Jul 2005 08:59:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DtmG9-0002mo-Mz for emacs-devel@gnu.org; Sat, 16 Jul 2005 08:59:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtmDn-0001aL-GJ for emacs-devel@gnu.org; Sat, 16 Jul 2005 08:56:47 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dtm58-000499-PH for emacs-devel@gnu.org; Sat, 16 Jul 2005 08:47:51 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-54-157.inter.net.il [80.230.54.157]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BWB14520 (AUTH halo1); Sat, 16 Jul 2005 15:39:01 +0300 (IDT) Original-To: lennart.borgman.073@student.lu.se In-reply-to: (message from Eli Zaretskii on Sat, 02 Jul 2005 19:36:52 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41007 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41007 > Date: Sat, 02 Jul 2005 19:36:52 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > Date: Sat, 02 Jul 2005 18:01:18 +0200 > > From: Lennart Borgman > > CC: emacs-devel@gnu.org > > > > >If that output is not enough, we could add some more text to what is > > >written to config.log, and you could then look for it with findstr or > > >some such. For example, if all you care for is whether configure.bat > > >succeeded, we could have configure.bat echo something like "configure > > >FAILED" to the end of config.log. > > > > > Would be fine. > > Okay, I will add that soon. It turned out it was easier to add a line that indicates a successful configure step, so I did that.