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: Boostrap error Date: Mon, 8 Nov 2004 22:40:27 +0100 Message-ID: References: <418F258D.5050201@wyrdrune.com> <3E791795-316A-11D9-A429-000D93505B76@swipnet.se> <418F4AC8.4050906@gnu.org> <418FAFA5.6010108@swipnet.se> <029f01c4c5be$422cd8f0$0200a8c0@sedrcw11488> <418FDD39.7040601@swipnet.se> 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 1099950235 1100 80.91.229.6 (8 Nov 2004 21:43:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2004 21:43:55 +0000 (UTC) Cc: Lennart Borgman , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 08 22:43:41 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 1CRHIb-0000qB-00 for ; Mon, 08 Nov 2004 22:43:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRHQx-0000hN-D9 for ged-emacs-devel@m.gmane.org; Mon, 08 Nov 2004 16:52:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRHOx-0008Qb-UQ for emacs-devel@gnu.org; Mon, 08 Nov 2004 16:50:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRHOw-0008Q8-VV for emacs-devel@gnu.org; Mon, 08 Nov 2004 16:50:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRHOw-0008Pw-R0 for emacs-devel@gnu.org; Mon, 08 Nov 2004 16:50:14 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRHGC-0002Ar-Fp; Mon, 08 Nov 2004 16:41:13 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep01.bredband.com with ESMTP id <20041108214110.NCSP4883.mxfep01.bredband.com@coolsville.localdomain>; Mon, 8 Nov 2004 22:41:10 +0100 In-Reply-To: Original-To: Jason Rumney 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:29603 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29603 > "Jan D." writes: > >> If I cd to /cygdrive/d/src/emacs-cygwin and make bootstrap I get the >> old message abount encoded-kb not found. > > This is unrelated. If you build Emacs from the base directory using > Cygwin, then you get the Cygwin build of Emacs, where w32-fns.el is > not loaded. The Cygwin build should understand cygwin paths > automatically. To build a native Windows version of Emacs, you must > run configure and make bootstrap from emacs-cygwin/nt. > > Judging by the messages you are getting though, you have run configure > from emacs-cygwin/nt most recently, and are trying to run make from > the base directory. It is not surprising that this is not working. No, I did make from the nt directory. Jan D.