Build failure with today's svn
David Ronis <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Organization | McGill University |
| Message-ID | <[email protected]> |
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
David