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