lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make failing


From: Phil Holmes
Subject: Re: Make failing
Date: Mon, 19 Dec 2011 18:22:50 -0000

----- Original Message ----- From: "Graham Percival" <address@hidden>
To: "David Kastrup" <address@hidden>
Cc: <address@hidden>
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" <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]