« HTML content follows »
To all,
I rec'd the following error when trying to install Maildrop on a
Fedora-CORE-1
make[2]: *** [autoresponse.o] Error 1
make[2]: Leaving directory `/usr/local/src/maildrop-1.6.3/maildir'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/maildrop-1.6.3'
make: *** [install-strip] Error 2
How can this me resolved,
-----Original Message-----
From: Sam Varshavchik [mailto:mrs...@courier-mta.com]
Sent: Friday, May 13, 2005 3:29 PM
To: cour...@lists.sourceforge.net
Subject: Re: [maildropl] install error
The first step is to look at the actual errors that preceded the above output,
which is >generally meaningless.
make[2]: Entering directory `/usr/local/src/maildrop-1.6.3/maildir'
Compiling autoresponse.c
autoresponse.c:7:38: autoresponsequota.h: No such file or directory
autoresponse.c: In function `get_quota':
autoresponse.c:291: error: `AUTORESPONSEQUOTA' undeclared (first use in this
function)
autoresponse.c:291: error: (Each undeclared identifier is reported only once
autoresponse.c:291: error: for each function it appears in.)
I ran cat configure | grep autoresponseqouta
and it returned nothing. Does this need to be set?