[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Todays (15/4) does not compile
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Todays (15/4) does not compile
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Sat, 15 Apr 2006 18:05:38 +0200
- References: <001701c6606c$5d3c1170$0500a8c0@noip.org>
- User-agent: Mutt/1.5.9i
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