[1727] in Kerberos
where is KRB5-types.h
daemon@ATHENA.MIT.EDU (Abraham Lui)
Sat Jan 18 13:38:09 1992
Date: 16 Jan 92 19:33:04 GMT
From: abraham@hpindda.cup.hp.com (Abraham Lui)
To: kerberos@shelby.Stanford.EDU
When I run 'make world', I receive the following error message:
including in ./lib/asn.1...
if cmp KRB5-types.h ../.././include/krb5/asn.1/KRB5-types.h >/dev/null 2
>&1; then \
echo ; \
else \
rm -f ../.././include/krb5/asn.1/KRB5-types.h ; \
cp KRB5-types.h ../.././include/krb5/asn.1/KRB5-types.h; \
fi
cp: cannot access KRB5-types.h
*** Error code 1 (ignored)
Make: Don't know how to make KRB5_defs.h. Stop.
I am unable to locate the file KRB5-types.h anywhere in the source tree. Does
anyone else has the same problem?