From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.math.wisc.edu ([144.92.166.194]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1GkSMc-0001S4-00 for ; Wed, 15 Nov 2006 16:32:10 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mta1.math.wisc.edu (Postfix) with ESMTP id 1235874255 for ; Wed, 15 Nov 2006 15:31:26 -0600 (CST) Received: from mta1.math.wisc.edu ([127.0.0.1]) by localhost (mta1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05957-14 for ; Wed, 15 Nov 2006 15:31:23 -0600 (CST) Received: from ulam.math.wisc.edu (ulam.math.wisc.edu [144.92.166.245]) by mta1.math.wisc.edu (Postfix) with ESMTP id 875687425F for ; Wed, 15 Nov 2006 15:31:23 -0600 (CST) Received: from vv507j (vv507j.math.wisc.edu [144.92.166.75]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ulam.math.wisc.edu (Postfix) with ESMTP id 8175E2BDDF for ; Wed, 15 Nov 2006 15:31:23 -0600 (CST) Message-ID: <04d001c708fd$65f14fd0$4ba65c90@vv507j> From: "John Heim" To: "Speakup is a screen review system for Linux." Subject: trouble compiling speechd-up 0.4 Date: Wed, 15 Nov 2006 15:31:23 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-UWMath-MailScanner: amavisd-new at math.wisc.edu X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 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: Wed, 15 Nov 2006 21:32:10 -0000 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. # ./configure checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... [...]checking dependency style of g++... none checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. At this point I asked it to tisplay config.log: # tail config.log #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LIBSPEECHD_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_DLFCN_H 1 configure: exit 1