Hi all, I am attempting to build emacspeak on my system in preparation for making an ebuild for it for gentoo linux. I have emacs 21.3 installed. The make config step works fine, but I get the following errors in the make emacspeak step: cd lisp; make SRC=/home/wdh/emacspeak-19.0 make[1]: Entering directory `/home/wdh/emacspeak-19.0/lisp' ... emacs -batch -q -no-site-file -l /home/wdh/emacspeak-19.0/lisp/emacspeak-load-path.el -l /home/wdh/emacspeak-19.0/lisp/emacspeak-loaddefs.el -l /home/wdh/emacspeak-19.0/lisp/emacspeak-cus-load.el -f batch-byte-compile emacspeak-speak.el While compiling the end of the data in file /home/wdh/emacspeak-19.0/lisp/emacspeak-speak.el: ** The function `time-less-p' is not known to be defined. Wrote /home/wdh/emacspeak-19.0/lisp/emacspeak-speak.elc Done ... emacs -batch -q -no-site-file -l /home/wdh/emacspeak-19.0/lisp/emacspeak-load-path.el -l /home/wdh/emacspeak-19.0/lisp/emacspeak-loaddefs.el -l /home/wdh/emacspeak-19.0/lisp/emacspeak-cus-load.el -f batch-byte-compile emacspeak-pronounce.el While compiling the end of the data in file /home/wdh/emacspeak-19.0/lisp/emacspeak-pronounce.el: ** The function `calendar-date-string' is not known to be defined. Wrote /home/wdh/emacspeak-19.0/lisp/emacspeak-pronounce.elc Done ... emacs -batch -q -no-site-file -l /home/wdh/emacspeak-19.0/lisp/emacspeak-load-path.el -l /home/wdh/emacspeak-19.0/lisp/emacspeak-loaddefs.el -l /home/wdh/emacspeak-19.0/lisp/emacspeak-cus-load.el -f batch-byte-compile emacspeak-amphetadesk.el While compiling toplevel forms in file /home/wdh/emacspeak-19.0/lisp/emacspeak-amphetadesk.el: !! Symbol's value as variable is void ((w3-mode-map)) Done make[1]: *** [emacspeak-amphetadesk.elc] Error 1 make[1]: Leaving directory `/home/wdh/emacspeak-19.0/lisp' make: *** [emacspeak] Error 2 It appears that emacspeak may require another module that I do not have installed. Can someone tell me what I am missing? Thanks much, William