From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id DB4DB1EFC70; Mon, 30 May 2016 19:48:58 -0400 (EDT) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) by befuddled.reisers.ca (Postfix) with ESMTPS id 931B31EFC67 for ; Mon, 30 May 2016 19:48:57 -0400 (EDT) Received: by mail-pa0-x230.google.com with SMTP id eu11so56343727pad.3 for ; Mon, 30 May 2016 16:48:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:references:in-reply-to:subject:date:mime-version :content-transfer-encoding; bh=M90AOI3zbASm/KJw1h8hdLlyQUlp3SpJe0RfDV8PPOI=; b=CpaPLkJ2mbz15y2eYBwK7WSSIhcJRYeXizy3+y2vrpgyAIwHLmAd1JhrlaVn5X2wqK 5pIlX82DJOoVwDXI50xPvCC/10pmCoRXi7T7B/iHpmZYGbPSjXyCaGpiXlIv8FKgDsEC 81PCV+7LGbdb/QWHd5ZFM3waASLIJM/1cEXikHQvbr2cvc/f4P4dLSsyVWcBQg4TQeRs 6nHnBengr1v2Y91XmcHYOontnF8EbJHOLxe8yBYhywmNc1Mm+kd825kLWgTEfCbtu5BL I6nJElHTLVDOGEIEXrPlX3keFjNrl1GtdC1DK8dveciBoxZsQZjtB3x/XBjZf4JqLk5J dK0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:references:in-reply-to :subject:date:mime-version:content-transfer-encoding; bh=M90AOI3zbASm/KJw1h8hdLlyQUlp3SpJe0RfDV8PPOI=; b=HMqC6Hj+RtaDQ77TKCTig9zpBsSorQ6NUt0IDy8R7istoVCqVCWQmNPmaXNCnepfWy QqTXs0gacQkHMpq13QGlGZWTHUeQAH0XwF6QoSA49AxW7ftBA+cd8kVirinSLoPqh82U ENiJlitcj8I8Q0BqQt4F/0PqREvJUyKSCoKubmGLhV6X9+Mj+0CHiYHTcTL4o72uLde1 719ryUxAcKCdg6Baa30Rf3OksOI3upVvkgrXmqZRwXyEGVmLm4oOQqhSx6DQe/WQkrCu BXkJBW0mpwd2KRl4CvWNlhoSXX38Tyj3Go4yFJ/rCZrMIn28WEv/02KoIDA1EJiBoMfu m8Ag== X-Gm-Message-State: ALyK8tJ8aZSi0obrp4pOEHH7XqW9Kalvegw6CwE4sWz88iUKNo95QtPo0Gu3BuRDUbWNdA== X-Received: by 10.66.224.141 with SMTP id rc13mr45177028pac.29.1464652131280; Mon, 30 May 2016 16:48:51 -0700 (PDT) Received: from train (71-8-135-6.dhcp.stcd.mn.charter.com. [71.8.135.6]) by smtp.gmail.com with ESMTPSA id q127sm7005905pfb.34.2016.05.30.16.48.50 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 May 2016 16:48:50 -0700 (PDT) Message-ID: <7E121452CB9345E6909D0F17FF6A3588@train> From: "Rob" To: "Speakup is a screen review system for Linux." References: <31628.1464638948@ccs.covici.com> In-Reply-To: <31628.1464638948@ccs.covici.com> Subject: Re: missing libspeech.h when trying to compile speechd-up Date: Mon, 30 May 2016 18:48:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.17609 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 23:48:59 -0000 wrote: > Hi. I am trying to compile speechd-up on a new system using the latest > speech dispatcher which is 0.8.3 and speechd-up is complaining about > missing libspeech.h, which I assume is something from speech > dispatcher. Did your ./configure --prefix match in both programs? If you just did ./configure make make install with speech-dispatcher, everything went under /usr/local. Speechd-up is probably looking under /usr/lib or somesuch, when, in fact, your libraries are under /usr/local/lib.