emacs-devel
[Top][All Lists]
Advanced

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

Build failure - Emacs CVS


From: Dhruva Krishnamurthy
Subject: Build failure - Emacs CVS
Date: Mon, 23 Sep 2002 05:08:31 UT

Hi,
 Build failure due to "lisp/net/tramp.el". The variable
 "tramp-unified-filenames" must be included in "loaddefs.el" by putting
 ";;;autoloads". This happens when loading lisp files before dumping
 during "nmake bootstrap" process.
Also, "nmake autoloads" inserts "ECHO is ON' into the generated
"lisp/loaddefs.el". This is due to error in "lisp/makefile.nt":

loaddefs.el:
        echo ;;; loaddefs.el --- automatically extracted autoloads> $@
        echo ;;; Code:>> $@
        echo ^L>> $@
        echo ;;; Local Variables:>> $@
        echo ;;; version-control: never>> $@
        echo ;;; no-byte-compile: t>> $@
        echo ;;; no-update-autoloads: t>> $@
        echo ;;; End:>> $@                               [ERROR CAUSING
        LINE]
        echo ;;; loaddefs.el ends here>> $@

Hope to see the fix soon.

with regards,
dhruva
-- 
Dhruva Krishnamurthy
Home: http://www.geocities.com/gnued/




reply via email to

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