[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-12-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445211 Paul Floyd changed: What|Removed |Added CC||lopre...@gmail.com --- Comment #16 from Paul

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-06-07 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445211 Paul Floyd changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #14 from Paul Floyd --- Checked on FreeBSD, gmake and gmake check now both work out of tree. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-07 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #13 from Mark Wielaard --- Thanks, it works fine now with the new search paths. Pushed as: commit 2c0fb665699309e1e02a02084324748f46a6c788 Author: Randy MacLeod Date: Tue Oct 16 21:01:04 2018 -0400 Fix out of tree builds. The

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-07 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #12 from Mark Wielaard --- So we were missing a few more search path, but the following seems to make document generation work again with srcdir != builddir --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -124,11 +124,12 @@ LOGFILE =

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-07 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #11 from Mark Wielaard --- (In reply to Mark Wielaard from comment #10) > I also got an issue with the generated vg-entities.xml. > But this was solved by running autoreconf -f instead of ./autogen.sh which I > don't fully understand.

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-07 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=445211 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org Status|REPORTED

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-07 Thread Alexander Kanavin
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #9 from Alexander Kanavin --- I believe you need to re-run autogen.sh. Somehow automake didn't re-do the makefiles with this change for me :-/ -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-07 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #8 from Paul Floyd --- I still have problems with the docs directory. I'll see if Mark W has time to take a look. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-04 Thread Alexander Kanavin
https://bugs.kde.org/show_bug.cgi?id=445211 Alexander Kanavin changed: What|Removed |Added Attachment #143897|0 |1 is obsolete|

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2022-04-04 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #6 from Paul Floyd --- Sorry for the long delay. "gmake" now seems OK in the out of tree directory, but if I run "gmake check" then I get gmake[3]: Entering directory '/usr/home/paulf/scratch/valgrind/build/docs' gmake[3]: *** No rule to

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2021-11-24 Thread Alexander Kanavin
https://bugs.kde.org/show_bug.cgi?id=445211 Alexander Kanavin changed: What|Removed |Added Attachment #143477|0 |1 is obsolete|

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2021-11-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #4 from Paul Floyd --- This fails for mpi (with a 'build' directory in the Valgrind srcdir) In file included from ../../mpi/libmpiwrap.c:99: ../../mpi/../memcheck/memcheck.h:72:10: fatal error: 'valgrind.h' file not found #include

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2021-11-22 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445211 --- Comment #3 from Paul Floyd --- I'll try to test the patch this week and then get back to you. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2021-11-12 Thread Alexander Kanavin
https://bugs.kde.org/show_bug.cgi?id=445211 Alexander Kanavin changed: What|Removed |Added Attachment #143375|0 |1 is obsolete|

[valgrind] [Bug 445211] [PATCH] fix out of tree builds

2021-11-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445211 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd