S. Livingston <[EMAIL PROTECTED]> wrote:

> I compiled on Tru64
>     > uname -m -p -r -s -v
>        OSF1 V4.0 878 alpha

> I compiled with the digital compiler, not gcc,
>    DEC C V5.6-075 on Digital UNIX V4.0 (Rev. 878)

> I ran into the inet_pton problem described earlier.

I've committeed this extension to config:

$ perl Configure.pl --define=inet_aton

> ... This installation
> also does
> not have snprintf() so I had to add an #ifdef HAS_SNPRINTF in
> src/spf_render.c
> to use sprintf.

Done too. Despite the comment about possible buffer overflows, *for now*
this is good enough. The buffer is 4096 bytes long. BTW in perlnum.pmc
is the same problem.

> ... In src/embed.c, it did not like
>     if (program_code == MAP_FAILED)
> so I had to change to read like in icu/source/common/umapfile.c
>     if(program_code == ((void *) MAP_FAILED) )

Applied.

> Everything else compiled fine though...

> A few tests failed, I've attached the output from 'make test'.

> -skip

Thanks for reporting,
leo

Reply via email to