ddd
[Top][All Lists]
Advanced

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

Re: Build failure with today's svn


From: Peter Wainwright
Subject: Re: Build failure with today's svn
Date: Wed, 20 Dec 2006 18:13:06 +0000

On Mon, 2006-12-18 at 14:28 -0500, David Ronis wrote:
> I just tried to build svn version 6836 on an i686-linux box using
> gcc-4.1.1.  The last version I built was:  GNU DDD 3.3.12-test2
> (i686-pc-linux-gnu).  
> 
> I ran ./configure; make
> 
> and after a while got:
> 
> make[2]: Entering directory `/home/ronis/Project/notar/ddd/ddd'
> if /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I.  -I./..
> -isystem /usr/X11R6/include   -O3  -Wall -W -Wwrite-strings
> -march=prescott -ffast-math -funroll-loops -fomit-frame-pointer
> -trigraphs  -MT VSLRead.o -MD -MP -MF ".deps/VSLRead.Tpo" -c -o
> VSLRead.o VSLRead.C; \
>         then mv -f ".deps/VSLRead.Tpo" ".deps/VSLRead.Po"; else rm -f
> ".deps/VSLRead.Tpo"; exit 1; fi
> y.tab.c:343: error: expected unqualified-id before 'delete'
> lex.vsl.c:1550: warning: 'void vslunput(int, char*)' defined but not
> used
> make[2]: *** [VSLRead.o] Error 1
> 

This looks like the same bug as
http://lists.gnu.org/archive/html/ddd/2006-10/msg00006.html. There would
be no problems with a release tarball, because the parser is prebuilt
there.  In the SVN version it is built on your own system using a parser
generator (yacc or bison).  It looks like some versions of bison cause
problems but I have not had time to make a fix.

Peter

> David
> 
> 
> 
> 
> _______________________________________________
> Ddd mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/ddd

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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