|
From: Nicholas M. L. <nm...@cs...> - 2004-09-09 01:30:44
|
hi all, i'm trying to build valgrind 2.2.0 on a redhat v9 machine, and i get the following problem: ~/valgrind-2.2.0$ make ... (about 20 lines) ... Making all in demangle make[4]: Entering directory `/home/n/nml/valgrind-2.2.0/coregrind/demangle' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../coregrind -I../../coregrind -I../ ../include -I../../include -Winline -Wall -Wshadow -O -fomit-frame-pointer -g -Wno-unused -Wno-shadow -MT cp-demangle.o -MD -MP -MF ".deps/cp-demangle.Tpo" -c -o cp-demangle.o cp-demangle.c; \ then mv -f ".deps/cp-demangle.Tpo" ".deps/cp-demangle.Po"; else rm -f ".deps/cp-d emangle.Tpo"; exit 1; fi make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed. i can't find the file expand.c under the valgrind source tree. The machine is an SMP machine if that makes any difference: ~/valgrind-2.2.0$ uname -a Linux xxx.xxx.xxx.xxx 2.4.20-20.9smp #1 SMP Mon Aug 18 11:32:15 EDT 2003 i686 i686 i386 GNU/Linux I tried building version 2.1.2, and it seemed to have the same problem, although i've previously had version 2.0.0 installed. cheers Nick |