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 kAONjuPo015330; Fri, 24 Nov 2006 18:45:56 -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 kAONjuKZ014009; Fri, 24 Nov 2006 18:45:56 -0500 Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [204.127.200.85]) by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id kAONjtaF026998; Fri, 24 Nov 2006 18:45:55 -0500 Received: from localhost (c-71-202-191-236.hsd1.ca.comcast.net[71.202.191.236]) by comcast.net (sccrmhc15) with ESMTP id <2006112423453401500ptmnse>; Fri, 24 Nov 2006 23:45:44 +0000 Received: by localhost (Postfix, from userid 1000) id 151C812A4072; Fri, 24 Nov 2006 15:45:34 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17767.33822.3312.940229@gargle.gargle.HOWL> Date: Fri, 24 Nov 2006 15:45:34 -0800 To: jrvz@comcast.net In-Reply-To: References: <17765.61105.241151.625471@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, emacspeak@cs.vassar.edu, raman@users.sourceforge.net 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: Fri, 24 Nov 2006 23:45:57 -0000 Apologies for that -- just comment out the ls .svn line in the Makefile for now. >>>>> "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 -- 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