Hi list!

I get the followinbg errors while trying to compile vpopmail (5.2.1 and
5.3.20) on my debian sarge (testing), using this config: ./configure
--enable-tcprules-prog=/usr/bin/tcprules
--enable-tcpserver-file=/etc/tcp.smtp:

...
gcc  -g -O2 -Wall  -o vipmap  vipmap.o libvpopmail.a   -lnsl -lcrypt
gcc -I. -Icdb      -g -O2 -Wall -c vdominfo.c
gcc  -g -O2 -Wall  -o vdominfo  vdominfo.o libvpopmail.a  -lnsl -lcrypt
gcc -I. -Icdb      -g -O2 -Wall -c vconvert.c
In file included from vconvert.c:32:
vmysql.h:50:22: missing terminating " character
vmysql.h:57:35: missing terminating " character
make[2]: *** [vconvert.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.3.20'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.3.20'
make: *** [all-recursive-am] Error 2

Or for 5.2.1
...
gcc -I. -Icdb      -g -O2 -Wall -c vipmap.c
gcc  -g -O2 -Wall  -o vipmap  vipmap.o libvpopmail.a   -lnsl -lcrypt
gcc -I. -Icdb      -g -O2 -Wall -c vdominfo.c
gcc  -g -O2 -Wall  -o vdominfo  vdominfo.o libvpopmail.a  -lnsl -lcrypt
gcc -I. -Icdb      -g -O2 -Wall -c vconvert.c
In file included from vconvert.c:35:
vmysql.h:53:22: missing terminating " character
vmysql.h:60:35: missing terminating " character
make[2]: *** [vconvert.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make: *** [all-recursive-am] Error 2


Any hints?


Thx,

Florian



Reply via email to