|
From: Yeshurun, M. <mei...@in...> - 2005-08-17 13:07:55
|
Hi, Is it possible to enable downloading using http? (i.e. svn co *http*://82.138.248.201/valkyrie/trunk valkyrie) This solved my problem when I tried to download Valgrind 3.0 from the SVN repository. Thanks, Meir -----Original Message----- From: val...@li... [mailto:val...@li...] On Behalf Of Donna Robinson Sent: Friday, July 29, 2005 2:21 AM To: val...@li... Subject: [Valgrind-users] Valkyrie-0.9 available We are pleased to release Valkyrie-0.9, an open-source GUI for=20 the Valgrind 3.X line. Version 0.9 is stable enough to be useful. Please download and try it, and let us know what you think. To check out Valkyrie via anonymous, read-only svn access: svn co svn://82.138.248.201/valkyrie/trunk valkyrie To build, follow the instructions in the INSTALL file. Valkyrie is known to build and run on the following platforms: amd64 running SuSE 9.2 x86 running SuSE 9.1, SuSE 9.3 ppc32 running Yellow Dog 4.0.1 Valkyrie is a Qt-based GUI for Valgrind, and is based on=20 Valgrind 3.X's XML output capabilities. Valkyrie is designed for=20 simplicity and ease of use, whilst allowing access to the full=20 range of Valgrind command-line options. Currently it can only=20 deal with output from Memcheck, although work is in progress to=20 handle Cachegrind and Massif too. Also included in Valkyrie is an auxiliary tool which can read=20 XML output from multiple Valgrind (Memcheck) runs, merge them=20 together into a single XML file, and optionally display the=20 merged result in the GUI. There are some screenshots of Valkyrie at=20 http://www.open-works.co.uk/projects/valkyrie.html Donna & Cerion ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Valgrind-users mailing list Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Harry M. <hj...@ta...> - 2005-08-19 17:02:53
|
Some trouble getting valkyrie to compile: $ ./configure --vg-dir=/home/hjm/valgrind/valgrind --qt-lib=/usr/lib/ checking for Qt install path... /usr/lib/qt3 checking for Qt includes ... /usr/include/qt checking thread support... enabled checking for libqt-mt.* in Qt library path... no Error: cannot find Qt thread libraries ( libqt-mt.* ) Rerun configure with --thread=no Rerun configure with --qt-lib=/path/to/qt/libraries. but $ ls -l /usr/lib/libqt* lrwxrwxrwx 1 root root 21 2005-04-20 20:35 /usr/lib/libqthreads.so.12 -> libqthreads.so.12.3.0 -rw-r--r-- 1 root root 3988 2004-12-21 13:17 /usr/lib/libqthreads.so.12.3.0 -rw-r--r-- 1 root root 34004 2005-07-01 17:47 /usr/lib/libqtmcop.a -rw-r--r-- 1 root root 996 2005-07-01 17:47 /usr/lib/libqtmcop.la lrwxrwxrwx 1 root root 18 2005-07-10 19:49 /usr/lib/libqtmcop.so -> libqtmcop.so.1.0.0 lrwxrwxrwx 1 root root 18 2005-07-10 19:49 /usr/lib/libqtmcop.so.1 -> libqtmcop.so.1.0.0 -rw-r--r-- 1 root root 26976 2005-07-01 17:47 /usr/lib/libqtmcop.so.1.0.0 -rw-r--r-- 1 root root 796 2005-04-15 07:18 /usr/lib/libqt-mt.la -rw-r--r-- 1 root root 800 2005-04-15 07:19 /usr/lib/libqt-mt.prl lrwxrwxrwx 1 root root 17 2005-04-19 12:06 /usr/lib/libqt-mt.so -> libqt-mt.so.3.3.4 lrwxrwxrwx 1 root root 17 2005-04-19 12:06 /usr/lib/libqt-mt.so.3 -> libqt-mt.so.3.3.4 lrwxrwxrwx 1 root root 17 2005-04-19 12:06 /usr/lib/libqt-mt.so.3.3 -> libqt-mt.so.3.3.4 -rw-r--r-- 1 root root 7407192 2005-04-15 07:20 /usr/lib/libqt-mt.so.3.3.4 -rw-r--r-- 1 root root 1395 2005-04-03 23:17 /usr/lib/libqtopiakonnector.la -rw-r--r-- 1 root root 253088 2005-04-03 23:53 /usr/lib/libqtopiakonnector.so So what am I missing? (Thinkpad, PIII, Debian unstable) hjm > -----Original Message----- > From: val...@li... > [mailto:val...@li...] On Behalf Of Donna > Robinson > Sent: Friday, July 29, 2005 2:21 AM > To: val...@li... > Subject: [Valgrind-users] Valkyrie-0.9 available > > > We are pleased to release Valkyrie-0.9, an open-source GUI for > the Valgrind 3.X line. Version 0.9 is stable enough to be useful. > Please download and try it, and let us know what you think. > > To check out Valkyrie via anonymous, read-only svn access: > svn co svn://82.138.248.201/valkyrie/trunk valkyrie > To build, follow the instructions in the INSTALL file. > > Valkyrie is known to build and run on the following platforms: > amd64 running SuSE 9.2 > x86 running SuSE 9.1, SuSE 9.3 > ppc32 running Yellow Dog 4.0.1 > > Valkyrie is a Qt-based GUI for Valgrind, and is based on > Valgrind 3.X's XML output capabilities. Valkyrie is designed for > simplicity and ease of use, whilst allowing access to the full > range of Valgrind command-line options. Currently it can only > deal with output from Memcheck, although work is in progress to > handle Cachegrind and Massif too. > -- Cheers, Harry Harry J Mangalam hj...@ta... <<plain text preferred>> |
|
From: Dirk M. <dm...@gm...> - 2005-08-19 17:26:31
|
On Friday 19 August 2005 19:00, Harry Mangalam wrote:
> checking for Qt install path... /usr/lib/qt3
^^^^^^^^^^^^^
> but
> $ ls -l /usr/lib/libqt*
^^^^^^^^^^^^^^^^^^^^
> lrwxrwxrwx 1 root root 17 2005-04-19 12:06 /usr/lib/libqt-mt.so.3 ->
> libqt-mt.so.3.3.4
Do you see the difference?
Dirk
|
|
From: Harry M. <hj...@ta...> - 2005-09-02 21:12:00
|
[sorry for the delay - went fishing] I see /a/ difference - I have all the libqt* libs where I believe they should live and have communicated that to configure as I thought I should have: $ ./configure --vg-dir=/home/hjm/valgrind/valgrind --qt-lib=/usr/lib/ but are you saying that what it really wants is the path to the qt source tree? Or '-dev' tree? Is this also wrapped up in the current confusion of moving from gcc3 ->4: "For sid users: An overview of the KDE C++ ABI transition" @ http://lists.debian.org/debian-kde/2005/08/msg00089.html or is it simply my boneheadedness? hjm Dirk Mueller wrote: > On Friday 19 August 2005 19:00, Harry Mangalam wrote: > >> checking for Qt install path... /usr/lib/qt3 > ^^^^^^^^^^^^^ > >> but >> $ ls -l /usr/lib/libqt* > ^^^^^^^^^^^^^^^^^^^^ >> lrwxrwxrwx 1 root root 17 2005-04-19 12:06 /usr/lib/libqt-mt.so.3 >> -> libqt-mt.so.3.3.4 > > > Do you see the difference? > > > Dirk > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf -- Cheers, Harry Harry J Mangalam hj...@ta... <<plain text preferred>> |