Hi Asterisk guys, Flite is not working with asterisk 1.6.2.17. Flite is working with asterisk 1.4. Please help me how to use it with asterisk 1.6 ....... Thanks in advance. ----- Thanks and regards Virendra Bhati +91-9172341457 Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110422/d183d59c/attachment.htm>
On 04/22/2011 11:05 AM, virendra bhati wrote:> Hi Asterisk guys, > > Flite is not working with asterisk 1.6.2.17. > Flite is working with asterisk 1.4. > Please help me how to use it with asterisk 1.6 ....... > Thanks in advance.Thers an app_flite module compatible with asterisk 1.6.x and 1.8: http://zaf.github.com/Asterisk-Flite/ ---------------- Lefteris Zafiris
Hi, I already know about that link thanks for update me. But problem come when we start installation of that packages...... [root at cent210 zaf-Asterisk-Flite-5af2b91]# make gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o app_flite.o app_flite.c app_flite.c:39:25: error: flite/flite.h: No such file or directory app_flite.c:51: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?*? token app_flite.c: In function ?app_exec?: app_flite.c:74: error: ?cst_voice? undeclared (first use in this function) app_flite.c:74: error: (Each undeclared identifier is reported only once app_flite.c:74: error: for each function it appears in.) app_flite.c:74: error: ?voice? undeclared (first use in this function) app_flite.c:98: warning: passing argument 1 of ?__ast_app_separate_args? discards qualifiers from pointer target type app_flite.c:138: warning: implicit declaration of function ?flite_init? app_flite.c:139: warning: implicit declaration of function ?register_cmu_us_kal? app_flite.c:140: warning: implicit declaration of function ?flite_text_to_speech? make: *** [app_flite.o] Error 1 You have new mail in /var/spool/mail/root [root at cent210 zaf-Asterisk-Flite-5af2b91]# On Fri, Apr 22, 2011 at 3:20 PM, Lefteris Zafiris <zaf.000 at gmail.com> wrote:> On 04/22/2011 11:05 AM, virendra bhati wrote: > > Hi Asterisk guys, > > > > Flite is not working with asterisk 1.6.2.17. > > Flite is working with asterisk 1.4. > > Please help me how to use it with asterisk 1.6 ....... > > Thanks in advance. > > > Thers an app_flite module compatible with asterisk 1.6.x and 1.8: > > http://zaf.github.com/Asterisk-Flite/ > > > ---------------- > Lefteris Zafiris > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- ----- Thanks and regards Virendra Bhati +91-9172341457 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110422/56126d0b/attachment.htm>
On 04/22/2011 02:09 PM, virendra bhati wrote:> Hi, > > I already know about that link thanks for update me. But problem come when > we start installation of that packages...... > > [root at cent210 zaf-Asterisk-Flite-5af2b91]# make > gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o app_flite.o > app_flite.c > app_flite.c:39:25: error: flite/flite.h: No such file or directoryYou don?t have the flite headers installed in your system. As the README file clearly says they are needed for app_flite in order to compile and load. Install flite either from your distros repos (judging by the hostname i assume you are running centos so you have to search for it in 3rd party repos) or from source. ---------------- Lefteris Zafiris
Hi, from where I get Header file of flite. If you tell me step by step process then it will be easy to get use of such application for me. Yes I am using *CentOS release 5.6*. On Fri, Apr 22, 2011 at 5:10 PM, Lefteris Zafiris <zaf.000 at gmail.com> wrote:> On 04/22/2011 02:09 PM, virendra bhati wrote: > > Hi, > > > > I already know about that link thanks for update me. But problem come > when > > we start installation of that packages...... > > > > [root at cent210 zaf-Asterisk-Flite-5af2b91]# make > > gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes > > -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o > app_flite.o > > app_flite.c > > app_flite.c:39:25: error: flite/flite.h: No such file or directory > > You don?t have the flite headers installed in your system. > As the README file clearly says they are needed for app_flite in order > to compile and load. Install flite either from your distros repos > (judging by the hostname i assume you are running centos so you have to > search for it in 3rd party repos) or from source. > > > ---------------- > Lefteris Zafiris > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110422/9876f1ea/attachment-0001.htm>
On 04/22/2011 03:50 PM, virendra bhati wrote:> Hi, > > from where I get Header file of flite. If you tell me step by step process > then it will be easy to get use of such application for me. > > Yes I am using *CentOS release 5.6*. >You can find flite packages in the Extra Packages for Enterprise Linux (EPEL) repo ( http://fedoraproject.org/wiki/EPEL ). To install that repo read here: http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL To install flite and its header files u just have to run: yum install flite flite-devel The other option (in case u dont want to use 2rd party repos) is to download the source of flite, compile it and install it. ---------------- Lefteris Zafiris
Hi All, Thank you all. Now Flite is working with yum installation and provided package on below link http://zaf.github.com/Asterisk-Flite/ thank you again. On Fri, Apr 22, 2011 at 7:38 PM, Lefteris Zafiris <zaf.000 at gmail.com> wrote:> On 04/22/2011 03:50 PM, virendra bhati wrote: > > Hi, > > > > from where I get Header file of flite. If you tell me step by step > process > > then it will be easy to get use of such application for me. > > > > Yes I am using *CentOS release 5.6*. > > > > You can find flite packages in the Extra Packages for Enterprise Linux > (EPEL) repo ( http://fedoraproject.org/wiki/EPEL ). > To install that repo read here: > http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL > To install flite and its header files u just have to run: > yum install flite flite-devel > > The other option (in case u dont want to use 2rd party repos) is to > download the source of flite, compile it and install it. > > > ---------------- > Lefteris Zafiris > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- ----- Thanks and regards Virendra Bhati +91-9172341457 Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110422/c81e6452/attachment.htm>
Hi, *yum install flite-devel* command is not giving any package in CentOS 5.6 32bit machine. But the same command work on CentOS5.5 64bit machine. Is any other package is required ? On Fri, Apr 22, 2011 at 6:43 PM, Doug Lytle <support at drdos.info> wrote:> Satish Patel wrote: > >> from where I get Header file of flite >> > > Just a guess: > > yum install flite-devel > > Doug > > -- > > Ben Franklin quote: > > "Those who would give up Essential Liberty to purchase a little Temporary > Safety, deserve neither Liberty nor Safety." > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110425/739aa9b0/attachment.htm>