walt wrote:
I'm running up-to-date NetBSD HEAD on x86 and for me libproxy-0.2.3 stops with a dereferencing-pointer error just after a warning that getaddrinfo is implicitly defined. It really isn't an implicit definition, though, and the appropriate header file is included in the failing code (url.c), so I can't tell why that warning happens -- but I think it's causing the error. Anyone else seeing this breakage? Thanks.
As a quick hack you can remove the _POSIX_C_SOURCE=1 define in configure.ac. But as I said this is only a hack.
-- Mihai