- To: emacspeak@xxxxxxxxxxx
- Subject: Re: [emacspeak The Complete Audio Desktop] Update: Emacspeak On Google Code Hosting
- From: Jason White <jasonw@xxxxxxxxxxx>
- Date: Sat, 26 Aug 2006 13:21:41 +1000
- Delivered-To: emacspeak@xxxxxxxxxxx
- In-Reply-To: <7220194.1156552438092.JavaMail.root@xxxxxxxxxxx>
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Mail-Followup-To: emacspeak@xxxxxxxxxxx
- Old-Return-Path: <jasonw@xxxxxxxxxxx>
- Resent-Date: Fri, 25 Aug 2006 23:22:17 -0400 (EDT)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <cAFWJC.A.BME.p577EB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
- User-Agent: mutt-ng/devel-r774 (Debian)
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