[7070] in Kerberos
Undeclared variables in scc_maybe.c
daemon@ATHENA.MIT.EDU (Ralph Haber)
Fri Apr 12 12:25:26 1996
Date: Fri, 12 Apr 96 11:12 EST
From: Ralph Haber <0006590912@mcimail.com>
To: kerberos mail group <kerberos@MIT.EDU>
I've been hammering my way through the make process on a K5 build, and
am intrigued by the following errors produced during the make. The
offending file is scc_maybe.c located in the /src/lib/krb5/ccache/stdio
directory. I'm attempting to build this on a Sun spar20 running Sol2.3.
Compiler is GCC 2.6.2. From what I can tell, the offending variables
are all in scc_maybe.c.
'krb5_scc_data' undeclared (first use this function)
'data' undelcared (first use this function)
'SCC_OPEN_AND_ERASE' undeclared (first use this function)
'SCC_OPEN_RDWR' undeclared (first use this function)
'SCC_OPEN_RDONLY' undeclared (first use this function)
.
.
.
.
'KRB5_SCC_FVNO1' undeclared (first use this function)
In what file/located where are the above defined? I feel I must be
close to the end of this adventure...just a little more help.......