From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.bugs Subject: Re: Building Emacs on MS Windows Date: Thu, 06 Feb 2003 00:29:42 +0100 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030206002629.5425.LEKTU@terra.es> References: <3E419B45.9020004@kabelnettet.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044487775 30229 80.91.224.249 (5 Feb 2003 23:29:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 23:29:35 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gYyw-0007r2-00 for ; Thu, 06 Feb 2003 00:29:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gZ0C-00058x-03 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 05 Feb 2003 18:30:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gYzk-0004ae-00 for bug-gnu-emacs@gnu.org; Wed, 05 Feb 2003 18:30:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gYzP-0003Yg-00 for bug-gnu-emacs@gnu.org; Wed, 05 Feb 2003 18:30:00 -0500 Original-Received: from smtp.terra.es ([213.4.129.129] helo=tsmtp8.mail.isp) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gYz8-0003B7-00 for bug-gnu-emacs@gnu.org; Wed, 05 Feb 2003 18:29:42 -0500 Original-Received: from [80.36.30.211] ([80.36.30.211]) by tsmtp8.mail.isp (terra.es) with ESMTP id H9UZXF00.9HE; Thu, 6 Feb 2003 00:29:40 +0100 Original-To: Lars Hansen , bug-gnu-emacs@gnu.org In-Reply-To: <3E419B45.9020004@kabelnettet.dk> X-Mailer: Becky! ver. 2.05.06 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4398 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4398 On Thu, 06 Feb 2003 00:16:21 +0100 Lars Hansen wrote: > I have some problems building Emacs from CVS on MS Windows. > > 1. It seems the files nt/configure.bat and nt/makefile.w32-in have wrong > newlines. Yes. Or, to be precise, I think the .bat files were commited to the CVS with CR/LF pairs but weren't marked as binary... so many CVS clients, when checking them out, blindly traslate CR/LF to CR/CR/LF. I usually do cvs -q update -C -kb *.bat to get rid of the problem. > 2. When I correct this and try the command "configure.bat" followed by > mingw32-make.exe bootstrap" in the nt directory, I get a lot of errors like: Are you using bash? -- Juanma Barranquero