From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL) Date: Thu, 05 May 2011 06:34:21 -0600 Message-ID: <4DC2994D.8020103@gmail.com> References: <4DC230CF.8070803@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1304598924 16837 80.91.229.12 (5 May 2011 12:35:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 12:35:24 +0000 (UTC) Cc: Emacs-devel@gnu.org, bkey76@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 14:35:20 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 1QHxm1-0004PC-TH for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 14:35:18 +0200 Original-Received: from localhost ([::1]:36001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHxm1-0002BH-EP for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 08:35:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHxly-0002B9-0u for Emacs-devel@gnu.org; Thu, 05 May 2011 08:35:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHxlx-0004Sv-54 for Emacs-devel@gnu.org; Thu, 05 May 2011 08:35:13 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:34795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHxlv-0004SZ-Pz; Thu, 05 May 2011 08:35:12 -0400 Original-Received: by iwg8 with SMTP id 8so2405126iwg.0 for ; Thu, 05 May 2011 05:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ZECogCiKs2+kqs8FC08iKkPB66b+Nd1oUlPV/sL7MmY=; b=ujRDKLPWMySgMvfNEnN9dOX1rAGK1k1FQg65WNtjYLxJpQkoezkZL2IgD/1zIY6xzR Dct68Bycl3sdIo2ee+RAfEvbY59SAhgl2PI0XdGOopLAdi3yytM5ylGSENtIAfgiPoQn cXITcRQBLnUmQxmdvqJaM2DC1P9bEo3SgRERY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=PmjLIOESoUJyAEGMwnZ9TFoKbNzEiwuN91wf4iiWgy3Ox8xvPLEqBI0mg7BM0YK34x htclPcMcSqM+OOYnPv6DQI6Tr5WiuTtEMo66J0PfmX+gDf8ISw0En5g6WrEmPzU7euwx ACbT17bc8vSSdGmFaz5j+dLnAhOMstKEGHN7Y= Original-Received: by 10.43.64.66 with SMTP id xh2mr848483icb.391.1304598871113; Thu, 05 May 2011 05:34:31 -0700 (PDT) Original-Received: from [192.168.1.4] (70-59-12-84.hlrn.qwest.net [70.59.12.84]) by mx.google.com with ESMTPS id a8sm891327ibg.65.2011.05.05.05.34.29 (version=SSLv3 cipher=OTHER); Thu, 05 May 2011 05:34:30 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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:139150 Archived-At: On 5/5/2011 4:34 AM, Eli Zaretskii wrote: > Recursive Make invocations? > > Anyway, the answer to that is in the Makefiles (in nt/ and src/) and > in config.h generated by configure.bat. If you cannot figure this > out, post them here, perhaps with the full transcript of the bootstrap > from the start till it fails, and someone will have the answer. OK, I will have a look there. Thanks for the pointers. > Also, do you have some sh.exe on PATH? If so, try without it. No. I made sure cygwin and UnxUtils are removed from the PATH. Christoph