Yep, that fixed me. Thanks so much! ----- Original Message ---- From: "manu@..." <manu@...> To: milter-greylist@yahoogroups.com Sent: Thursday, July 31, 2008 3:40:23 PM Subject: Re: [milter-greylist] 4.1.1 and 4.1.2 compile problem w/ geoip cah4i <cah4i@yahoo. com> wrote: > gcc -g -O2 -Wall -Iyes/include -Iyes/include -DUSE_GEOIP -Iyes/include > -D_XOPEN_SOURCE= 500 -D_BSD_SOURCE -I. -I. -c -o geoip.o geoip.c > In file included from geoip.h:32, > from geoip.c:54: > acl.h:180: error: field `spf_status' has incomplete type Does that patch help? --- geoip.h.orig 2008-07-31 21:39:37.000000000 +0200 +++ geoip.h 2008-07-31 21:38:36.000000000 +0200 @@ -30,4 +30,5 @@ */ +#include "spf.h" #include "acl.h" -- Emmanuel Dreyfus http://hcpnet. free.fr/pubz manu@netbsd. org
Message
Re: [milter-greylist] 4.1.1 and 4.1.2 compile problem w/ geoip
2008-07-31 by Chris Hanes