spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Builing latest cvs fails on FreeBSD 5.3


From: Dan Nelson
Subject: Re: Builing latest cvs fails on FreeBSD 5.3
Date: Tue, 7 Dec 2004 13:45:50 -0600
User-agent: Mutt/1.5.6i

In the last episode (Dec 07), Tony Shadwick said:
> Just a head's up.  I'm building a new server here, and the latest cvs
> fails to build:
> 
> make  all-am
> g++ -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/local/include  -g -O2 -Wall
> -D_THREAD_SAFE -pthread -c -o spamass-milter.o `test -f spamass-milter.cpp
> || echo './'`spamass-milter.cpp
> spamass-milter.cpp: In function `int assassinate(SMFICTX*,
> SpamAssassin*)':
> spamass-milter.cpp:480: error: `SENDMAIL' undeclared (first use this function)

What's the output of configure?  You should see something like:

checking for spamc... /usr/local/bin/spamc
checking for sendmail... /usr/sbin/sendmail
checking for nroff... nroff

Also the fact that you hit line 480 is suspicious.  FreeBSD has
asprintf, so it should have used the code on line 474 instead.  Try
updating to autoconf-2.59_2 and automake-1.9.3 and rerun ./autogen.sh.

-- 
        Dan Nelson
        address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]