From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: build trouble on Windows: ``buildobj.lst: no such file or directory'' Date: Wed, 10 Nov 2004 00:30:56 +0100 Message-ID: <67BF5A90-32A7-11D9-8685-000D93505B76@swipnet.se> References: <87fz3iobn8.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100043113 15570 80.91.229.6 (9 Nov 2004 23:31:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2004 23:31:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 00:31:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRfSi-0001yN-00 for ; Wed, 10 Nov 2004 00:31:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRfb7-0002cv-Op for ged-emacs-devel@m.gmane.org; Tue, 09 Nov 2004 18:40:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRfav-0002cp-L0 for emacs-devel@gnu.org; Tue, 09 Nov 2004 18:40:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRfav-0002cd-7z for emacs-devel@gnu.org; Tue, 09 Nov 2004 18:40:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRfav-0002ca-5v for emacs-devel@gnu.org; Tue, 09 Nov 2004 18:40:13 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRfSE-0007ZC-QH for emacs-devel@gnu.org; Tue, 09 Nov 2004 18:31:15 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep02.bredband.com with ESMTP id <20041109233112.SNVP6427.mxfep02.bredband.com@coolsville.localdomain>; Wed, 10 Nov 2004 00:31:12 +0100 In-Reply-To: <87fz3iobn8.fsf@offby1.atm01.sea.blarg.net> Original-To: Eric Hanchrow X-Mailer: Apple Mail (2.619) 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: main.gmane.org gmane.emacs.devel:29688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29688 2004-11-10 kl. 00.17 skrev Eric Hanchrow: > > I built from Cygwin with this shell script: > > #!/bin/sh > cd $(dirname $0) > cvs up -A > PATH=/c/mingw/bin:$PATH > cd nt > set -e > mingw32-make all recompile info install > You must run configure.bat after cvs up. Jan D.