emacs-devel
[Top][All Lists]
Advanced

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

bootstrap error


From: Alexander Klimov
Subject: bootstrap error
Date: Wed, 25 Jan 2006 15:17:33 +0200 (IST)

Hi.

During bootstrap of cvs head on cygwin I got well-known
DIRENTRY_NONEMPTY error and fixed it with
-#ifdef MSDOS
+#if defined(MSDOS) || defined(CYGWIN)

Unfortunately, bootstrap still fails in a different place:

[...]
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
[...]
Loading language/utf-8-lang (source)...
Loading language/georgian (source)...
Loading international/ucs-tables (source)...
mv -f emacs.exe bootstrap-emacs.exe
mv: cannot stat `emacs.exe': No such file or directory
make: *** [bootstrap-emacs.exe] Error 1

May be it is related to the `indian.el' bug problem you are working at...

-- 
Regards,
ASK




reply via email to

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