> On Apr 13, 2015, at 4:16 AM, Robert Chalmers <racu...@icloud.com> wrote: > > So far I have this. > > make makefiles CCARGS='-DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > > CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl > -lcrypto” \ > > AUXLIBS="-L/usr/lib -lsasl2” ' > > > Which seems to be ok - however, upon the end of the build, I get this > > lots and lots of these warnings … followed by the error about netinfo. Which > I believe no longer exists in OS X? > > anyway, any advice to get a clean build will be much appreciated > > ./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] > /*--*/ > ^ > dict_ni.c:39:10: fatal error: 'netinfo/ni.h' file not found > #include <netinfo/ni.h> > ^ > 47 warnings and 1 error generated. > make: *** [dict_ni.o] Error 1 > make: *** [update] Error 1 > zeus:postfix-3.0.0 robert$ >
Builds fine for me (on my test system - production is still on 10.9.x) with: make -f Makefile.init makefiles \ CCARGS='-DUSE_TLS \ -DUSE_SASL_AUTH \ -DDEF_SERVER_SASL_TYPE=\"dovecot\"\ -DDEF_COMMAND_DIR=\"/usr/local/sbin\"\ -DDEF_CONFIG_DIR=\"/usr/local/etc/postfix\"\ -DDEF_DAEMON_DIR=\"/usr/local/libexec/postfix\"\ -DHAS_PCRE -I/usr/local/include' \ AUXLIBS='-L/usr/local/lib -lpcre -lssl -lcrypto’ -- Larry Stone lston...@stonejongleux.com http://www.stonejongleux.com/
smime.p7s
Description: S/MIME cryptographic signature