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 1HMyf0-0005WZ-00 for ; Thu, 01 Mar 2007 22:42:22 -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 <0JE900703BMCQ100@smtpauth1.wiscmail.wisc.edu> for speakup@braille.uwo.ca; Thu, 01 Mar 2007 21:42:12 -0600 (CST) Received: from majik (mdsnwi13-vlan437-175.dsl.tds.net [66.222.31.175]) by smtpauth1.wiscmail.wisc.edu (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTPSA id <0JE90066PBMBQB00@smtpauth1.wiscmail.wisc.edu> for speakup@braille.uwo.ca; Thu, 01 Mar 2007 21:42:12 -0600 (CST) Date: Thu, 01 Mar 2007 21:42:20 -0600 From: John Heim Subject: problems compiling speechd-up To: "Speakup is a screen review system for Linux." Message-id: <001701c75c7c$c932acb0$0701a8c0@majik> Organization: UW-Nadison MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Mailer: Microsoft Outlook Express 6.00.2900.3028 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-Spam-Report: AuthenticatedSender=yes, SenderIP=66.222.31.175 X-Spam-PmxInfo: Server=avs-7, Version=5.2.1.279297, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.1.192935, SenderIP=66.222.31.175 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: Fri, 02 Mar 2007 03:42:23 -0000 I'm having trouble compiling speechd-up. I'm following the instructions here: http://www.freebsoft.org/doc/speechd-up/speechd-up_1.html I've gotten through steps 1-4 with no problems. I installed speech-dispatcher via apt-get. It seems to have installed 0.6.1. And it works. I am no on step 5compiling speechd-up. When I get to the make all step, it fails, see the error message below. # wget http://www.freebsoft.org/pub/projects/speechd-up/speechd-up-0.4.tar.gz # tar -zxf speechd-up-0.4.tar.gz # cd speechd-up-0.4/ # ./configure # make all make all-am make[1]: Entering directory `/usr/src/speechd-up-0.4' /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -o speechd-up speechd_up-s peechd-up.o speechd_up-options.o -lspeechd libtool: link: warning: library `/usr/lib/gcc/i486-linux-gnu/4.1.2/../../..//lib speechd.la' was moved. libtool: link: warning: library `/usr/lib/gcc/i486-linux-gnu/4.1.2/../../..//lib speechd.la' was moved. libtool: link: cannot find the library `/usr/lib/libglib-2.0.la' make[1]: *** [speechd-up] Error 1 make[1]: Leaving directory `/usr/src/speechd-up-0.4' make: *** [all] Error 2