Samuel Thibault, le Mon 22 Nov 2010 01:36:18 +0100, a écrit : > The automake magic indeed doesn't seem to > be taking sd_flite_LDADD into account at all, I don't know why, but > that's where the bug actually lies.
Ah, I know why: it does, but flite_kal is empty due to the missing attached change. So the flite-1.4-fix.patch patch should be replaced by this change. Samuel
--- speech-dispatcher-0.7/configure.in 2010-06-14 14:30:10.000000000 +0200 +++ ../speech-dispatcher-0.7/configure.in 2010-11-22 01:38:51.000000000 +0100 @@ -90,7 +90,7 @@ AC_CHECK_LIB(flite_cmu_us_kal16, register_cmu_us_kal, flite_ok="true";flite_kal="-lflite_cmu_us_kal16";echo "16-bit Kal Flite voice found. Flite support enabled.", AC_CHECK_LIB(flite_cmu_us_kal, - register_cmu_us_kal, flite_ok="true";flite_libs="-lflite_cmu_us_kal"; + register_cmu_us_kal, flite_ok="true";flite_kal="-lflite_cmu_us_kal"; echo "8-bit Kal Flite voice found. Flite support enabled.", flite_ok="false"; echo "Flite libraries missing. Compiling without Flite support!", -lflite_cmulex -lflite_usenglish -lflite -lm),