From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails on w32 Date: Sun, 22 May 2005 21:07:38 +0100 Message-ID: References: <428FB183.3000209@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116793027 9151 80.91.229.2 (22 May 2005 20:17:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 20:17:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 22 22:17:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZwrq-000317-Ga for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 22:16:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZwv9-0007wb-Qu for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 16:19:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZwrX-0005pU-26 for emacs-devel@gnu.org; Sun, 22 May 2005 16:15:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZwrU-0005o7-So for emacs-devel@gnu.org; Sun, 22 May 2005 16:15:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZwrT-0005ar-N6 for emacs-devel@gnu.org; Sun, 22 May 2005 16:15:47 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DZwsw-0003t3-Kh for emacs-devel@gnu.org; Sun, 22 May 2005 16:17:18 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id j4MK80ch031660; Sun, 22 May 2005 21:08:00 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 422F2DDE60; Sun, 22 May 2005 21:08:00 +0100 (BST) Original-To: Lennart Borgman In-Reply-To: <428FB183.3000209@student.lu.se> (Lennart Borgman's message of "Sun, 22 May 2005 00:09:07 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) 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:37473 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37473 Lennart Borgman writes: > I just checked out Emacs from cvs and tried to do "make bootstrap", > but it failed: > > D:\emacscvs\emacs\nt>configure.bat > ... > Emacs successfully configured. > Run `gmake' to build, then run `gmake install' to install. > > D:\emacscvs\emacs\nt>make bootstrap > mkdir "oo-spd" > mkdir "oo-spd/i386" > ', needed by `addsection'. Stop.`oo-spd/i386/addsection.exe > > The make I am using is mingw32-make.exe. > What is wrong? Did you run "cvs update -kb" in the emacs/nt directory, as recommended by the INSTALL file in there?