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?

Thanks,

Marc

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to