On Thu, 19 Feb 2015 14:21:11 +0100, Michael J Gruber
<g...@drmicha.warpmail.net> wrote:

> Jeff, you got it wrong. You should do the hard part and leave the easy
> part to us!
> 
> Thanks anyways, I'll add this to my HP_UX branch.

I did not mention this in earlier mails. When using the HP C-ANSI-C
compiler, MAX_INT is not set.

I had to add
--8<---
#ifndef   SIZE_MAX
#  define SIZE_MAX              (18446744073709551615UL)
/* define SIZE_MAX              (4294967295U) */
#  endif
-->8---

to these files

sha1_file.c
utf8.c
walker.c
wrapper.c

And yes, that could be dynamic and probably be in another header file

-- 
H.Merijn Brand  http://tux.nl   Perl Monger  http://amsterdam.pm.org/
using perl5.00307 .. 5.21   porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/        http://www.test-smoke.org/
http://qa.perl.org   http://www.goldmark.org/jeff/stupid-disclaimers/

Attachment: pgpzl0ap1Jy8W.pgp
Description: OpenPGP digital signature

Reply via email to