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

Re: [emacspeak The Complete Audio Desktop] Update: Emacspeak On Google Code Hosting



I checked out the svn repository and was able to compile Emacspeak after
patching lisp/Makefile. The fix (which worked for me but may not be what Raman
will decide to do) is attached.

Index: Makefile
===================================================================
--- Makefile	(revision 4114)
+++ Makefile	(working copy)
@@ -44,7 +44,7 @@
 SRC=".."
 # How to run in batch mode
 BATCH = -batch -q -no-site-file
-DEPS=-l $(SRC)/lisp/emacspeak-load-path.el -l $(SRC)/lisp/emacspeak-loaddefs.el -l $(SRC)/lisp/emacspeak-cus-load.el
+DEPS=-l $(SRC)/lisp/emacspeak-load-path.el -l $(SRC)/lisp/emacspeak-loaddefs.el -l $(SRC)/lisp/cus-load.el
 COMPILE =  -f batch-byte-compile
 # How to compile
 %.elc:  %.el

Emacspeak Files | Subscribe | Unsubscribe | Search