Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
>
>>>Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and
>>>thanks to advices from Joerg Anders (thanks a lot), I manage to compile
>>>lilypond 1.6.2 by adding :
>>>
>>>using namespace std;
>>>
>>>at the top of lily/lexer.ll
[EMAIL PROTECTED] writes:
>
> > Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and
> > thanks to advices from Joerg Anders (thanks a lot), I manage to compile
> > lilypond 1.6.2 by adding :
> >
> > using namespace std;
> >
> > at the top of lily/lexer.ll
>
> It did not cause
> Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and
> thanks to advices from Joerg Anders (thanks a lot), I manage to compile
> lilypond 1.6.2 by adding :
>
> using namespace std;
>
> at the top of lily/lexer.ll
It did not cause difference for me. As gcc-3.2 is becoming mor
Hello,
I had the same problems a few weeks ago and posted a workaround to this
mailing-list.
Here is the copy of the original mail :
-
Hello,
Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and
thanks to advices from Joerg Anders (thanks a lot), I manage to com