@Weitse. ok, straight out of the box, a $make goes through easily.
1 example line….. cc -I. -I../../include -DBIND_8_COMPAT -DNO_NETINFO -DRESOLVE_H_NEEDS_ARPA_NAMESER_COMPAT_H -DNO_EAI -DHAS_PCRE -I/opt/local/include -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wmissing-prototypes -Wformat -Wno-comment -g -O -I. -DMACOSX -c alldig.c No warning, no errors. But now, even this one won’t work because I’ve changed something… make makefiles CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl -lcrypto” > On 13 Apr 2015, at 12:12, Wietse Venema <wie...@porcupine.org> wrote: > > Robert Chalmers: >> ./sys_defs.h:1761:1: warning: '/*' within block comment [-Wcomment] >> /* Yorktown Heights, NY 10598, USA >> ^ >> ./sys_defs.h:1762:1: warning: '/*' within block comment [-Wcomment] >> /*--*/ > > The Postfix 3.0.0 build procedure issues -Wno-comment which is > supposed to suppresses the above warnings. > > But, you failed to provide an example compiler command line. > >> dict_ni.c:39:10: fatal error: 'netinfo/ni.h' file not found >> #include <netinfo/ni.h> > > The Postfix 3.0.0 build procedure disables the netinfo > client on Darwin 7 (MacOS X 10.3) and later. > > But, you failed to provide an example compiler command line. > > Wietse