> 
> On Mon, 7 Jun 1999 [EMAIL PROTECTED] wrote:
> 
> > The system is SunOS 4.1.4, and has all the required modules/libraries
> > AFAIK. (recently upgraded gcc and libstdc++)  I've tried both htdig
> > 3.1.2 and 3.1.1 with same result.  Below is the error message that I get
> > while compiling.  Could someone tell me what's going wrong and possible
> > fixes?  Thanks.
> 
> > c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
> > -I../htlib -I.. /htcommon -I../db/dist -I../rx/rx -I../include -g -O2
> > Retriever.cc Retriever.cc: In function `void sig_handlers()':
> > Retriever.cc:211: assignment to `void (*)()' from `void (*)(int)'
> 
> The problem is that SunOS 4.1.4 defines these functions (signal handlers)
> differently than almost any other system I've seen. I think if you hunt
> around, you can remove the parameter to the sig_ functions and it will be
> happy. If that's not enough information, let me know and I'll take a
> longer look.

I get this.

If you edit the code and remove the int from the definition parameter list, it 
should compile fine.

Fare Thee Well
Anthony Peacock       
CHIME, Royal Free & University College Medical School
E-Mail: [EMAIL PROTECTED]
WWW:    http://www.chime.ucl.ac.uk/~rmhiajp/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to