[fetchmail]fetchmail 6.2.9-rc3 available

Jim Correia jim.correia@pobox.com
Mon, 19 Sep 2005 08:51:20 -0400


On Sep 19, 2005, at 5:28 AM, Matthias Andree wrote:

> There is an report that a 6.2.6-pre8 package didn't build on MacOS X
> (which will be fixed if still present) and I am aware that the MX =20
> alias
> detection code isn't IPv6 aware (this will probably not be fixed and
> rather removed from a future version).

It also appears to be the case that this release doesn't compile on =20
Mac OS X either.

mxget.c: In function =91getmxrecords=92:
mxget.c:64: error: =91HEADER=92 undeclared (first use in this function)

On Mac OS X 10.4.2 it appears the relevant structure is defined in =20
<arpa/nameser_compat.h>.

Including that file gets past the compile stage I also had to add -=20
lresolv to LIBS to get it to link.

I'm not sure what the final patch will look like though.

Jim