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/READMEthe 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-generalLearn netiquette at
http://www.dtcc.edu/cs/rfc1855.htmlLearn to read at
http://www.literacy.org/