Todays (15/4) does not compile
I am running hobbit on HP-UX 11.11 (also known as 11i v1)
CC="cc" CFLAGS="-g -O -D_REENTRANT -DHPUX -I. -Iépwdé/include -I/usr/local/inclu
de" LDFLAGS="" OSDEF="-DHPUX" RPATHOPT="" PCREINCDIR="-I/usr/local/include" SSLF
LAGS="-DBBGEN_SSL" SSLINCDIR="-I/usr/local/include " SSLLIBS="-L/usr/local/lib -
lssl -lcrypto" NETLIBS="-lnsl" BBTOPDIR="/home/hobbit" BBLOGDIR="/var/log/hobbit
" BBHOSTNAME="leopg9" BBHOSTIP="192.168.0.2" BBHOSTOS="hp-ux" make -C lib all
makeÄ1Å: Entering directory é/home/hobbit/snapshot/lib'
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: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"
ripemd.h:84: warning: no semicolon at end of struct or union
ripemd.h:85: warning: data definition has no type or storage class
ripemd.h:86: error: parse error before "data"
ripemd.h:86: warning: data definition has no type or storage class
ripemd.h:88: error: parse error before 'å' token
ripemd.h:88: warning: data definition has no type or storage class
rmd160c.c:88: error: parse error before '*' token
rmd160c.c:92: error: parse error before "RIPEMD160_CTX"
rmd160c.c:92: warning: data definition has no type or storage class
rmd160c.c:93: error: parse error before 'ä' token
rmd160c.c:105: error: parse error before "RIPEMD160_CTX"
.
.
.
.
.
$ su
Password:
find / -name cdefs.h
Regards Lars Ebeling
http://leopg9.no-ip.org Hobbithobbyist
"It is better to keep your mouth shut and appear stupid than to open it and remove all doubt." -- Mark Twain
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
Have you built a new snapshot?
Lars
----- Original Message ----- From: "Henrik Stoerner" <henrik at hswn.dk> To: <hobbit at hswn.dk> 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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" <henrik at hswn.dk> To: <hobbit at hswn.dk> 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (2)
-
henrik@hswn.dk
-
lars.ebeling@leopg9.no-ip.org