[EMAIL PROTECTED] writes:
> Message written at 03 Nov 1998 11:41:44 +0000
> 
> I am attempting to build lilypond 1.0.17 on a Linux machine but it
> fails.  It appears to be in compiling out/parser.cc.  I cannot see an
> error as such but there are many warnings, and the compiler/make says
> error 
>   a) Is this expected?
>   b) how do I proceed?

try adding this to flower/dictionary.hh

  V operator [] (String k) const
    {
      V retval;
      if (elem_b (k))
        retval = ((Dictionary<V>*)this)->elem (k);
      return retval;
    }

> 
> I can see nothing in the documentation with it to explain this error.
> I am using gcc version 2.7.2.1

I will make a .18 that fixes this soon.

> If ypou are the wrong person, please accept my apologies and direct me
> to the correct address.

Could you use the mailing lists for questions? 

-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to