all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Build failure - Emacs CVS
@ 2002-09-23  5:08 Dhruva Krishnamurthy
  0 siblings, 0 replies; only message in thread
From: Dhruva Krishnamurthy @ 2002-09-23  5:08 UTC (permalink / raw)


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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-23  5:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-23  5:08 Build failure - Emacs CVS Dhruva Krishnamurthy

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.