Subject: kerberos in the outside world?
To: None <current-users@NetBSD.ORG>
From: noud de brouwer <noud@knot.nl>
List: current-users
Date: 06/23/1997 01:56:25
should i get bones.tar.Z and make? or do we have our own package?

is that kerberosIV-0.5.tar.gz from ftp.unit.no?
when i make the make complains about
#include <sys/cdefs.h>
in endian.h and types.h

i changed that in
/* #include </usr/include/sys/cdefs.h> */
#include </usr/src/sys/arch/i386/include/cdefs.h>

but still to much complaints for me to see what's wrong..
can/will someone help so i can choose a afs?? thanx


this is what the make process tells:
ppp# make
===> ./include
===> ./include/kerberosIV
===> ./include/ss
===> ./include/sys
===> ./tools
===> ./tools/compile_et
gcc -c -DHAVE_CONFIG_H -DHAVE_CONFIG_H -I../../include -I../../lib/com_err -g -O
 compile_et.c
In file included from ../../include/kerberosIV/port-fix.h:10,
                 from ../../include/config.h:94,
                 from compile_et.c:11:
/usr/include/machine/endian.h:64: syntax error before `in_addr_t'
/usr/include/machine/endian.h:64: warning: data definition has no type or storag
e class
/usr/include/machine/endian.h:65: syntax error before `in_port_t'
/usr/include/machine/endian.h:65: warning: data definition has no type or storag
e class
/usr/include/machine/endian.h:68: syntax error before `in_addr_t'
In file included from /usr/include/sys/types.h:47,
                 from /usr/include/stdio.h:45,
                 from compile_et.c:13:
/usr/include/machine/types.h:46: syntax error before `typedef'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
~n