speech dispatcher from git fails configure when built againstflite 1.4

Kholodnyi, Andrei Andrei.Kholodnyi at windriver.com
Wed Mar 3 16:43:55 CET 2010


I think the problem is with flite.
Why it is built with asound support?
You want to use SD alsa plugin as an audio output as far as I understand
your config.log

What does 'ldd /usr/lib/libflite.so' tell you?
Are all deps resolved properly?

Andrei.

-----Original Message-----
From: speechd-bounces at lists.freebsoft.org
[mailto:speechd-bounces at lists.freebsoft.org] On Behalf Of Chris Brannon
Sent: Wednesday, March 03, 2010 4:20 PM
To: speechd at lists.freebsoft.org
Subject: Re: speech dispatcher from git fails configure when built
againstflite 1.4

> It appears that we are not linking correctly with the alsa libraries 
> when linking with flite 1.4.

My first thought was that we could just add -lasound in a few places.
E.G., change -lflite -lm to -lflite -lasound -lm.
Of course, that won't work!
So I wonder whether we could move the alsa check in configure.in,
placing it before the flite check?  If libasound is found, set alsa_libs
to -lasound.
Then change -lflite -lm to -lflite $alsa_libs -lm.
Maybe that would be the way to go.

-- Chris

_______________________________________________
Speechd mailing list
Speechd at lists.freebsoft.org
http://lists.freebsoft.org/mailman/listinfo/speechd



More information about the Speechd mailing list