On Mon, 8 Feb 1999, Shane Y. Gibson wrote:
> CC -c -DDEFAULT_CONFIG_FILE=\"/web/htdig/conf/htdig.conf\" -I../htlib -I../htcommon
>-I../db/dist -I../rx/rx -I../include -g Connection.cc
> "Connection.cc", line 98: error(1164): argument of type "unsigned int *" is
> incompatible with parameter of type "int *"
> if (getpeername(socket, (struct sockaddr *)&server, &length) < 0)
This is a problem with the configure check for the type of &length. It's
fixed in the current development source. If you'd like to fix it
immediately (rather than waiting for 3.1.0 to be released), edit
include/htconfig.h and change GETPEERNAME_LENGTH_T to unsigned int.
I can't say if that will fix all your SGI problems, but it should fix that
one. :-)
Cheers,
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.