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: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL) Date: Thu, 05 May 2011 23:29:34 +0300 Message-ID: <83fwosnb69.fsf@gnu.org> References: <4DC230CF.8070803@gmail.com> <4DC2994D.8020103@gmail.com> <83iptpm68b.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1304627411 1836 80.91.229.12 (5 May 2011 20:30:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 20:30:11 +0000 (UTC) Cc: cschol2112@googlemail.com, Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 22:30:05 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QI5BV-0004ya-Mi for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 22:30:05 +0200 Original-Received: from localhost ([::1]:36013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI5BU-0004iv-OL for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 16:30:04 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI5BS-0004hn-0z for Emacs-devel@gnu.org; Thu, 05 May 2011 16:30:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI5BR-0000LL-2G for Emacs-devel@gnu.org; Thu, 05 May 2011 16:30:01 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:65429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI5BQ-0000LC-Rb for Emacs-devel@gnu.org; Thu, 05 May 2011 16:30:01 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LKQ00D00ORMJU00@a-mtaout22.012.net.il> for Emacs-devel@gnu.org; Thu, 05 May 2011 23:29:36 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.234.175]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LKQ00CKVOX9R2E0@a-mtaout22.012.net.il>; Thu, 05 May 2011 23:29:35 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139162 Archived-At: > From: Ben Key > Date: Thu, 5 May 2011 14:07:06 -0500 > Cc: cschol2112@googlemail.com, Emacs-devel@gnu.org > > gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG > -I"C:/Program Files/GnuTLS-2.10.1/include" > -DXMALLOC_CLEAR_FREE_MEMORY -Demacs=1 -DHAVE_CONFIG_H -I../lib > -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 > -o oo/i386/emacs.o emacs.c > > The second time it is compiled as follows: > gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG > -I"C:/Program Files/GnuTLS-2.10.1/include" > -DXMALLOC_CLEAR_FREE_MEMORY -Demacs=1 -DHAVE_CONFIG_H -I../lib > -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 > -o oo/i386/emacs.o emacs.c > > Note that both times -I"C:/Program Files/GnuTLS-2.10.1/include" was used. I > have no idea why Christoph is having problems. Do you have some sh.exe on your PATH? If so, remove it, and then try again and see if you reproduce the problem. Christoph, can you try using a directory name that has whitespace in it, but does _not_ have any parts in parentheses, i.e. without the "(x86)" part? That is one difference between Ben's command lines and yours.