[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal won't make on Tru64
Nate Johnson <natejohn@indiana.edu> writes:
> ...did a "make distclean", then did a "./configure --enable-osfc2
> --without-ipv6; make". And am now getting this error:
>
> cc: Error: addr_families.c, line 887: In this declaration, parameter 4
> has a different type than specified in an earlier declaration of this
> function. (mismatparam) krb5_make_addrport (krb5_context context,
> ^
> cc: Error: addr_families.c, line 887: In this declaration, the type of
> "krb5_make_addrport" is not compatible with the type of a previous
> declaration of "krb5_make_addrport" at line number 1828 in file
> ./krb5-protos.h. (notcompat) krb5_make_addrport (krb5_context context,
This is strange. Checking the lines mentioned, both of the arguments
seem to be `int16_t'. Can you replace add `-E' to the command line
when it's trying to build addr_families.c, redirect that into a file
and send me that file? Thanks.
/assar