From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: sh.exe needed to bootstrap on Windows? Date: Mon, 16 Jul 2007 11:10:50 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184577066 16830 80.91.229.12 (16 Jul 2007 09:11:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 09:11:06 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 11:10:59 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IAMba-00010I-Gu for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 11:10:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAMbZ-0006oZ-KN for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 05:10:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAMbW-0006mj-8c for emacs-devel@gnu.org; Mon, 16 Jul 2007 05:10:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAMbU-0006iA-FZ for emacs-devel@gnu.org; Mon, 16 Jul 2007 05:10:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAMbU-0006hl-AX for emacs-devel@gnu.org; Mon, 16 Jul 2007 05:10:52 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAMbU-0004q3-0t for emacs-devel@gnu.org; Mon, 16 Jul 2007 05:10:52 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1037773wxc for ; Mon, 16 Jul 2007 02:10:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W3RbCPg/tA1tgCiEYUpTGS2E4adl5yeuZ56d8TgmDVzXIJH6fB5cTbpfFQW2iyO/IY8zyLkA2Y4IjfFMI/TY2FA0HUTs4eRnHz9L6EhnZ6cPvBHVbQKboaaop033BHVuZvCXB5EuJGTV9a4T5hVcelAd/EGmeNYAeRDMyx6yfdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fubASCE8f5dFIkSgqUy1mgmvv6AvXwzOcy1Iw6pYQDkdqufxtazJjfojDLv7KURGNfi/4KipWx0epThaMy2VsXXcvbDpz1+ea7Uwi0qchT0jFhbD/xNcAOqrs+a5HufkcKJn4VYpQYAtjlDOE/bMTQ4x+F3XrALs3mShpKimsUI= Original-Received: by 10.90.63.16 with SMTP id l16mr2836356aga.1184577051000; Mon, 16 Jul 2007 02:10:51 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Mon, 16 Jul 2007 02:10:50 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:74882 Archived-At: I'm getting this error while bootstrapping on Windows XP (I have not changed anything in the toolset setup): Saving file c:/emacs/HEAD/lisp/loaddefs.el... Loading c:/emacs/HEAD/lisp/vc-cvs.el (source)... Searching for program: no such file or directory, sh.exe make[1]: *** [autoloads] Error -1 Juanma