postfix-2.7.1 mail_params.c:531: error: expected expression before '/' token

2010-07-12 Thread Dennis Clarke
I attempted to build from sources and was stopped by an odd error : /opt/csw/gcc4/bin/gcc -DDEF_COMMAND_DIR=/usr/local/sbin -DDEF_DAEMON_DIR=/usr/local/libexec/postfix -DDEF_DATA_DIR=/var/lib/postfix -DDEF_MAILQ_PATH=/usr/local/bin/mailq -DDEF_NEWALIAS_PATH=/usr/local/bin/newaliases -DHAS_DB

Re: postfix-2.7.1 mail_params.c:531: error: expected expression before '/' token

2010-07-12 Thread Wietse Venema
Dennis Clarke: I attempted to build from sources and was stopped by an odd error : /opt/csw/gcc4/bin/gcc -DDEF_COMMAND_DIR=/usr/local/sbin That is not what the INSTALL instructions tell you to do. Wietse

Re: postfix-2.7.1 mail_params.c:531: error: expected expression before '/' token

2010-07-12 Thread Dennis Clarke
Dennis Clarke: I attempted to build from sources and was stopped by an odd error : /opt/csw/gcc4/bin/gcc -DDEF_COMMAND_DIR=/usr/local/sbin That is not what the INSTALL instructions tell you to do. Wietse :-O oh .. let me look closely ... 4.4 - Overriding built-in

Re: postfix-2.7.1 mail_params.c:531: error: expected expression before '/' token

2010-07-12 Thread Stan Hoeppner
Maybe putting them side-by-side will help. Docs: make makefiles CCARGS='-DDEF_CONFIG_DIR=\/some/where\' You: make makefiles CCARGS='-DDEF_COMMAND_DIR=\/usr/local/sbin\ Let's see what I did wrong : You spotted the leading squote but you missed the trailing squote. -- Stan