[1732] in Kerberos
Re: where is KRB5-types.h
daemon@ATHENA.MIT.EDU (Joe Pato)
Mon Jan 20 18:07:38 1992
From: pato@apollo.com (Joe Pato)
Date: Mon, 20 Jan 92 13:27:47 EST
To: abraham@hpindda.cup.hp.com (Abraham Lui)
Cc: kerberos@Athena.MIT.EDU
In-Reply-To: abraham@hpindda.cup.hp.com (Abraham Lui), thu, 16 jan 92 14:33:04
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?
KRB5-types.h is generated by ISODE when processing KRB5-asn.py. I thought the
dependencies were set up so that pepsy is run before trying the "including"
step in ./lib/asn.1. We don't use ISODE for the DCE, we use MAVROS and our
build setup is entirely different (so we don't have this problem).
-- Joe Pato
Cooperative Object Computing Division / East
Hewlett-Packard Company
pato@apollo.hp.com
-------