|
From: rak <ra...@ho...> - 2005-11-10 21:06:16
|
After downloading the source code from svn co svn://svn.valgrind.org/valgrind/trunk valgrind autogen.sh gives error while running Am doing something wrong ? Do i need to set some flags. Thanks, Rak uname -sa Linux xeon 2.4.21-15.EL #1 SMP Thu Apr 22 00:09:47 EDT 2004 x86_64 x86_64 x86_64 GNU/Linux ./autogen.sh running: aclocal running: autoheader running: automake -a Makefile.am:34: BUILT_SOURCES was already defined in condition TRUE, which implies condition VG_X86_LINUX_TRUE BUILT_SOURCES (User, where = Makefile.am:34) += { TRUE => default.supp valgrind.pc } Makefile.am:35: CLEANFILES was already defined in condition TRUE, which implies condition VG_X86_LINUX_TRUE CLEANFILES (User, where = Makefile.am:35) += { TRUE => } Makefile.am:34: BUILT_SOURCES was already defined in condition TRUE, which implies condition VG_AMD64_LINUX_TRUE BUILT_SOURCES (User, where = Makefile.am:34) += { TRUE => default.supp valgrind.pc VG_X86_LINUX_TRUE => valt_load_address_x86_linux.lds } Makefile.am:35: CLEANFILES was already defined in condition TRUE, which implies condition VG_AMD64_LINUX_TRUE CLEANFILES (User, where = Makefile.am:35) += { TRUE => VG_X86_LINUX_TRUE => valt_load_address_x86_linux.lds } Makefile.am:34: BUILT_SOURCES was already defined in condition TRUE, which implies condition VG_PPC32_LINUX_TRUE BUILT_SOURCES (User, where = Makefile.am:34) += { VG_AMD64_LINUX_TRUE => valt_load_address_amd64_linux.lds TRUE => default.supp valgrind.pc VG_X86_LINUX_TRUE => valt_load_address_x86_linux.lds } . . . |
|
From: Julian S. <js...@ac...> - 2005-11-10 22:15:35
|
You need to upgrade your automake to version 1.7 or later, unfortunately. J On Thursday 10 November 2005 21:02, rak wrote: > After downloading the source code from > svn co svn://svn.valgrind.org/valgrind/trunk valgrind > autogen.sh gives error while running > > Am doing something wrong ? Do i need to set some flags. > > Thanks, > Rak > > uname -sa > Linux xeon 2.4.21-15.EL #1 SMP Thu Apr 22 00:09:47 EDT 2004 x86_64 x86_64 > x86_64 GNU/Linux > > > ./autogen.sh > running: aclocal > running: autoheader > running: automake -a > Makefile.am:34: BUILT_SOURCES was already defined in condition TRUE, which > implies condition VG_X86_LINUX_TRUE > > BUILT_SOURCES (User, where = Makefile.am:34) += > { > TRUE => default.supp valgrind.pc > } > Makefile.am:35: CLEANFILES was already defined in condition TRUE, which > implies condition VG_X86_LINUX_TRUE > CLEANFILES (User, where = Makefile.am:35) += > { > TRUE => > } > Makefile.am:34: BUILT_SOURCES was already defined in condition TRUE, which > implies condition VG_AMD64_LINUX_TRUE > > BUILT_SOURCES (User, where = Makefile.am:34) += > { > TRUE => default.supp valgrind.pc > VG_X86_LINUX_TRUE => valt_load_address_x86_linux.lds > } > Makefile.am:35: CLEANFILES was already defined in condition TRUE, which > implies condition VG_AMD64_LINUX_TRUE > CLEANFILES (User, where = Makefile.am:35) += > { > TRUE => > VG_X86_LINUX_TRUE => valt_load_address_x86_linux.lds > } > Makefile.am:34: BUILT_SOURCES was already defined in condition TRUE, which > implies condition VG_PPC32_LINUX_TRUE > > BUILT_SOURCES (User, where = Makefile.am:34) += > { > VG_AMD64_LINUX_TRUE => valt_load_address_amd64_linux.lds > TRUE => default.supp valgrind.pc > VG_X86_LINUX_TRUE => valt_load_address_x86_linux.lds > } > . > . > . > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your very > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |