i have upgraded to os x 10.3 (panther)/darwin 7.2.0, and now i cannot make eggdrop. i had v1.6.15 working on os x 10.2. i ran "./configure" and "make config" without any problems, now when i run "make" i get these errors:
gcc -pipe -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DSTATIC -DMAKING_MODS -c .././dns.mod/dns.c
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 reported 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
error: `T_PTR' undeclared (first use in this function)
../dns.mod/coredns.c: In function `dns_forward':
../dns.mod/coredns.c
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
zira:~/eggdrop1.6.15 scar$