I'm making kth-krb v0.10.1 on AIX v4.3.2 with AFS 3.4 5.74 (yow!) using xlc.
Things go ok until rxk_locl.c, where it blows up on some of the rx
includes:
xlc -c -DHAVE_CONFIG_H -I../../include -I. -g -I/usr/afsws/include
-I/usr/heimdal/include rxk_locl.c
"/usr/afsws/include/afs/stds.h", line 94.26: 1506-334 (S) Identifier int16 has
already been defined on line 607 of "/usr/include/sys/inttypes.h".
"/usr/afsws/include/afs/stds.h", line 95.24: 1506-334 (S) Identifier u_int16
has already been defined on line 619 of "/usr/include/sys/inttypes.h".
"/usr/afsws/include/afs/stds.h", line 110.26: 1506-334 (S) Identifier int32
has already been defined on line 608 of "/usr/include/sys/inttypes.h".
"/usr/afsws/include/rx/rx_packet.h", line 170.37: 1506-232 (W) Divisor for
modulusor division operator cannot be zero.
"/usr/afsws/include/rx/rx_packet.h", line 170.5: 1506-194 (S) Incomplete type
is not allowed.
"/usr/afsws/include/rx/rx_packet.h", line 171.43: 1506-232 (W) Divisor for
modulusor division operator cannot be zero.
"/usr/afsws/include/rx/rx_packet.h", line 171.5: 1506-194 (S) Incomplete type
is n ot allowed.
"/usr/afsws/include/rx/rx_packet.h", line 180.34: 1506-232 (W) Divisor for
modulus or division operator cannot be zero.
"/usr/afsws/include/rx/rx_packet.h", line 180.5: 1506-194 (S) Incomplete type
is not allowed.
make: The error code from the last command is 1.
Has anyone run across this? It seems to build ok on AIX 4.2.1, so
apparently it's new with 4.3.2 (xlc v3.1.4)...
Thanks. Apologies for folks who see this twice.
Pat Wilson
[EMAIL PROTECTED]