Just wondering if anyone else in here has tried compiling 1.6.15 with
OS X 10.3. I can't seem to get the DNS module to compile.
Below is the output:
In file included from ../dns.mod/dns.c:43:
.../dns.mod/coredns.c:163: error: `PACKETSZ' undeclared here (not in a
function)
In file included from ../dns.mod/dns.c:43:
.../dns.mod/coredns.c: In function `dorequest':
.../dns.mod/coredns.c:569: error: `PACKETSZ' undeclared (first use in
this function)
.../dns.mod/coredns.c:569: error: (Each undeclared identifier is
re****ted only once
.../dns.mod/coredns.c:569: error: for each function it appears in.)
.../dns.mod/coredns.c:571: error: `QUERY' undeclared (first use in this
function)
.../dns.mod/coredns.c:571: error: `C_IN' undeclared (first use in this
function)
.../dns.mod/coredns.c: In function `resendrequest':
.../dns.mod/coredns.c:594: error: `T_A' undeclared (first use in this
function)
.../dns.mod/coredns.c:597: error: `T_PTR' undeclared (first use in this
function)
.../dns.mod/coredns.c: In function `parserespacket':
.../dns.mod/coredns.c:713: error: `NOERROR' undeclared (first use in
this function)
.../dns.mod/coredns.c:737: error: `MAXDNAME' undeclared (first use in
this function)
.../dns.mod/coredns.c:756: error: `C_IN' undeclared (first use in this
function)
.../dns.mod/coredns.c:762: error: `T_PTR' undeclared (first use in this
function)
.../dns.mod/coredns.c:769: error: `T_A' undeclared (first use in this
function)
.../dns.mod/coredns.c:871: error: `T_CNAME' undeclared (first use in
this function)
.../dns.mod/coredns.c:896: error: `NXDOMAIN' undeclared (first use in
this function)
.../dns.mod/coredns.c: In function `dns_ack':
.../dns.mod/coredns.c:927: error: `PACKETSZ' undeclared (first use in
this function)
.../dns.mod/coredns.c: In function `dns_check_expires':
.../dns.mod/coredns.c:973: error: `T_PTR' undeclared (first use in this
function)
.../dns.mod/coredns.c:982: error: `T_A' undeclared (first use in this
function)
.../dns.mod/coredns.c: In function `dns_lookup':
.../dns.mod/coredns.c:1007: error: `T_PTR' undeclared (first use in
this function)
.../dns.mod/coredns.c: In function `dns_forward':
.../dns.mod/coredns.c:1044: error: `T_A' undeclared (first use in this
function)
.../dns.mod/dns.c: In function `dns_event_success':
.../dns.mod/dns.c:54: error: `T_PTR' undeclared (first use in this
function)
.../dns.mod/dns.c:57: error: `T_A' undeclared (first use in this
function)
.../dns.mod/dns.c: In function `dns_event_failure':
.../dns.mod/dns.c:68: error: `T_PTR' undeclared (first use in this
function)
.../dns.mod/dns.c:74: error: `T_A' undeclared (first use in this
function)
.../dns.mod/coredns.c: At top level:
.../dns.mod/coredns.c:163: error: storage size of `resrecvbuf' isn't
known
make[2]: *** [../dns.o] Error 1
make[1]: *** [dns.mod_o] Error 2
make: *** [static] Error 2
If you have any ideas, I'm game... ;-) Please e-mail me by adding a
98 to the end of acadiel.
Thanks,
Jon