hello richard
iam using redhat linux 9.0
and the ser 0.8.12-1rc6 (i386/linux)
and also python , flite have been installed
--- Richard <richard(a)o-matrix.org> wrote:
What OS and distribution are you using?
-----Original Message-----
From: ser die [mailto:serdiehard@yahoo.com]
Sent: Thursday, September 09, 2004 11:16 PM
To: Richard
Cc: serusers(a)lists.iptel.org
Subject: RE: [Sems] ivr with sems and ser
hello richard ,
when i want to trying out
it gives the following error
IvrEvents.cpp: In member function `virtual void
IvrScriptEventProcessor::run()':
IvrEvents.cpp:74: `usleep' undeclared (first use
this
function)
IvrEvents.cpp:74: (Each undeclared identifier is
reported only once for each
function it appears in.)
make[1]: *** [IvrEvents.o] Error 1
make[1]: Leaving directory
`/root/answer_machine/plug-in/ivr'
make: [all] Error 2 (ignored)
--- Richard <richard(a)o-matrix.org> wrote:
> Can you try checking out a fresh copy from cvs
by
> "cvs co answer_machine"?
>
> > -----Original Message-----
> > From: ser die [mailto:serdiehard@yahoo.com]
> > Sent: Thursday, September 09, 2004 6:33 PM
> > To: Richard
> > Cc: serusers(a)lists.iptel.org
> > Subject: RE: [Sems] ivr with sems and ser
> >
> > Hello Richard,
> >
> > iam going to the directory of the plugin/ivr/
> > and then useing the command cvs update
> >
> > Makefile has not been changed any thing
> >
> > then i gone to the berlios.de /semsivr
> >
> > and then i used the browse cvs option
> > and then i downloaded the Makefile available
still
> > the Makefile is same and when i use the
make
> > the same error it is getting.
> >
> > **********************************************
> > r/include/flite -DIVR_WITH_TTS -c Ivr.cpp -o
> Ivr.o
> > Ivr.cpp: In member function `virtual void
> > IvrDialog::onSessionStart(AmRequest*)':
> > Ivr.cpp:243: no matching function for call to
> > `IvrPython::cancel()'
> > make[1]: *** [Ivr.o] Error 1
> > make[1]: Leaving directory
> > `/root/answer_machine/plug-in/ivr'
> > make: [all] Error 2 (ignored)
> >
> >
***********************************************
> >
> > with regards
> > serdiehard
> >
> >
> >
> >
> > --- Richard <richard(a)o-matrix.org> wrote:
> >
> > > Hi,
> > >
> > > Are you sure that it is the latest cvs
update?
> > >
> > > I committed some changes last weekend. The
new
> > > Makefile is simpler. You just
> > > change two variables, SCRIPT to Perl+ and
TTS to
> y.
> > > No need to
> > > comment/uncomment anything.
> > >
> > > Let me know if you still have problems.
> > >
> > > Richard
> > >
> > >
> > > > -----Original Message-----
> > > > From: serusers-bounces(a)lists.iptel.org
> > > [mailto:serusers-bounces@lists.iptel.org] On
> > > > Behalf Of ser die
> > > > Sent: Thursday, September 09, 2004 1:14 AM
> > > > To: serusers(a)lists.iptel.org
> > > > Subject: [Serusers] RE: [Sems] ivr with
sems
> and
> > > ser
> > > >
> > > > hello richard ,
> > > >
> > > > as per your previous suggestin i got new
cvs
> > > download
> > > >
> > > > but i donot know why the same problem is
> > > presisting
> > > >
> > > > for me is either my system lacks some
thing
for
> that
> >
> > software which i doubt.
> >
> > so now my Make file look like this
> >
>
*****************************************************
> > >
>
> > > > [root@server ivr]# cat Makefile
> > > > plug_in_name = ivr
> > > >
> > > > #
> > > > # perl specific
> > > > #
> > > > # uncomment the next lines if you want to
> script
> > > the
> > > > ivr with perl scripts
> > > > # put used Perl modules here, e.g. time,
mysql
> > > etc.
> > > > PERL_DYNLOAD_MODULES =
> > > /usr/lib/perl/5.8/auto/IO/IO.so
> > > > /usr/lib/perl/5.8/auto/Fcntl/Fcntl.so \
> > > > /usr/lib/perl/5.8/auto/Socket/Socket.so
> > > > /usr/lib/perl/5.8/auto/DBI/DBI.so \
> > > >
> /usr/lib/perl/5.8/auto/Sys/Hostname/Hostname.so
> > > >
/usr/lib/perl/5.8/auto/Sys/Syslog/Syslog.so \
> > > >
/usr/lib/perl/5.8/auto/Sys/Syslog/Syslog.so
> > > > > /usr/lib/perl5/auto/Date/Calc/Calc.so \
> > > >
/usr/lib/perl/5.8/auto/MIME/Base64/Base64.so
> > > > > /usr/lib/perl/5.8/auto/POSIX/POSIX.so \
> > > >
/usr/lib/perl/5.8/auto/Time/HiRes/HiRes.so
> > > > > /usr/lib/perl/5.8/auto/Cwd/Cwd.so \
> > > > > /usr/lib/perl5/auto/Bit/Vector/Vector.so
> > > > > /usr/lib/perl5/auto/DBD/mysql/mysql.so \
> > > >
/usr/lib/perl/5.8/auto/Data/Dumper/Dumper.so
> > > >
/usr/lib/perl/5.8/auto/File/Glob/Glob.so
> > > >
> > > > PERL_module_ldflags = `perl
-MExtUtils::Embed
> -e
> > > > ldopts` -DPERL_IMPLICIT_CONTEXT \
> > > > $(PERL_DYNLOAD_MODULES)
> > > > PERL_module_cflags = -DIVR_PERL `perl
> > > > -MExtUtils::Embed -e ccopts `
> > > -DPERL_IMPLICIT_CONTEXT
> > > >
> > > > #
> > > > # flite text to speech
> > > > #
> > > > # uncomment the next lines if you want to
have
> > > flite
> > > > text-to-speech (ivr.say("Hello there"); )
> > > > FLITE_DIR = /usr/src/flite-1.2-release
> > > > ALT_FLITE_DIR = /usr/include/flite
> > > > IVR_TTS_module_ldflags =
-L$(FLITE_DIR)/lib
> -lm
> > > > -lflite_cmu_us_kal -lflite_usenglish \
> > > > -lflite_cmulex -lflite
> > > > IVR_TTS_module_cflags =
-I$(FLITE_DIR)/include
> > > > -I$(ALT_FLITE_DIR)
-DIVR_WITH_TTS
> > > >
> > > >
> > > > LOCAL_INCLUDES =
-I$(FLITE_DIR)/lang/usenglish
=== message truncated ===
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail