Just did a git pull to update my local copy and after a make clean make config I get the following build failure with make emacspeak.
test -f lisp/emacspeak-loaddefs.el || make config
cd lisp; make
make[1]: Entering directory '/home/tcross/git/emacspeak/trunk-git/lisp'
emacs -batch -q -no-site-file -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 tts.el
Symbol’s value as variable is void: voice-bolden
Makefile:54: recipe for target 'tts.elc' failed
make[1]: *** [tts.elc] Error 255
make[1]: Leaving directory '/home/tcross/git/emacspeak/trunk-git/lisp'
Makefile:190: recipe for target 'emacspeak' failed
make: *** [emacspeak] Error 2
Will revert to earlier commit.
Tim
--