From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "djh" Newsgroups: gmane.emacs.devel Subject: Re: Emacs-devel Digest, Vol 27, Issue 138 Date: Tue, 23 May 2006 15:53:38 +0900 Message-ID: <20060523155338.2928@henman-np.b-eng.it.to-be.co.jp> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1148367256 19085 80.91.229.2 (23 May 2006 06:54:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 May 2006 06:54:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 23 08:54:11 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 1FiQmF-0006ZN-VS for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 08:54:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiQmF-00089B-Fe for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 02:53:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FiQm3-000893-1C for emacs-devel@gnu.org; Tue, 23 May 2006 02:53:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FiQm1-00088p-A9 for emacs-devel@gnu.org; Tue, 23 May 2006 02:53:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiQm1-00088m-4Q for emacs-devel@gnu.org; Tue, 23 May 2006 02:53:45 -0400 Original-Received: from [219.127.155.130] (helo=ns-2.to-be.co.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1FiQqA-0006dl-K3 for emacs-devel@gnu.org; Tue, 23 May 2006 02:58:03 -0400 Original-Received: (qmail 47432 invoked from network); 23 May 2006 15:53:39 +0900 Original-Received: from unknown (HELO imss-3.it.to-be.co.jp) (10.128.1.23) by ns-2.to-be.co.jp with SMTP; 23 May 2006 15:53:39 +0900 Original-Received: (qmail 10325 invoked from network); 23 May 2006 15:53:38 +0900 Original-Received: from localhost (HELO imss-3.it.to-be.co.jp) (127.0.0.1) by localhost with SMTP; 23 May 2006 15:53:38 +0900 Original-Received: (qmail 10322 invoked by alias); 23 May 2006 15:53:38 +0900 Original-Received: (qmail 10314 invoked from network); 23 May 2006 15:53:38 +0900 Original-Received: from unknown (HELO henman-np.b-eng.it.to-be.co.jp) (10.137.6.180) by imss-3.it.to-be.co.jp with SMTP; 23 May 2006 15:53:38 +0900 Original-To: In-reply-to: Your message of Tue May 23 10:00:20 2006 ue; X-Mailer: MH-E 7.94+cvs; GNU Mailutils 0.6.94; GNU Emacs 22.0.50 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:55103 Archived-At: I recently upgraded my cygwin to version 5.19 as of today (May 23, 2006) The emacs version was cvs update with a check-out today. I am building emacs targeted to the POSIX features of cygwin and will use cygwin's x-windows. So this is not a native Micosfot os oriented build. The make bootrap operation ran successfully for about an hour unil it aborted. Here is the last few lines display on the screen that describe the problem. ---- ./temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/cygdrive/c/emacs/cvs/emacs/lisp /cygdrive/c/emacs/cvs/emacs/lisp/emacs-lisp /cygdrive/c/emacs/cvs/emacs/lisp/language /cygdrive/c/emacs/cvs/emacs/lisp/international /cygdrive/c/emacs/cvs/emacs/lisp/textmodes) Cannot open load file: emacs-lisp/byte-run make[2]: *** [bootstrap-emacs.exe] Error 255 make[2]: Leaving directory `/cygdrive/c/emacs/cvs/emacs/src' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/cygdrive/c/emacs/cvs/emacs' make: *** [bootstrap] Error 2 ---- Here I checked out if byte-run was anywhere. $ find . -name "byte-run*" -print ./lisp/erc/emacs-lisp/byte-run.el ./lisp/erc/emacs-lisp/byte-run.elc So I have it but, it was not found. Do any of you have any advice how to get this working. I am guessing that .../lisp/erc/emacs-lisp needs to be added to the load path. Or was byte-run supposed to be moved into an existing loadpath automatically? Any advice is welcome. Thanks, Darel Henman