15 Apr
2006
15 Apr
'06
4:05 p.m.
On Sat, Apr 15, 2006 at 11:09:55AM +0200, lars ebeling wrote:
I am running hobbit on HP-UX 11.11 (also known as 11i v1)
cc -g -O -D_REENTRANT -DHPUX -I. -I/home/hobbit/snapshot/include -I/usr/local/include -I. -I../include -c -o rmd160c.o rmd160c.c
rmd160c.c:66:23: sys/cdefs.h: No such file or directory
In file included from rmd_locl.h:66,
from rmd160c.c:72:
ripemd.h:84: error: parse error before "u_int32_t"
I was pretty sure this would break on some systems.
I've hacked this code now, so please give it another try. You need to run "make clean" first, though, if you try to build and there's already a "include/config.h" file.
Henrik