./configure --with-krb4=/opt/athena --prefix=/opt/cvs
...
make
...
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../lib -I../diff -I../zlib
-I/opt/athena/include    -g -O2 -c -o client.o `test -f client.c || echo
'./'`client.c
client.c: In function `start_tcp_server':
client.c:4120: `client_sai' undeclared (first use in this function)
client.c:4120: (Each undeclared identifier is reported only once
client.c:4120: for each function it appears in.)
client.c:4147: warning: passing arg 6 of `krb_sendauth' discards `const'
from pointer target type
make[3]: *** [client.o] Error 1
...

To fix change "client_sai" on line 4120 and on line 4126 to "sin".

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to