On Mon, 20 Oct 2003, Lon Baker wrote: > I get the following error: > > cc -c -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp > -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.41\" > -DXS_VERSION=\"0.41\" > "-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE" DNS.c > DNS.xs: In function `XS_Net__DNS__Packet_dn_expand_XS': > DNS.xs:58: error: `MAXDNAME' undeclared (first use in this function) > DNS.xs:58: error: (Each undeclared identifier is reported only once > DNS.xs:58: error: for each function it appears in.) > make: *** [DNS.o] Error 1 >
Looks like panther has an odd resolv.h. I'll take a look once I get a copy of panther. In the meantime, you can configure the package with: perl Makefile.PL --pm and skip the XS bits. Chris (the Net::DNS maintainer). -- Chris Reinhardt -- [EMAIL PROTECTED] -- http://www.dyndns.org/ We had gay burglars the other night. They broke in and rearranged the furniture. --Robin Williams
