I have FreeBSD 4.10 & sendmail 8.12.11 & bind 9.3.0
After make I got followin:
----
zyx# make
make all-recursive
Making all in src
Making all in include
Making all in libreplace
Making all in libspf2
source='spf_dns_rr.c' object='spf_dns_rr.lo' libtool=yes
depfile='.deps/spf_dns_rr.Plo' tmpdepfile='.deps/spf_dns_rr.TPlo'
depmode=gcc /bin/sh ../../config/depcomp /bin/sh ../../libtool
--mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include
-I../../src -g -O2 -Wall -c -o spf_dns_rr.lo spf_dns_rr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src -g
-O2 -Wall -c spf_dns_rr.c -Wp,-MD,.deps/spf_dns_rr.TPlo -fPIC -DPIC -o
.libs/spf_dns_rr.o
spf_dns_rr.c: In function `SPF_dns_rr_new_nxdomain':
spf_dns_rr.c:48: `NXDOMAIN' undeclared (first use in this function)
spf_dns_rr.c:48: (Each undeclared identifier is reported only once
spf_dns_rr.c:48: for each function it appears in.)
*** Error code 1
----
Can you prompt where to search the cause of problem?
I tried to set LDFLAGS & CPPFLAGS manually to point on
where to search header file with definition of NXDOMAIN
but it did not work.
Oleg Golovanov