I'm setting up a new server completely from scratch on Snow Leopard, Mac OS X 10.6.3, trying to compile Postfix 2.7. During make, I get this:

In file included from dns_lookup.c:152:
dns.h:23:29: error: nameser8_compat.h: No such file or directory
make: *** [dns_lookup.o] Error 1
make: *** [update] Error 1


I haven't seen this come up on the list yet, so I wanted to report this here. A google search found a suggested fix, in /src/util/ sys_defs.h, the following line should be commented out:

#define RESOLVE_H_NEEDS_NAMESER8_COMPAT_H

With this line commented out, I'm able to get a good build. My question is, should I be worried about screwing something up having this line commented out? I'm sure it's there for a reason. (grin)

Thanks.

Reply via email to