Hello,

I tied to install lilypond for the first time and got a compiler error
  when the make file compiled "lily/out/parser.cc" 
  I got the message:
        /usr/local/lib/bison.simple: In function `int yyparse()':
        /usr/local/lib/bison.simple:294: `my_lily_parser_l' undeclared (first use this 
function)
        /usr/local/lib/bison.simple:294: (Each undeclared identifier is reported only 
once
        /usr/local/lib/bison.simple:294: for each function it appears in.)
        /usr/local/lib/bison.simple:294: confused by earlier errors, bailing out

  In "lily/out/parser.cc" my_lily_parser_l is used in the lines
        #define YYPARSE_PARAM my_lily_parser_l
        #define YYLEX_PARAM my_lily_parser_l
        #define THIS ((My_lily_parser *) my_lily_parser_l)

In the whole distribution I did not find where my_lily_parser_l is defined.
What am I doing wrong?

I use:
  Lilypond: 0.1.57
  gcc:  2.7.2
  Computer: sparc-sun-solaris 2.5.1

Thank you.
Eric Bullinger

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Eric Bullinger                Tel:     +41 1 632 4279       
  Institut fuer Automatik       Fax:     +41 1 632 1211       
  ETH-Zentrum / ETL K28         E-Mail: [EMAIL PROTECTED]
  CH-8092 Zuerich               http://www.aut.ee.ethz.ch/~eric
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to