From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 92.89.35.65.cfl.rr.com ([65.35.89.92] helo=rmnet) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 18zz2Z-0006Cs-00 for ; Mon, 31 Mar 2003 08:09:31 -0500 Received: by rmnet (Postfix, from userid 1000) id C30FB27DD; Mon, 31 Mar 2003 08:12:14 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by rmnet (Postfix) with ESMTP id BD3A4F7C for ; Mon, 31 Mar 2003 08:12:14 -0500 (EST) Date: Mon, 31 Mar 2003 08:12:14 -0500 (EST) From: rmann@rmisp.net X-X-Sender: rmann@rmnet To: speakup@braille.uwo.ca Subject: Re: festival module for Speakup In-Reply-To: <3E880966.6000900@deis.unibo.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: What is the URL for the updated tarball? Thanks. Ryan Mann On Mon, 31 Mar 2003, Matteo Fasanella wrote: > rmann@rmisp.net wrote: > > >Has anybody actually gotten that festival module to work? I checked out > >Speakup from CVS then did the following. > >1. untared speakup-festival.tar into a directory called sp-fest. > >2. changed to the usr sub directory > >3. did cp -r include /usr/include, then cp -r src /usr/src. > >5. changed to the sp-fest/speakup directory and did "cp * > >/usr/src/linux/drivers/char/speakup" > >6. did "make oldconfig" and answered "y" to the Festival module. > >7. make dep, make clean, then make bzimage > > > >make bzImage was where the error was. > > Here is some of the output. > > > >gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes > >-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer > >-pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix > >include -DKBUILD_BASENAME=speakup_drvcommon -c -o speakup_drvcommon.o > >speakup_drvcommon.c > >speakup_drvcommon.c: In function `synth_request_region': > >speakup_drvcommon.c:136: parse error before `struct' > >speakup_drvcommon.c:144: `parent' undeclared (first use in this function) > >speakup_drvcommon.c:144: (Each undeclared identifier is reported only once > >speakup_drvcommon.c:144: for each function it appears in.) > >make[4]: *** [speakup_drvcommon.o] Error 1 > >make[4]: Leaving directory `/usr/src/linux/drivers/char/speakup' > >make[3]: *** [first_rule] Error 2 > >make[3]: Leaving directory `/usr/src/linux/drivers/char/speakup' > >make[2]: *** [_subdir_speakup] Error 2 > >make[2]: Leaving directory `/usr/src/linux/drivers/char' > >make[1]: *** [_subdir_char] Error 2 > >make[1]: Leaving directory `/usr/src/linux/drivers' > >make: *** [_dir_drivers] Error 2 > > > >Thanks. > > > >Ryan Mann > > > > > > It seems like a "missing include" error; from point 5, it seems you used > the "first" version of tarball; but after some posting on the list, I > made a second version of tarball, with some "corrections". > Try with it, and let me know... > > Matteo > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >