Jim Sandoz wrote:
> # /usr/ccs/bin/make solaris
> <snip>
> 
> gcc -I. -g -I../.. -D_BSD_SOURCE  -DSOLARIS2=10 -DIPFILTER_LOG
>   -DIPFILTER_LOOKUP -DIPFILTER_SCAN -DIPFILTER_SYNC -DIPFILTER_CKSUM
>   -c ../../ip_log.c -o i86/ip_log_u.o
> ../../ip_log.c:152: error: array type has incomplete element type
> *** Error code 1

Seems to be specific for (newer?) gccs. In ip_log.c, replace line 150:
# if SOLARIS
by
# if SOLARIS && defined(_KERNEL)

Reply via email to