Andy Dougherty <[EMAIL PROTECTED]> wrote:

> 1.  Configure.pl issues some uninitialized warnings:

Should be fixed now.

> 2.  build_tools/ops2c.pl issues a warning:

>     perl build_tools/ops2c.pl C --core
>     please increase hash_size (2111) in ops2c.pl

> but unfortunately doesn't give any helpful advice on what criteria
> to use to set hash_size or where the magic number 2111 comes from.
> Should it be set to the next highest prime?

Yep. Number is increased and warning is more verbose now.

> 3.  perl5.005 isn't sufficient.  It fails with

>     perl build_tools/c2str.pl src/inter_cb.c > src/inter_cb.str
>     Operation `<<': no method found,
>       left argument in overloaded package Math::BigInt,

Math::BigInt is probably not really necessary. F<build_tools/c2str.pl>
just tries to calulate the same hash value for a string, as
F<src/string.c:HASH_STRING()> does.

Patches welcome.

> 4.  ICU

Is there a precompiled version of ICU for your arch? You'd need the
headers and the libs. Configure has 2 options to use precompiled ICU.

leo

Reply via email to