[raspberry-vi] Re: issue with the omx audio library and piespeakup

  • From: Mike Ray <mike@xxxxxxxxxxxxxxx>
  • To: raspberry-vi@xxxxxxxxxxxxx
  • Date: Fri, 30 Dec 2016 15:45:08 +0000


You don't need to cd to the src directory.

That's why it doesn't work.

wget http://www.raspberryvi.org/Downloads/ilctts-1.0.0.tar.gz
tar zxvf ilctts-1.0.0.tar.gz
cd ilctts-1.0.0
./configure
make
sudo make install
sudo ldconfig

Nowhere do the instructions say to cd to src.

On 30/12/2016 15:12, Gregory Osborne wrote:

Jack,
You're showing you run configure with the sudo command inserted before:
Sudo ./configure

However, you don't show the same with the make process.

When you do sudo, you're elivating privilleges to that of root, so sudo 
./configure is making all the needed files as root and with root's permisions 
but when you try to make as your normal user, it doesn't have access rights 
to utiliz the files configure made.

You either need to restart the process and not use sudo to do the configure, 
or also do sudo make to elivate privilleges on the make process.

Hope this helps.

- Greg



-----Original Message-----
From: raspberry-vi-bounce@xxxxxxxxxxxxx 
[mailto:raspberry-vi-bounce@xxxxxxxxxxxxx] On Behalf Of Jack Falejjczyk
Sent: Friday, December 30, 2016 9:02 AM
To: raspberry-vi@xxxxxxxxxxxxx
Subject: [raspberry-vi] issue with the omx audio library and piespeakup


*** This is an EXTERNAL email. Please exercise caution. DO NOT open 
attachments or click links from unknown senders or unexpected email. - 
STS-Security***


So, I'm having an issue with installing the omx library and piespeakup so as 
to solve the problem of terminal speech going silent when Mate launches. I 
cloned the ttsprojects repo from github, and run the makefile.
cd ttsprojects/raspberry-pi/libilctts
sudo ./configure
cd src
make
The make process returns an error claiming that Aclocal is missing, but it's 
clearly not because I have automake installed, which includes it. And 
automake/autotools is the latest version according to apt. Any way to solve 
this? This is on the latest Rasbian Lite image on a pi model 3.
===========================================================
The raspberry-vi mailing list
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of 
the Foundation.

Mike Ray, list creator, January 2013

=========================================================== 
The raspberry-vi mailing list 
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of 
the Foundation.

Mike Ray, list creator, January 2013



-- 
Michael A. Ray
Analyst/Programmer
Witley, Surrey, South-east UK

Eyes-free Linux:
http://eyesfreelinux.ninja/

Raspberry VI:
http://www.raspberryvi.org/

=========================================================== 
The raspberry-vi mailing list 
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of the 
Foundation.

Mike Ray, list creator, January 2013

Other related posts: