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: Bootstrap fails on w32 Date: Sun, 22 May 2005 12:06:32 +0200 Message-ID: <429059A8.3070500@student.lu.se> References: <428FB183.3000209@student.lu.se> <01c55e7d$Blat.v2.4$923fb9e0@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116757442 16560 80.91.229.2 (22 May 2005 10:24:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 10:24:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 22 12:23:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZncC-0006nR-Q9 for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 12:23:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZnfR-0008QZ-5e for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 06:26:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZnPQ-000719-IN for emacs-devel@gnu.org; Sun, 22 May 2005 06:10:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZnPO-0006ze-E6 for emacs-devel@gnu.org; Sun, 22 May 2005 06:10:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZnPM-0006yG-QL for emacs-devel@gnu.org; Sun, 22 May 2005 06:10:09 -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 1DZnUm-0006y7-1r; Sun, 22 May 2005 06:15:44 -0400 Original-Received: from [83.249.202.239] (83.249.202.239) by pne-smtpout2-sn2.hy.skanova.net (7.1.026.7) id 42662CF10088ED02; Sun, 22 May 2005 12:06:32 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: <01c55e7d$Blat.v2.4$923fb9e0@zahav.net.il> 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:37464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37464 Eli Zaretskii wrote: >>Date: Sun, 22 May 2005 00:09:07 +0200 >>From: Lennart Borgman >> >>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? >> >> > >Is this the first time you tried to bootstrap CVS Emacs on a Windows >box (in which case it might be a problem with your development tools >setup)? > > The pc is just reinstalled. I use the tools in my recommendations (follow the link at http://www.emacswiki.org/cgi-bin/wiki/WThirtyTwoInstallationKit - the recommendations are part of the installation/setup kit and they are available online too). They have worked well before - and if they do not I surely want to discover why...