|
From: Banibrata D. <du...@in...> - 2004-04-16 04:45:14
|
hi, how do i build the latest valgrind version from CVS ? i followed the instructions given, and checked out the valgrind/ module in addition to the 2 necessary kde core modules (i think). beyond that i am able to nothing, because the "./configure" script is not there inside the valgrind/ module. also the meta files necessary to run automake are also not there. could somebody please suggest, how to proceed in this case ? thanks & regards, Banibrata Dutta Hewlett-Packard ISO Pvt. Ltd, 29, Cunningham Road, Bangalore - 560052, India. Tel: +91-80-22051796 |
|
From: Nicholas N. <nj...@ca...> - 2004-04-16 07:21:39
|
On Fri, 16 Apr 2004, Banibrata Dutta wrote: > how do i build the latest valgrind version from CVS ? i followed the > instructions given, and checked out the valgrind/ module in addition to the > 2 necessary kde core modules (i think). beyond that i am able to nothing, > because the "./configure" script is not there inside the valgrind/ module. > also the meta files necessary to run automake are also not there. could > somebody please suggest, how to proceed in this case ? From valgrind.kde.org/cvs.html: If you want a bleeding-edge version of Valgrind, follow these instructions to check out the HEAD from our CVS repository; the modulename is valgrind. Note particularly the information about mirrors. Once you have checked out the code, follow the instructions in the README to install. You only need one module, "valgrind". You need to run "autogen.sh" before ./configure. N |
|
From: Banibrata D. <du...@in...> - 2004-04-16 08:05:04
|
is HEAD a tag ? > -----Original Message----- > From: val...@li... > [mailto:val...@li...] On Behalf > Of Nicholas Nethercote > Sent: Friday, April 16, 2004 12:52 PM > To: Banibrata Dutta > Cc: val...@li... > Subject: Re: [Valgrind-users] how to compile Valgrind ToT > > > On Fri, 16 Apr 2004, Banibrata Dutta wrote: > > > how do i build the latest valgrind version from CVS ? i > followed the > > instructions given, and checked out the valgrind/ module in > addition > > to the 2 necessary kde core modules (i think). beyond that > i am able > > to nothing, because the "./configure" script is not there > inside the > > valgrind/ module. also the meta files necessary to run automake are > > also not there. could somebody please suggest, how to > proceed in this > > case ? > > >From valgrind.kde.org/cvs.html: > > If you want a bleeding-edge version of Valgrind, follow these > instructions to check out the HEAD from our CVS repository; the > modulename is valgrind. Note particularly the information about > mirrors. Once you have checked out the code, follow the > instructions in > the README to install. > > You only need one module, "valgrind". > > You need to run "autogen.sh" before ./configure. > > N > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President > and CEO of GenToo technologies. Learn everything from > fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Valgrind-users mailing list Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |
|
From: Nicholas N. <nj...@ca...> - 2004-04-16 08:18:00
|
On Fri, 16 Apr 2004, Banibrata Dutta wrote: > is HEAD a tag ? Kind of, it's what you get by default with CVS -- so just do "cvs co ..." as normal. N |
|
From: Banibrata D. <du...@in...> - 2004-04-16 08:23:46
|
hi nicholas: just for the records, for now 2.1.1 seems to be working fine for me, = even with STL. note that i use map<>, list<> and it's iterators quite extensivelt, but = no use of the "<" operator explicitly, so i don't think my previous problem = was because of that. that's good news for me. i've just realized the potential of Valgrind. it's easily found some = good Invalid Writes. i am finding it quite useful now. thanks, BD > -----Original Message----- > From: Nicholas Nethercote [mailto:nj...@he...] On=20 > Behalf Of Nicholas Nethercote > Sent: Friday, April 16, 2004 1:48 PM > To: Banibrata Dutta > Cc: val...@li... > Subject: RE: [Valgrind-users] how to compile Valgrind ToT >=20 >=20 > On Fri, 16 Apr 2004, Banibrata Dutta wrote: >=20 > > is HEAD a tag ? >=20 > Kind of, it's what you get by default with CVS -- so just do=20 > "cvs co ..." as normal. >=20 > N >=20 |
|
From: Nicholas N. <nj...@ca...> - 2004-04-16 08:27:32
|
On Fri, 16 Apr 2004, Banibrata Dutta wrote: > just for the records, for now 2.1.1 seems to be working fine for me, even > with STL. > note that i use map<>, list<> and it's iterators quite extensivelt, but no > use of the "<" operator explicitly, so i don't think my previous problem was > because of that. that's good news for me. Thanks for the feedback. Sorry the instructions about installing from CVS were confusing. I just updated them, hopefully it's clearer now. > i've just realized the potential of Valgrind. it's easily found some good > Invalid Writes. i am finding it quite useful now. Great :) Good luck. N |