|
From: Jason C. <co...@cc...> - 2007-02-08 10:42:48
|
Hi All,
Is it possible to apply the omega RC1 patch to the 3.2.3. distro?
I tried downloading the 3.2.3 tar.bz2 version, and the omega RC1 patch.
The patch seems to apply ok, but doing configure/make doesnt build the
omega tool, presumably because I wasn't able to run the autogen.sh
script first to create the appropriate configuration files.
The omega instructions say 'download the svn trunk'- I tried that but I
don't seem to have access to the svn repository via
svn co svn://ano...@sv.../valgrind/trunk valgrind
The connection times out - but this may be a problem at my end, which is
why I was trying to get it to work with the 3.2.3 distro.
Jason
|
|
From: Julian S. <js...@ac...> - 2007-02-08 11:53:31
|
> svn co svn://ano...@sv.../valgrind/trunk valgrind That doesn't look right. You need svn co svn://svn.valgrind.org/valgrind/trunk J |
|
From: Jason C. <co...@cc...> - 2007-02-08 13:05:08
|
Julian Seward wrote: >> svn co svn://ano...@sv.../valgrind/trunk valgrind >> > > That doesn't look right. You need > > svn co svn://svn.valgrind.org/valgrind/trunk > Apolgies - tried that first in fact; had a cut and paste error in the list message. The issue was at our end (firewall wasn't letting the port through). Have got the trunk now (just involved bribing the appropriate system engineer) For what it's worth, I decided to try to use the 3.2.3 code anyway, to see If I could make omega work with the 3.2.3 release tree. I managed to do this by, applying the omega 'patch', copying the 'autogen.sh' script from the trunk into to 3.2.3 distro., running it and then doing the usual 'configure, make, make install' tango. The resultant valgrind seems to have omega, and it 'worked' as far as I can see for 'ls'. Thanks for the help. Jason |