From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-05.texas.rr.com ([24.93.47.44] helo=ms-smtp-05-eri0.texas.rr.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1BxdVF-0003O9-00 for ; Wed, 18 Aug 2004 23:22:13 -0400 Received: from tomass (cs24328-50.austin.rr.com [24.243.28.50]) by ms-smtp-05-eri0.texas.rr.com (8.12.10/8.12.7) with ESMTP id i7J3MBBu002908 for ; Wed, 18 Aug 2004 22:22:11 -0500 (CDT) Received: from stivers_t by tomass with local (Exim 4.34) id 1BxdVC-0006oU-Ui for speakup@braille.uwo.ca; Wed, 18 Aug 2004 22:22:10 -0500 Date: Wed, 18 Aug 2004 22:22:10 -0500 To: speakup@braille.uwo.ca Message-ID: <20040819032210.GA27420@tomass.dyndns.org> Mail-Followup-To: speakup@braille.uwo.ca References: <20040817213052.GA1247@linux1.home> <20040818225527.GA13114@linux1.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20040818225527.GA13114@linux1.home> X-Request-PGP: http://tomass.dyndns.org/~stivers_t/pubkey.asc X-Uptime: 5 weeks 3 days 3 hours 15 minutes 43 seconds User-Agent: Mutt/1.5.6+20040803i From: Thomas Stivers X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: speakup and kernel 2.6.8.1 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: Thu, 19 Aug 2004 03:22:14 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Aug 18 2004 at 05:55:27PM -0500, William Hubbs wrote: > > Hi Ryan and all, > > I just attempted to build the kernel I refered to at the start of this thread and got the following messages: The problem is that there is a new header file included in drivers/char/vt.c which one of the speakup patches doesn't recognise. You can just apply the patch by hand by opening vt.c in your favorite editor and inserting the following lines under the line which reads #include The lines to insert are: #include #ifdef CONFIG_SPEAKUP_MODULE #include "speakup/spk_con_module.h" #endif Hope this gets it working for you it compiled fine here, but I haven't done much with the new kernel yet. - -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan Thomas Stivers e-mail: stivers_t@tomass.dyndns.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJBzi5JK61UXLur0RAnvvAJ4x0bZ9oSxWAHfmiv24Fd2gFWWDOgCcDVHN Ny94iIZQW21Q8520GQiapac= =hydh -----END PGP SIGNATURE-----