[EMAIL PROTECTED] writes:
> I've just patched to .70 and tried to compile. I get the following
> error message.
>
> script.cc: In function `static bool Script::has_interface(Score_element
> *)':
> script.cc:68: no matching function for call to
> `Score_element::has_interface (const char[17])'
> include/score-element.hh:166: candidates are: bool
> Score_element::has_interface(long int)
> script.cc:69: warning: control reaches end of non-void function
> `Script::has_interface(Score_element *)'
> script.cc: In function `static void Script::set_interface(Score_element
> *)':
> script.cc:74: no matching function for call to
> `Score_element::set_interface (const char[17])'
> include/score-element.hh:167: candidates are: void
> Score_element::set_interface(long int)
insert a ly_symbol2scm () calls, it should read
me->XXX_interface (ly_symbol2scm ("foo-interface"))
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu/~hanwen/