
13 Feb
2007
13 Feb
'07
11:37 a.m.
On Tue, 13 Feb 2007 16:11:01 +0530, Gaurav.Jain@iflexsolutions.com said:
# if defined(_AIX) # define ss_family __ss_family # endif
Nice ;)
and line #276 of /boost/asio/error.hpp #elif defined(__MACH__) && defined(__APPLE__) || defined(_AIX) But still errors related to gethostbyaddr_r() and gethostbyname_r() crop up. Please let know if I can continue to work on this and if possible get a resolution.
If you can try 0.3.8 you might find this error goes away, because gethostbyaddr_r and gethostbyname_r are only required if getaddrinfo and getnameinfo are unavailable or don't work correctly. As far as I can tell by googling, these last two functions are available on AIX. Cheers, Chris