speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

speech dispatcher from git fails configure when built againstflite 1.4


From: Kholodnyi , Andrei
Subject: speech dispatcher from git fails configure when built againstflite 1.4
Date: Wed, 3 Mar 2010 16:43:55 +0100

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: address@hidden
To: address@hidden
[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]