From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server1.sydlaw.com ([69.93.35.66] helo=server1.sidns.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1BtKDd-0007an-00 for ; Sat, 07 Aug 2004 01:58:13 -0400 Received: from dsl-202-173-132-131.nsw.westnet.com.au ([202.173.132.131] helo=themuso.com) by server1.sidns.com with smtp (Exim 4.34) id 1BtKDc-0006Dm-A0 for speakup@braille.uwo.ca; Sat, 07 Aug 2004 05:58:12 +0000 Date: Sat, 7 Aug 2004 15:57:44 +1000 From: Luke Yelavich To: "Speakup is a screen review system for Linux." Message-ID: <20040807055744.GA19182@luke-laptop.yelavich.home> References: <20040807044038.GA6458@garrettk16.iquest.net> <20040807054957.GA13232@luke-laptop.yelavich.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040807054957.GA13232@luke-laptop.yelavich.home> User-Agent: Mutt/1.4.2.1i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.sidns.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - themuso.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Compiling Flite with gcc-3.3.x and higher X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.4 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 05:58:13 -0000 On Sat, Aug 07, 2004 at 03:49:57PM EST, Luke Yelavich wrote: > Yes. I can't send attachments to the list, but if you write to me privately, > I can give you a patch to fix it. Actually, for everybody who wants it: http://www.themuso.com/const.patch.bz2 Go into the flite directory, and type the following command to patch. # bzcat /path/to/const.patch.bz2 | patch -p0 As the name suggests, it fixes some const stuff that GCC 3.3 needs. and compile. Luke