unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: CVS emacs bootstrap problem: cannot open encoded-kb
@ 2006-05-18  1:38 Steven Wu
  2006-05-18  3:37 ` Eli Zaretskii
  2006-05-18  9:59 ` Jason Rumney
  0 siblings, 2 replies; 8+ messages in thread
From: Steven Wu @ 2006-05-18  1:38 UTC (permalink / raw)
  Cc: offby1


[-- Attachment #1.1: Type: text/plain, Size: 1703 bytes --]


>
> From: Eric Hanchrow <offby1@blarg.net>
> 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 <wus@qwest.net> 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

[-- Attachment #1.2: Type: text/html, Size: 6236 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread
* CVS emacs bootstrap problem: cannot open encoded-kb
@ 2006-05-17  8:06 Steven Wu
  2006-05-17 15:36 ` Eric Hanchrow
  0 siblings, 1 reply; 8+ messages in thread
From: Steven Wu @ 2006-05-17  8:06 UTC (permalink / raw)


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

steve

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-05-18 18:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-18  1:38 CVS emacs bootstrap problem: cannot open encoded-kb Steven Wu
2006-05-18  3:37 ` Eli Zaretskii
     [not found]   ` <9D16FF6A-A0AE-45D3-8F75-240FB286F49C@qwest.net>
2006-05-18 18:57     ` Eli Zaretskii
2006-05-18  9:59 ` Jason Rumney
  -- strict thread matches above, loose matches on Subject: below --
2006-05-17  8:06 Steven Wu
2006-05-17 15:36 ` Eric Hanchrow
2006-05-18 10:21   ` Juanma Barranquero
2006-05-18 10:32     ` Lennart Borgman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).