Xymon Mailing List Archive search

Todays (15/4) does not compile

list Lars Ebeling
Sat, 15 Apr 2006 18:51:05 +0200
Message-Id: <002a01c660ac$c962bad0$user-a73ca09b698f@xymon.invalid>

Downloaded new snapshot and got:

cc -g -O -D_REENTRANT -DHPUX -I. -I/home/hobbit/snapshot/include -I/usr/local/in
clude -I. -I../include    -c -o rmd160c.o rmd160c.c
rmd160c.c: In function éRIPEMD160_Transform':
rmd160c.c:248: error: éq' undeclared (first use in this function)
rmd160c.c:248: error: (Each undeclared identifier is reported only once
rmd160c.c:248: error: for each function it appears in.)
rmd160c.c:249: error: éi' undeclared (first use in this function)
makeÄ1Å: *** Ärmd160c.oÅ Error 1
makeÄ1Å: Leaving directory é/home/hobbit/snapshot/lib'
make: *** Älib-buildÅ Error 2
$
----- Original Message ----- 
From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Saturday, April 15, 2006 6:05 PM
Subject: Re: [hobbit] Todays (15/4) does not compile

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