|
From: Eric H. <of...@bl...> - 2005-05-05 18:21:01
|
I checked out the above, ran "autogen.sh", and then ran "./configure
--prefix=/usr/local/stow/valgrind-svn". So far, so good. Then I did
"make all check install", which failed because the file
coregrind/demangle/ansidecl.h was missing. (I think that file comes
from gcc.) I imagine that I can grab a copy of that file (and a
couple of others in that directory that are similarly missing) from
somewhere or other, but that doesn't seem like the right thing to do.
What, then, is the recommended way of building valgrind from
Subversion?
--
If there were a little guy running around inside the computer
executing our programs, he would probably have as long and
plaintive a tale to tell about his job as a federal government
employee.
-- Paul Graham
|
|
From: Jeroen N. W. <jn...@xs...> - 2005-05-06 08:12:54
|
> I checked out the above, ran "autogen.sh", and then ran "./configure > --prefix=/usr/local/stow/valgrind-svn". So far, so good. Then I did > "make all check install", which failed because the file > coregrind/demangle/ansidecl.h was missing. FWIW, I have just checked out svn://anonsvn.kde.org/home/kde/trunk/valgrind (note: the trunk, not the tagged version), and it configures and compiles without problems (on x86 debian/sarge). File coregrind/demangle/ansidecl.h is present in the source tree. Regards, Jeroen. |
|
From: Nicholas N. <nj...@cs...> - 2005-05-06 13:09:19
|
On Thu, 5 May 2005, Eric Hanchrow wrote: > I checked out the above, ran "autogen.sh", and then ran "./configure > --prefix=/usr/local/stow/valgrind-svn". So far, so good. Then I did > "make all check install", which failed because the file > coregrind/demangle/ansidecl.h was missing. (I think that file comes > from gcc.) Looks like they got lost in KDE's CVS-->Subversion conversion. I just tried to add them but discovered I don't have permission to commit to that branch! I've told the relevant KDE people, hopefully they'll give me permission soon and it will be fixed soon. Thanks for letting us know about this. > I imagine that I can grab a copy of that file (and a > couple of others in that directory that are similarly missing) from > somewhere or other, but that doesn't seem like the right thing to do. That should be fine as a temporary workaround; grab them from any recent version of Valgrind, I don't think they've changed in a long time. N |
|
From: Nicholas N. <nj...@cs...> - 2005-05-08 14:58:58
|
On Fri, 6 May 2005, Nicholas Nethercote wrote: > Looks like they got lost in KDE's CVS-->Subversion conversion. I just tried > to add them but discovered I don't have permission to commit to that branch! > I've told the relevant KDE people, hopefully they'll give me permission soon > and it will be fixed soon. Thanks for letting us know about this. The KDE people have said they've fixed a lot of these problems up now, so hopefully this will be working again. (I just tried to check but was having network problems...) N |