14 Aug
2007
14 Aug
'07
10:48 p.m.
On Tue, 2007-08-14 at 15:43 -0400, wenjie zheng wrote:
I downloaded the 1.1 night build from here: http://hg.dovecot.org/dovecot/archive/tip.tar.gz
autogen.sh ./configure (with a long list of options) make
I got this error information: ... rpcgen -c /usr/include/rpcsvc/rquota.x |
-e 's/IXDR_PUT/(void)IXDR_PUT/g'
-e 's/int32_t \*buf/int32_t *buf __attr_unused__/' > rquota_xdr.c /bin/sh: line 1: -e: command not found
I don't understand why SED is sometimes set to empty. I've a similar problem in one Solaris system. I just fix this always with "make SED=sed".