emacs-devel
[Top][All Lists]
Advanced

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

Re: Boostrap error


From: Lennart Borgman
Subject: Re: Boostrap error
Date: Tue, 9 Nov 2004 19:52:09 +0100

----- Original Message ----- 
From: "Jan D." <address@hidden>

: If I cd to /cygdrive/d/src/emacs-cygwin and make bootstrap I get the old
: message abount encoded-kb not found.
:
: If I cd to /d/src/emacs-cygwin and make bootstrap I get:
:
: "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l
: autoload \
:          --eval '(setq find-file-hook nil \
:                  find-file-suppress-same-file-warnings t \
:                  generated-autoload-file \
:                    "/d/src/emacs-cygwin/lisp/loaddefs.el")' \
:          -f batch-update-autoloads /d/src/emacs-cygwin/lisp calc calendar
: emacs-lisp emulation eshell gnus international language mail mh-e net
obsolete
: play progmodes term textmodes toolbar url
: handler expand-file-name (subdirs.el /:/d/src/emacs-cygwin/lisp)
: Wrong type argument: number-or-marker-p, nil
: Signal 127
: make[1]: *** [autoloads] Error 255
: make[1]: Leaving directory `/d/src/emacs-cygwin/lisp'
: make: *** [bootstrap-gmake] Error 2

Please look at the regexp in the beginning of the file I attached before. I
was uncertain of whether to use "cygdrive" or "cygwin", I do not use Cygwin
myself. This can maybe explain the first error.

In the second case I am confused. I do not believe it can come from
w32-cygdrive-name-handler in the version I sent you since the first submatch
could not be empty. I searched the makefiles and the *.el files in the lisp
subdirectory. Could it maybe come from the following lines in startup.el?

    (dolist (dir load-path)
      (let ((default-directory dir))
         (load (expand-file-name "subdirs.el") t t t))
      (let ((default-directory dir))
         (load (expand-file-name "leim-list.el") t t t)))

Maybe you could just put in a (message "dir=%s" dir) as the first thing in
the dolist above in startup.el  and see what it says?

- Lennart





reply via email to

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