lilypond-devel
[Top][All Lists]
Advanced

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

Re: compiling lilypond fails


From: David Kastrup
Subject: Re: compiling lilypond fails
Date: Fri, 24 Jun 2016 10:33:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Marc Hohl <address@hidden> writes:

> Hi list,
>
> after a recent "git pull", the call "make -j3" fails with
>
> ---
>
> In file included from slur-engraver.cc:32:0:
> slur-engraver.cc: In static member function 'static void
> Slur_engraver::boot()':
> ./include/translator.icc:115:40: error:
> '&Slur_proto_engraver::listen_slur' is not a valid template argument
> for type 'void (Slur_engraver::*)(Stream_event*)' because it is of
> type 'void (Slur_proto_engraver::*)(Stream_event*)'
>       method_finder<&cl::listen_ ## m> (),                               \
>                                         ^
> slur-engraver.cc:65:3: note: in expansion of macro 'ADD_LISTENER'
>    ADD_LISTENER (Slur_engraver, slur);
>    ^
> ./include/translator.icc:115:40: note: standard conversions are not
> allowed in this context
>       method_finder<&cl::listen_ ## m> (),                               \
>                                         ^
> slur-engraver.cc:65:3: note: in expansion of macro 'ADD_LISTENER'
>    ADD_LISTENER (Slur_engraver, slur);
>    ^
> make[1]: *** [out/slur-engraver.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory `/home/marc/git/lilypond/lily'
> make: *** [all] Fehler 2
>
> ---
>
> The error is reproducable with a fresh git clone
>
> Any ideas?

Well, it got through patchy-staging.  So obviously something is
different with your setup, and you don't give any information about your
setup.  What does g++ --version say?

You used git pull (rather than git pull -r).  That causes a merge rather
than a rebase.  Recent changes in master happened to be reverts which
did not apply cleanly but had to be significantly edited.

Adding merge resolution on top might lead to problems.

Can you try rebasing on master/origin and see whether that helps?

-- 
David Kastrup



reply via email to

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