Archive Index
This month's Index
|
Subject: Re: c-ares 1.5.2 build failure under Mac OS X
Re: c-ares 1.5.2 build failure under Mac OS X
From: Brad House <brad_at_mainstreetsoftworks.com>
Date: Fri, 30 May 2008 10:10:16 -0400
> I tried building c-ares 1.5.2 under Mac OS X (all versions 10.3.9-10.5.3
I can reproduce here...
The reason is because adig.c is missing:
#ifdef HAVE_ARPA_NAMESER_COMPAT_H
Add that in there, and you'll be good to go.
-Brad
|