![]()
From: Tom von Alten (tva@hp.com)
Date: Fri Feb 28 2003 - 11:54:43 CST
Replacing <wait.h> with <sys/wait.h> in archive/msg2archive.c
did the trick.
Thanks!
_____________ Hewlett-Packard Co.
Tom von Alten mailto:tva@hp.com
Problem:
>> 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.
Kent's suggestion:
> 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.
![]()