
On 02/22/2010 05:56 PM, Richard Guenther wrote:
On Mon, 22 Feb 2010, Dave Plater wrote:
On 02/22/2010 11:41 AM, Richard Guenther wrote:
On Mon, 22 Feb 2010, Dave Plater wrote:
Hi, I've started getting the following build failure on lilypond factory standard :-
Relating to the following line in ||spacing-spanner.cc :- all = vector<Grob*>::vector<Grob*> (all.begin () + start,
drop the vector<Grob*>:: - constructors should not be called directly.
Richard.
Removing "vector<Grob*>::" fixes the build error but breaks lilypond unfortunately.
Removing it will certainly not break lilypond, the problem must be elsewhere.
Richard.
I've received a reply from lilypond dev Jan Nieuwenhuizen and I quote from his reply "I note that it builds and runs with gcc-4.5.0 from 20091018". With the patch in place lilypond fails on a lily command during the documentation build on both 11.2, which previously succeeded, and standard. From this I conclude that Removing "vector<Grob*>::" breaks lilypond. Jan also pointed out that gcc45 has about 250 regressions, half of them serious ones. I can build an 11.2 lilypond with the patch in place and debug the lily command that fails if it will help? Thanks Dave P -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org