From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from adsum.doit.wisc.edu ([144.92.197.210] helo=smtpauth.wiscmail.wisc.edu) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1GkTkg-0002jc-00 for ; Wed, 15 Nov 2006 18:01:06 -0500 Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) id <0J8S00901NXSU700@smtpauth1.wiscmail.wisc.edu> for speakup@braille.uwo.ca; Wed, 15 Nov 2006 17:01:04 -0600 (CST) Received: from majik (mdsnwi13-vlan437-199.dsl.tds.net [66.222.31.199]) by smtpauth1.wiscmail.wisc.edu (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTPSA id <0J8S008L2NXL7D00@smtpauth1.wiscmail.wisc.edu> for speakup@braille.uwo.ca; Wed, 15 Nov 2006 17:01:02 -0600 (CST) Date: Wed, 15 Nov 2006 17:03:52 -0600 From: John Heim Subject: Re: trouble compiling speechd-up 0.4 To: "Speakup is a screen review system for Linux." Message-id: <001401c7090a$54c3ceb0$0701a8c0@majik> Organization: UW-Nadison MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Mailer: Microsoft Outlook Express 6.00.2900.2869 Content-type: text/plain; format=flowed; charset=UTF-8; reply-type=original Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal X-Spam-Report: AuthenticatedSender=yes, SenderIP=66.222.31.199 X-Spam-PmxInfo: Server=avs-6, Version=5.2.1.279297, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.11.15.144933, SenderIP=66.222.31.199 References: <04d001c708fd$65f14fd0$4ba65c90@vv507j> <1163626854.3273.16.camel@chopin> X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: John Heim , "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: Wed, 15 Nov 2006 23:01:06 -0000 ----- Original Message ----- From: "Hynek Hanke" >> John Heim said: >> I have downloaded and unzipped the latest speechd-up code. But when I >> run >> the configure script, I get an error. I cut and pasted the output from >> my >> session below. Note that I cut a lot of lines out of the middle for the >> sake >> of vrevity. At the end it says cpp failed the sanity check. There >> doesn't >> seem to be any useful information in the log. > > Hi John, > > I think either cpp is completely missing on your system or you are using > some very old version. Please upgrade cpp and try again. > Well, cpp is part of gcc, right? I just did a apt-get dist-upgrade a couple of weeks ago. I should be using the current debian/testing. Just to be sure, I did an 'apt-get install cpp'. That upgraded my cpp to 4.1.2 # cpp --version cpp (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. But the configure script still gives me the exact same error.