onsdagen den 27 augusti 2003 02.24 skrev Tom Collins:

[...]

Outstanding work guys!

But I get this with 5.3.26:


make[2]: Leaving directory `/home/oden/RPM/BUILD/vpopmail-5.3.26/cdb'
make[2]: Entering directory `/home/oden/RPM/BUILD/vpopmail-5.3.26'
gcc -I. -Icdb      -Os -march=pentium -Wall -c vpopmail.c
vpopmail.c: In function `open_smtp_relay':
vpopmail.c:2418: `BUFF_SIZE' undeclared (first use in this function)
vpopmail.c:2418: (Each undeclared identifier is reported only once
vpopmail.c:2418: for each function it appears in.)
vpopmail.c:2521: parse error before ';' token
vpopmail.c:2529:1: directives may not be used inside a macro argument
vpopmail.c:2528:22: unterminated argument list invoking macro "unlock_lock"
vpopmail.c:2531: `unlock_lock' undeclared (first use in this function)
vpopmail.c:2531: parse error before "return"
vpopmail.c:2418: warning: unused variable `tmpbuf1'
vpopmail.c:2419: warning: unused variable `tmpbuf2'
vpopmail.c: In function `update_rules':
vpopmail.c:2643: `tmpbuf2' undeclared (first use in this function)
vpopmail.c:2691: `tempstr' undeclared (first use in this function)
make[2]: *** [vpopmail.o] Error 1
make[2]: Leaving directory `/home/oden/RPM/BUILD/vpopmail-5.3.26'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/oden/RPM/BUILD/vpopmail-5.3.26'
make: *** [all-recursive-am] Error 2



Here's my configure line:

./configure \
    --enable-qmaildir=/var/qmail \
    --enable-qmail-newu=/var/qmail/bin/qmail-newu \
    --enable-qmail-inject=/var/qmail/bin/qmail-inject \
    --enable-qmail-newmrh=/var/qmail/bin/qmail-newmrh \
    --enable-vpopuser=vpopmail \
    --enable-vpopgroup=vchkpw \
    --enable-roaming-users=y \
    --enable-tcprules-prog=/usr/bin/tcprules \
    --enable-tcpserver-file=/home/vpopmail/etc/smtp \
    --enable-relay-clear-minutes=360 \
    --enable-learn-passwords=y \
    --enable-md5-passwords=y \
    --enable-auth-logging=y \
    --enable-mysql-logging=n \
    --enable-mysql-limits=n \
    --enable-pgsql-logging=n \
    --enable-clear-passwd=y \
    --enable-users-big-dir=y \
    --enable-logging=p \
    --enable-sqwebmail-pass=y \
    --enable-log-name=vpopmail \
    --enable-domains-dir=domains \
    --enable-incdir= \
    --enable-libdir= \
    --enable-libs= \
    --enable-mysql=n \
    --enable-mysql-replication=n \
    --enable-valias=n \
    --enable-file-locking=y \
    --enable-file-sync=n \
    --enable-make-seekable=y \
    --enable-many-domains=y \
    --enable-ldap=n \
    --enable-oracle=n \
    --enable-postgres=n \
    --enable-sybase=n \
    --enable-active-directory=n \
    --enable-qmail-ext=y \
    --enable-rebuild-tcpserver-file=y \
    --enable-ip-alias-domains=n \
    --enable-passwd=n



Reply via email to