Re: Ares change: IRIX problem

2012-08-27 Thread Daniel Stenberg
On Fri, 24 Aug 2012, Tor Arntsen wrote: The problem is c-ares commit 90364defb038d5 which introduced the file ares_create_query.c, this file uses ns_t_opt from nameser.h On IRIX this is , and ns_t_opt does not exist there. It does exist in the local "nameser.h" file in the c-ares source, but t

Ares change: IRIX problem

2012-08-24 Thread Tor Arntsen
This is strictly speaking a problem with c-ares, but I'm not on that mailing list. I just noticed because autobuilds have started to fail on IRIX. ttp://curl.haxx.se/dev/log.cgi?id=20120824074133-11262#prob1 The problem is c-ares commit 90364defb038d5 which introduced the file ares_create_query.c