On Fri, 2006-01-13 at 11:47 +0100, Steffen Kaiser wrote:
make[3]: Entering directory
/var/autofs/fb02/prgdist/dovecot/dovecot/dovecot-lda/src/libsieve' /bin/sh ../../ylwrap
test -f 'addr.y' || echo './'`addr.y y.tab.c addr.c y.tab.h addr.h y.output addr.output -- bison -y -d -p addr ../../ylwrap: ../../ylwrap: No such file or directorythe "ylwrap" is actually located in the Dovecot directory, hence, one directory up, so running
ln -s ../ylwrap .
Don't know about this really.. But once Dovecot-LDA gets packaged into tarball this problem doesn't happen since it doesn't need bison at all.
- the wish: It would be nice, if one could compile dovecot-lda right in the CVS locations without the need to give any option, e.g. the default "dovecot" path could be "../dovecot".
Changed.
running ./autogen.sh results in: configure.in:1562: required file
./config.h.in' not found SUBDIRS: variable
DELIVER' is used but `DELIVER' is undefined
Fixed.
^^ Maybe the 2nd error results in that I passed "--without-deliver" to ./configure?
The deliver doesn't get built nowadays anymore at all. And the warning comes before you even run configure.
running ./configure results in: checking for shared library run path origin... ./config.rpath: ./config.rpath: No such file or directory done
Hmh. This file seems to be created by gettextize, but it adds also all sorts of other crap around which Dovecot doesn't need. Seems to be working fine without it too..
running dovecot-lda/autogen.sh results in: configure.in:4: required file `./lda-config.h.in' not found
I think this was because autoheader was run too late. I've changed autogen.sh now to run it earlier.