emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs-devel Digest, Vol 27, Issue 138


From: djh
Subject: Re: Emacs-devel Digest, Vol 27, Issue 138
Date: Tue, 23 May 2006 15:53:38 +0900

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]