[alicebot-general] Installing ProgramV to CentOS

Ernest Lergon ernest at virtualitas.net
Sun Mar 11 07:08:45 PST 2007


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





More information about the alicebot-general mailing list