From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Some error info from configure.bat please Date: Sat, 02 Jul 2005 14:32:12 +0200 Message-ID: <42C6894C.5080702@student.lu.se> References: <42C65F1B.1030706@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120309425 23468 80.91.229.2 (2 Jul 2005 13:03:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2005 13:03:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 02 15:03:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Doheh-0005yl-70 for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2005 15:03:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dohfn-0001fb-P5 for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2005 09:04:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DohaG-0007Uv-Ry for emacs-devel@gnu.org; Sat, 02 Jul 2005 08:59:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DohaF-0007UI-6K for emacs-devel@gnu.org; Sat, 02 Jul 2005 08:59:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DohXM-0005uK-G5 for emacs-devel@gnu.org; Sat, 02 Jul 2005 08:56:00 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DohFj-0004aQ-CI; Sat, 02 Jul 2005 08:37:47 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E29001E0FF4; Sat, 2 Jul 2005 14:32:16 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: 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:40109 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40109 Eli Zaretskii wrote: >>Date: Sat, 02 Jul 2005 11:32:11 +0200 >>From: Lennart Borgman >> >>Could configure.bat provide some info when something goes wrong? It is >>enough to set an environment variable (configureerr?) to 1 for example. >> >> > >What would you like to do with that indication? (We already have >config.log with the log of failures during configure.) > > I would like to use this in a cmd file to see if the build should continue after config.bat. My config.log looks like this: gcc -c junk.c junk.c:1:29: cygwin/version.h: No such file or directory The failed program was: #include "cygwin/version.h" main(){} gcc -Id:/g/include -c junk.c gcc -c -O2 -mtune=pentium4 junk.c cc1.exe: invalid option `tune=pentium4' The failed program was: main(){} gcc -Id:/g/include -c junk.c -o junk.obj gcc -Id:/g/include -c junk.c -o junk.obj gcc -Id:/g/include -c junk.c -o junk.obj gcc -Id:/g/include -c junk.c -o junk.obj gcc -Id:/g/include -c junk.c -o junk.obj Does it give me any information I can check from the cmd file? > > >>This would make it much easier to do supply working command files for >>automatic building of Emacs under w32. >> >> > >What ``working command files'' are we talking about? > My own. I use to upload copies of them to the net.