From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Boostrap error Date: Mon, 08 Nov 2004 21:32:57 +0000 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 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099949744 31900 80.91.229.6 (8 Nov 2004 21:35:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2004 21:35:44 +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:35:34 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 1CRHAk-0008TG-00 for ; Mon, 08 Nov 2004 22:35:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRHJ6-0007Ch-HB for ged-emacs-devel@m.gmane.org; Mon, 08 Nov 2004 16:44:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRHI8-0006ms-FD for emacs-devel@gnu.org; Mon, 08 Nov 2004 16:43:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRHI7-0006mc-Nz for emacs-devel@gnu.org; Mon, 08 Nov 2004 16:43:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRHI7-0006lh-BI for emacs-devel@gnu.org; Mon, 08 Nov 2004 16:43:11 -0500 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CRH8T-0000Fi-5r for emacs-devel@gnu.org; Mon, 08 Nov 2004 16:33:13 -0500 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 iA8LXBnF002740; Mon, 8 Nov 2004 21:33:12 GMT Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 737FEDDD47; Mon, 8 Nov 2004 21:33:11 +0000 (GMT) Original-To: "Jan D." In-Reply-To: <418FDD39.7040601@swipnet.se> (Jan D.'s message of "Mon, 08 Nov 2004 21:55:21 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.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: main.gmane.org gmane.emacs.devel:29602 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29602 "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.