cURL / Mailing Lists / curl-library / Single Mail

curl-library

AIX ares-enabled autobuilds fail now since recent adds

From: Guenter <lists_at_gknw.net>
Date: Sun, 06 Sep 2009 19:03:15 +0200

Hi Tor,
I see that the AIX builds with ares fail now because of a missing define
in nameser.h:
"../../curl/ares/ares_parse_srv_reply.c", line 122.42: 1506-045 (S)
Undeclared identifier T_SRV.

are there probably newer headers available which might fix this? Or
maybe we can somewhere (setup.h?) add the define for AIX?
Or, maybe we can do something like:
#ifdef __AIX__
#undef HAVE_ARPA_NAMESER_H
#endif

which make the sources use our own nameser.h?

Gün.
Received on 2009-09-06