Displaying 2 results from an estimated 2 matches for "ixdr_put".
2007 Aug 14
1
Failed to compile dovecot 1.1 nightly build
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
make[4]: *** [rquota_xdr.c] Error 127
make[4]: Leaving directory `/var/home/wzheng/code/vendor/src/plugins/quota'
make[3]: *** [all-recursive] Error 1...
2009 Jul 07
1
[PATCH] Fix VPATH build of RQUOTA support
...akefile $(RQUOTA_X)
+ if "$(srcdir)" != "$(builddir)" ; then cp $(RQUOTA_X) $(builddir) ; fi
(echo '#include "lib.h"'; \
echo '#include <rpc/rpc.h>'; \
- $(RPCGEN) -c $(RQUOTA_X) | \
+ $(RPCGEN) -c $(builddir)/rquota.x | \
sed -e 's/IXDR_PUT/(void)IXDR_PUT/g' \
-e 's,/usr/include/rpcsvc/rquota.h,rquota.h,' \
-e 's/int32_t \*buf/int32_t *buf ATTR_UNUSED/' \