From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by listman.util.phx.redhat.com (8.13.1/8.13.1) with ESMTP id kAP1pSBG023568; Fri, 24 Nov 2006 20:51:28 -0500 Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id kAP1pRRq030597; Fri, 24 Nov 2006 20:51:27 -0500 Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id kAP1p87K016520; Fri, 24 Nov 2006 20:51:08 -0500 Received: from localhost (c-71-202-191-236.hsd1.ca.comcast.net[71.202.191.236]) by comcast.net (sccrmhc13) with ESMTP id <2006112501505201300asil1e>; Sat, 25 Nov 2006 01:51:03 +0000 Received: by localhost (Postfix, from userid 1000) id 76F8D12A4072; Fri, 24 Nov 2006 17:50:52 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17767.41340.447452.347709@gargle.gargle.HOWL> Date: Fri, 24 Nov 2006 17:50:52 -0800 To: raman@users.sourceforge.net In-Reply-To: <17767.33822.3312.940229@gargle.gargle.HOWL> References: <17765.61105.241151.625471@gargle.gargle.HOWL> <17767.33822.3312.940229@gargle.gargle.HOWL> X-Mailer: VM 7.19 under Emacs 22.0.91.4 From: "T. V. Raman" x-attribution: tvr X-RedHat-Spam-Score: 0 X-loop: blinux-list@redhat.com Cc: blinux-list@redhat.com, fdawg@speechinfo.org, blinux-announce@redhat.com, jrvz@comcast.net, emacspeak@cs.vassar.edu Subject: Re: Announcing Emacspeak 25.0 (ActiveDog) X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.5 Precedence: junk Reply-To: raman@users.sourceforge.net, Linux for blind general discussion List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2006 01:51:28 -0000 p.s. I've updated the tarball >>>>> "tvr" == T V Raman writes: tvr> Apologies for that -- just comment out the ls .svn line tvr> in the Makefile for now. tvr> tvr> >>>>>> "James" == James R Van Zandt >>>>>> writes: James> Raman - James> James> I downloaded the new version of emacspeak, but it James> failed to build because .svn isn't included in the James> tarball: James> James> ls .svn> /dev/null && make README ls: .svn: No such James> file or directory make[1]: *** [config] Error 2 James> James> This change lets the build continue: James> James> --- Makefile-orig 2006-11-24 14:56:47.000000000 -0500 James> +++ Makefile 2006-11-24 14:56:59.000000000 -0500 @@ James> -244,7 +244,7 @@ # {{{ User level target-- config James> James> config: - ls .svn> /dev/null && make README + if [ -e James> .svn ]; then make README; fi cd etc; $(MAKE) config James> SRC=$(SRC) cd lisp; $(MAKE) config @echo "Configured James> emacspeak in directory $(SRC). Now type make James> emacspeak" James> James> - Jim Van Zandt tvr> tvr> -- Best Regards, --raman tvr> tvr> tvr> Email: raman@users.sf.net WWW: tvr> http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk: tvr> tv.raman.tv@gmail.com PGP: tvr> http://emacspeak.sf.net/raman/raman-almaden.asc Google: tvr> tv+raman IRC: irc://irc.freenode.net/#emacs tvr> tvr> ----------------------------------------------------------------------------- tvr> To unsubscribe from the emacspeak list or change your tvr> address on the emacspeak list send mail to tvr> "emacspeak-request@cs.vassar.edu" with a subject of tvr> "unsubscribe" or "help" -- Best Regards, --raman Email: raman@users.sf.net WWW: http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk: tv.raman.tv@gmail.com PGP: http://emacspeak.sf.net/raman/raman-almaden.asc Google: tv+raman IRC: irc://irc.freenode.net/#emacs