----- Original Message ----- From: "Graham Percival" <[email protected]>
To: "David Kastrup" <[email protected]>
Cc: <[email protected]>
Sent: Monday, December 19, 2011 5:58 PM
Subject: Re: Make failing


On Mon, Dec 19, 2011 at 06:04:36PM +0100, David Kastrup wrote:
"Phil Holmes" <[email protected]> writes:

> /home/phil/lilypond-git/lily/score-engraver.cc: In member function
> virtual void Score_engraver::announce_grob(Grob_info)':
> /home/phil/lilypond-git/lily/score-engraver.cc:164: error:
> VALGRIND_PRINTF_BACKTRACE' was not declared in this scope
> make[1]: *** [out/score-engraver.o] Error 1
> make[1]: Leaving directory
> /media/IntelSSD/lilypond/lilypond-git/build/lily'
> make: *** [all] Error 2
>
> +    {if (info.grob ()->name () == "StemStub")
> VALGRIND_PRINTF_BACKTRACE ("foo");

How could that have slipped by Patchy?  Graham?

Because he's got an
 #include "valgrind.h"
above that function, so VALGRIND_PRINTF_BACKTRACE is defined on my
desktop.  If Phil quoted material from a few lines higher, we'd
see whatever message g++ gives when it can't find an included
file.

Cheers,
- Graham


Yeah - warning: valgrind.h.  No such file or directory.

--
Phil Holmes



_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to