This has been asked and answered many times on the list.

In tai64nlocal.c,

Change
#include <sys/time.h>
to
#include <time.h>



Oscar

At 09:10 AM 7/27/2001 -0600, Alex Leyva, you wrote:
>Hi, im triying to install qmail 1.03 on a Redhat 7.1, when i compile
>daemontools i get the following errors:
>
>./compile tai64nlocal.c
>tai64nlocal.c: In function `main':
>tai64nlocal.c:54: warning: assignment makes pointer from integer without a
>cast
>tai64nlocal.c:55: dereferencing pointer to incomplete type
>tai64nlocal.c:56: dereferencing pointer to incomplete type
>tai64nlocal.c:57: dereferencing pointer to incomplete type
>tai64nlocal.c:58: dereferencing pointer to incomplete type
>tai64nlocal.c:59: dereferencing pointer to incomplete type
>tai64nlocal.c:60: dereferencing pointer to incomplete type
>make: *** [tai64nlocal.o] Error 1
>
>I've tried this with 3 different boxes.
>I've checked tai64nlocal.c and i cant find anything wrong.
>Thanks.

Reply via email to