From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Steven Wu" Newsgroups: gmane.emacs.devel Subject: Re: CVS emacs bootstrap problem: cannot open encoded-kb Date: Wed, 17 May 2006 18:38:30 -0700 Message-ID: <358E19A8-1D58-4CED-9DF5-DE34A4FA002E@qwest.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v750) Content-Type: multipart/mixed; boundary="===============1481999517==" X-Trace: sea.gmane.org 1147916344 1248 80.91.229.2 (18 May 2006 01:39:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 May 2006 01:39:04 +0000 (UTC) Cc: offby1@blarg.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 18 03:39:02 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 1FgXTZ-0008En-4n for ged-emacs-devel@m.gmane.org; Thu, 18 May 2006 03:38:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgXTY-0008LR-KT for ged-emacs-devel@m.gmane.org; Wed, 17 May 2006 21:38:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgXTJ-0008ID-8G for emacs-devel@gnu.org; Wed, 17 May 2006 21:38:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgXTG-0008BU-5a for emacs-devel@gnu.org; Wed, 17 May 2006 21:38:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgXTF-0008BA-SN for emacs-devel@gnu.org; Wed, 17 May 2006 21:38:33 -0400 Original-Received: from [63.231.195.116] (helo=mpls-qmqp-05.inet.qwest.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgXWE-0004sb-KN for emacs-devel@gnu.org; Wed, 17 May 2006 21:41:39 -0400 Original-Received: from mpls-pop-15.inet.qwest.net (mpls-pop-15.inet.qwest.net [63.231.195.15]) by mpls-qmqp-05.inet.qwest.net (Postfix) with QMQP id 4817B68F3E0; Thu, 18 May 2006 01:38:32 +0000 (GMT) Original-Received: from 70-56-185-203.phnx.qwest.net (HELO ?10.0.0.5?) (70.56.185.203) by mpls-pop-15.inet.qwest.net with SMTP; 18 May 2006 01:38:31 -0000 Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.750) 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:54678 Archived-At: --===============1481999517== Content-Type: multipart/alternative; boundary=Apple-Mail-1--42097505 --Apple-Mail-1--42097505 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > From: Eric Hanchrow > Date: May 17, 2006 8:36:14 AM MST > To: emacs-devel@gnu.org > Subject: Re: CVS emacs bootstrap problem: cannot open encoded-kb > > >>>>>> "Steven" == Steven Wu writes: > > Steven> I was trying to bootstrap emacs on cygwin using gcc, and > Steven> everything looked okay until make did autoloads in lisp > Steven> directory, and the error message was cannot open > Steven> encoded-kb. I'd found some suggestions like using > Steven> buildlisppath=... and it didn't work. However, it seems > Steven> like the problem has been addressed. What am I missing > Steven> here? > > Steven> steve > > I don't want to discourage you, but I've never been able to get > further than you have, and I've tried many times. > > A rather depressing diary of my many failures can be found here: > Thanks Eric, I guess I should have clarified it a little bit. I knew the fix to the problem, and I applied the fix. I was wondering that the problem has been there since 2004, and someone mentioned the fix for it, but it is not in the CVS src. I can provide the fix to the makefiles to make it work, however, I won't be able the check it in since I don't have the permission. As a quick fix, in the makefile generated in lisp directory, patch the line like below, # 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)) Similar in the leim directory, patch the line in same way and that will get you going. The fix should be in the makefile.w32, and uses condition to check if cygwin is used, do the patch. steve --Apple-Mail-1--42097505 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1

From: Eric Hanchrow <offby1@blarg.net>
Date: May 17, 2006 8:36:14 AM = MST
Subject: Re: CVS emacs bootstrap problem: = cannot open encoded-kb


=
"Steven" =3D=3D Steven Wu <wus@qwest.net> writes:
=

=A0 =A0 Steven> I was trying = to bootstrap emacs on cygwin using gcc, and
=A0 =A0 Steven> everything = looked okay until make did autoloads in lisp
=A0 =A0 = Steven> directory, and the error message was cannot = open
=A0 =A0 Steven> = encoded-kb.=A0 I'd found = some suggestions like using
=A0 =A0 Steven> = buildlisppath=3D...=A0 and = it didn't work.=A0 However, = it seems
=A0 =A0 Steven> like the = problem has been addressed.=A0 = What am I missing
=A0 =A0 Steven> = here?

=A0 =A0 = Steven> steve

I don't want to discourage you, = but I've never been able to get
further than = you have, and I've tried many times.

A rather depressing diary of my = many failures can be found here:

Thanks Eric,=A0 I guess I should have = clarified it a little bit. I knew the fix to the problem, and I applied = the fix. I was wondering that the problem has been there since 2004, and = someone mentioned the fix for it, but it is not in the CVS src. I can = provide the fix to the makefiles to make it work, however, I won't be = able the check it in since I don't have the permission.

As a quick fix, in the = makefile generated in lisp directory, patch the line like = below,
# this is not from the diff -p, but from my memory, so = I don't remember the line number.
#
- lisp =3D = $(CURDIR)
+lisp =3D $(shell cygpath -m = $(CURDIR))

Similar in the leim = directory, patch the line in same way and that will get you = going.

The = fix should be in the makefile.w32, and uses condition to check if cygwin = is used, do the patch.

steve
= --Apple-Mail-1--42097505-- --===============1481999517== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============1481999517==--