From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from tabby.tabbweb.com ([8.3.40.66]) by speech.braille.uwo.ca with smtp (Exim 3.36 #1 (Debian)) id 1Czg7k-0003RQ-00 for ; Fri, 11 Feb 2005 14:06:40 -0500 Received: (qmail 10171 invoked by uid 223); 11 Feb 2005 19:06:40 -0000 Received: from astrope@tabbweb.com by tabby.tabbweb.com by uid 101 with qmail-scanner-1.21st (clamdscan: 0.71. spamassassin: 2.63. Clear:RC:1(70.81.94.15):. Processed in 0.024735 secs); 11 Feb 2005 19:06:40 -0000 Received: from modemcable015.94-81-70.mc.videotron.ca (HELO ?192.168.192.1?) (70.81.94.15) by tabby.tabbweb.com with SMTP; 11 Feb 2005 19:06:40 -0000 Date: Fri, 11 Feb 2005 14:08:41 -0500 (EST) From: Trevor Astrope To: "Speakup is a screen review system for Linux." In-Reply-To: <20050210225316.GB4627@localhost.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Compile Errors X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 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: Fri, 11 Feb 2005 19:06:40 -0000 On Fri, 11 Feb 2005, Luke Yelavich wrote: > That version of speakup si too old for that kernel version. You will > have to find a patch of a recent version of speakup to use. Thanks Luke. I got the Dec 28 version of speakup from cvs (thanks Kirk!), but I'm still getting the same error with the rhel 2.4.21 kernel. All works fine with a stock 2.4.21 kernel, of course, but not with the rhel kernel. I'm not tied to the rhel kernel for any third party driver support and I don't need a rhel certified kernel. But I do need the rhel distribution for work to test and build new packages for rhel systems. I would like to build a kernel rpm to use to make my own modified speakup rhel distro. Worst case I could do a kickstart install and install my own kernel, but I'd really like to be able to patch the rhel kernel, if for nothing else than the shear satisfaction after investing this much time into it already. Anyway, the 2 lines in speakup.c that are giving the errr are the start_timer function. They are defined in spk_priv.h as: #define start_timer( name ) if ( ! name.entry.prev ) add_timer ( & name ) I don't know why gcc is complaining that the structure has no name `list'. If anyone can help, it would be greatly appreciated! Thanks, Trevor