From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: CVS emacs bootstrap problem: cannot open encoded-kb Date: Thu, 18 May 2006 10:59:59 +0100 Message-ID: <446C459F.5030503@gnu.org> References: <358E19A8-1D58-4CED-9DF5-DE34A4FA002E@qwest.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1147946439 22330 80.91.229.2 (18 May 2006 10:00:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 May 2006 10:00:39 +0000 (UTC) Cc: offby1@blarg.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 18 12:00:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FgfIu-0006fe-Il for ged-emacs-devel@m.gmane.org; Thu, 18 May 2006 12:00:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgfIu-0003Ej-1U for ged-emacs-devel@m.gmane.org; Thu, 18 May 2006 06:00:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgfIe-0003DD-C4 for emacs-devel@gnu.org; Thu, 18 May 2006 06:00:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgfIb-00039U-CM for emacs-devel@gnu.org; Thu, 18 May 2006 06:00:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgfIb-00039M-4m for emacs-devel@gnu.org; Thu, 18 May 2006 06:00:05 -0400 Original-Received: from [213.86.207.50] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgfLe-00079k-UI for emacs-devel@gnu.org; Thu, 18 May 2006 06:03:15 -0400 Original-Received: from [192.168.111.65] (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id KLCLSGMH; Thu, 18 May 2006 10:52:45 +0100 Original-Received: from 192.168.111.65 ([192.168.111.65] helo=[192.168.111.65]) by ASSP-nospam; 18 May 2006 10:52:45 +0100 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: Steven Wu In-Reply-To: <358E19A8-1D58-4CED-9DF5-DE34A4FA002E@qwest.net> 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: news.gmane.org gmane.emacs.devel:54698 Archived-At: > # this is not from the diff -p, but from my memory, so I don't > remember the line number. > # > - lisp = $(CURDIR) > +lisp = $(shell cygpath -m $(CURDIR)) This would break the build on all platforms other than cygwin! > The fix should be in the makefile.w32 The cygwin build does not use the w32 makefiles. Perhaps this is why you are having problems building it.