Installing ProgramV to CentOS

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown Installing ProgramV to CentOS

by Doug-65 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm trying to develop a AMIL program with a rather complex goal in
mind. I want to cobble together several technologies to create a voice
version of A.L.I.C.E. that works on my Asterisk server but i am having
trouble getting programV to work. I finally was able to get
Unicode::String and Unicode::Map8 install but now when I run build.pl
I get compilation failed in require at lib/AMIL/Common.pm and I can't
seem to figure out what I'm missing any hints/suggestions would be
greatly appreciated :)

--
Doug
http://nullvariable.googlepages.com
_______________________________________________
This is the alicebot-general mailing list
Reply to alicebot-general@...
Unsubscribe and change preferences at http://list.alicebot.org/mailman/listinfo/alicebot-general
Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
Learn to read at http://www.literacy.org/

Re: Installing ProgramV to CentOS

by Ernest Lergon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Doug wrote on 11.03.2007 01:22:
> I finally was able to get
> Unicode::String and Unicode::Map8 install but now when I run build.pl
> I get compilation failed in require at lib/AMIL/Common.pm
>

Hi Doug,

according to

http://search.cpan.org/src/JHI/perl-5.8.0/lib/Unicode/README

the needed modules have moved for Perl Version 5.8.++

So please try this patch:

in AIML::Unicode change:

76- $TO_UPPER = _load_case ( 'unicode/To/Upper.pl' );
77- $TO_LOWER = _load_case ( 'unicode/To/Lower.pl' );
78- $TO_TITLE = _load_case ( 'unicode/To/Title.pl' );

76+ $TO_UPPER = _load_case ( 'unicore/To/Upper.pl' );
77+ $TO_LOWER = _load_case ( 'unicore/To/Lower.pl' );
78+ $TO_TITLE = _load_case ( 'unicore/To/Title.pl' );

Moreover please apply the hints / patches / fixes named in

http://list.alicebot.org/pipermail/alicebot-general/2003-September/008468.html
(and follow the links there)

Ernest



_______________________________________________
This is the alicebot-general mailing list
Reply to alicebot-general@...
Unsubscribe and change preferences at http://list.alicebot.org/mailman/listinfo/alicebot-general
Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
Learn to read at http://www.literacy.org/
LightInTheBox - Buy quality products at wholesale price!