Hi.
I just noticed that Emacspeak no longer compiles as of few Github commits. Here is the relevant output I get from "make":
emacs -batch -q -no-site-file -eval '(setq vc-handled-backends nil byte-compile-warnings t)' -l ".."/lisp/emacspeak-load-path.el -l ".."/lisp/emacspeak-loaddefs.el -l ".."/lisp/emacspeak-cus-load.el -l ".."/lisp/g-client/g-load-path.el -f batch-byte-compile emacspeak-bbc.el
Warning: Unknown defun property `special' in emacspeak-should-i-fix-interactive-p
Symbol's function definition is void: emacspeak-xslt-get
make[1]: *** [emacspeak-bbc.elc] Error 255
make: *** [emacspeak] Error 2
XSLT-get seems to be causing the error.