On Fri, Jun 18, 2004 at 05:56:29AM -0000, [EMAIL PROTECTED] wrote:
> Author: jm
> Date: Thu Jun 17 22:56:28 2004
> New Revision: 21408
> 
> Added:
>    incubator/spamassassin/trunk/spamc/version.h.pl   (contents, props changed)
> Modified:
>    incubator/spamassassin/trunk/MANIFEST
>    incubator/spamassassin/trunk/Makefile.PL
>    incubator/spamassassin/trunk/spamc/configure.pl
>    incubator/spamassassin/trunk/spamc/spamc.c
>    incubator/spamassassin/trunk/spamc/version.h.in
> Log:
> bug 3509: make building spamc easier for packagers with new version.h.pl 
> script
> 
I don't think it's that big of a deal, but I had to do a make clean
after updating to this rev.  Here is the error:

gcc  -Wall -g -O2 spamc/spamc.c spamc/libspamc.c spamc/utils.c \
        -o spamc/spamc   -ldl
spamc/spamc.c: In function `print_version':
spamc/spamc.c:97: error: `VERSION_STRING' undeclared (first use in
this function)
spamc/spamc.c:97: error: (Each undeclared identifier is reported only
once
spamc/spamc.c:97: error: for each function it appears in.)
make[1]: *** [spamc/spamc] Error 1


Once I did make clean all was well.

Michael

Reply via email to