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 10:40:36 +0100 Message-ID: <3E791795-316A-11D9-A429-000D93505B76@swipnet.se> References: <418F258D.5050201@wyrdrune.com> 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 1099907086 30650 80.91.229.6 (8 Nov 2004 09:44:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2004 09:44:46 +0000 (UTC) Cc: Guy Gascoigne-Piggford , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 08 10:44: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 1CR64g-0004op-00 for ; Mon, 08 Nov 2004 10:44:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CR6D1-0002JZ-EZ for ged-emacs-devel@m.gmane.org; Mon, 08 Nov 2004 04:53:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CR6As-0001Nq-7k for emacs-devel@gnu.org; Mon, 08 Nov 2004 04:50:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CR6Ap-0001Kk-Fz for emacs-devel@gnu.org; Mon, 08 Nov 2004 04:50:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CR6Ap-0001KD-0Y for emacs-devel@gnu.org; Mon, 08 Nov 2004 04:50:55 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CR61P-0005JJ-Pv; Mon, 08 Nov 2004 04:41:12 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep01.bredband.com with ESMTP id <20041108094110.GHNS4883.mxfep01.bredband.com@coolsville.localdomain>; Mon, 8 Nov 2004 10: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:29561 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29561 > Guy Gascoigne-Piggford writes: > >> Doing a make bootstrap I've started getting an error loading >> encoded-kb. This is in a completely fresh directory tree, so I don't >> think that this is the same problem as the other boostrap error (where >> certain .elc files remain and cause problems). >> >> Does this look familiar to anyone? >> >> make[1]: Entering directory `/cygdrive/c/dev/emacs-src/emacs/lisp' > > This is the Cygwin make problem that is mentioned in nt/INSTALL, and > was discussed last week. Please try the patch Stefan posted in the > thread "autoload failure" (I don't seem to have the message anymore, > but you should be able to find it in the archive on lists.gnu.org). We > are still waiting for someone to report whether it works or not on > Cygwin. FWIW, setting buildlisppath to the real DOS path worked for me, i.e. > make buildlisppath=c:/dev/emacs-src/emacs/lisp for the case above. I don't know if there is a cygwin command to convert a cygwin path to a DOS path, but if there is, this could be done in the nt/makefile. Jan D.