![]()
From: kent landfield (kent@hypermail.org)
Date: Fri Feb 28 2003 - 10:54:11 CST
Tom von Alten writes:
>
> Hey all,
>
> I've got an attachment that says it's "octet-stream," could you
> fix it for me?
>
> Oh wait, that's not my problem. :-)
:)
> I downloaded 2.1.7, unpacked it, configured it a-ok, and got most
> of the way through "make" but augered in here:
>
> cc -DLANG_PROG -g -Ae -Ipcre -DTRIO_MINIMAL -o lang trio.o
> trionan.o triostr.o lang.c -Lpcre -lm -lpcre
> cc -g -Ae -Ipcre -DTRIO_MINIMAL -o msg2archive msg2archive.c
> cpp: "msg2archive.c", line 24: error 4036: Can't open include file
> 'wait.h'.
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
>
> Any suggestions for "what next?" This is on an hp-ux 10.20 system,
> currently running v2.1.5. It's made it through building 'hypermail'
> (and 'mail') but foundered on msg2archive. I see that "added wait.h"
> is in the very last entry in the Changelog. Hmm, hmm.
Ok. I see that configure should check for that and use
#include <sys/wait.h>
instead. Can you do me a favor and hand edit it and see if that's the
only fix needed ? Thanks.
-- Kent Landfield | HYPERMAIL: http://www.hypermail.org/ Email: kent@hypermail.org | RFCS: http://www.faqs.org/rfcs/
![]()