bug-mailutils
[Top][All Lists]
Advanced

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

Re: build failure


From: Jordi Mallach
Subject: Re: build failure
Date: Sun, 13 Oct 2002 13:32:54 +0200
User-agent: Mutt/1.4i

Hi,

On Mon, Oct 07, 2002 at 12:54:08AM +0200, Jordi Mallach wrote:
> I'm having build troubles with today's CVS:
> 
> gcc -Wall -g -O2 -o .libs/sieve sieve.o addr-lex.o addr.o comparator.o 
> imparse.o interp.o message.o parseaddr.o script.o sieve-lex.o sieve-gram.o 
> sieve_err.o svcb.o svctx.o svfield.o svutil.o tree.o util.o  
> ../mailbox/.libs/libmailbox.so ../lib/.libs/libmailutils.al -lcrypt -lpthread 
> -lgdbm
> sieve.o: In function `parser':
> /home/jordi/deb/mailutils/mailutils-20021007/build-tree/mailutils-20021007/build/sieve/../../sieve/sieve.c:177:
>  undefined reference to `addrdebug'
> collect2: ld returned 1 exit status
> 
> Is anyone else seeing this?

In addr.c, there's an if YYDEBUG clause. If YYDEBUG, "addrdebug" gets
declared, but not in the other case. Just declaring it for both cases
fixes the compile.

Jordi
-- 
Jordi Mallach PĂ©rez  --  Debian developer     http://www.debian.org/
address@hidden     address@hidden     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/

Attachment: pgp9LgPaNWKzB.pgp
Description: PGP signature


reply via email to

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