lilypond-devel
[Top][All Lists]
Advanced

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

Re: Build failure on OS X: "error: template class without a name"


From: Harmath Dénes
Subject: Re: Build failure on OS X: "error: template class without a name"
Date: Fri, 11 Dec 2009 14:48:24 +0100

> Have you tried the suggested fix from the second thread?
> 
> Something like
> 
> sed -i 's|__vector|lily_vector|g' flower/include/std-vector.hh
> 
> might be worth a try.
> 
> Regards,
> Neil


You are right, according to 
http://www.mail-archive.com/address@hidden/msg29281.html

perl -pi -e 's|__vector|lily_vector|g' flower/include/std-vector.hh

helped. Thanks! Now, the build proceeds, but after a while, I get the following 
error:

flex -Cfe -p -p -oout/lexer.cc lexer.ll
lexer.ll:605: multiple <<EOF>> rules for start condition longcomment
flex: fatal internal error, exec failed
make[1]: *** [out/lexer.cc] Broken pipe
make[1]: *** Deleting file `out/lexer.cc'
make: *** [all] Error 2

What could this be?

thSoft



reply via email to

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