emacs-pretest-bug
[Top][All Lists]
Advanced

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

make bootstrap failed


From: Katsumi Yamaoka
Subject: make bootstrap failed
Date: Thu, 04 Mar 2004 10:53:57 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Hi,

When I performed `make bootstrap' on Emacs CVS head from
scratch, it stopped with the following error:

[...]
for el in /Work/emacs/lisp/emacs-lisp/byte-opt.el 
/Work/emacs/lisp/emacs-lisp/bytecomp.el /Work/emacs/lisp/subr.el 
/Work/emacs/lisp/progmodes/cc-mode.el /Work/emacs/lisp/progmodes/cc-vars.el 
$els; do \
  if test -f $el; \
  then \
    echo Compiling $el; \
    EMACSLOADPATH=/Work/emacs/lisp ../src/bootstrap-emacs -batch --no-site-file 
--multibyte -f batch-byte-compile-if-not-done $el || exit 1; \
  fi \
done
Compiling /Work/emacs/lisp/emacs-lisp/byte-opt.el
Cannot open load file: japan-util
make[1]: *** [compile] error 1
make[1]: Leaving directory `/Work/emacs/lisp'
make: *** [bootstrap] error 2

I don't know why japan-util is required there, but that error
vanishes by using Makefile.in and lisp/Makefile.in of two days
ago (before Stefan Monnier changed them).

Regards,
-- 
Katsumi Yamaoka <address@hidden>





reply via email to

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