I am trying to build Clam-qt on a (virtual) Linux 14.04 LTS 64 bit. Installed all dependencies but when I run ./automake I get this error:
Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here
Makefile.am:46: warning: user target 'distcleancheck' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake target 'distcleancheck' defined here
src/Makefile.am:221: warning: user target '.mm.o' defined here ...
/usr/share/automake-1.14/am/depend2.am: ... overrides Automake target '.mm.o' defined here
what am I doing wrong?
It looks like those are only warnings. It's letting you know that it's messinga round with some of your environment (GZIP_ENV) and makefile targets. If you run ./configure && make after this, does it actually error?
Yes I got an error running ./configure but after taking a close look it had to do with
Berkely DB 4.8.... then I ran:
./configure --with-incompatible-bdb && make and that went OK.
You are right, the ./autogen.sh "errors" were just warnings.
But when I start ./clam-qt I get this error:
error initializing wallet database enviroment /home/username/.clam!