Joerg Behrens <[EMAIL PROTECTED]> writes:

> im trying to compile lilypond 2.10.0 on a IRIX machine which have the
> mips pro 7.4.4 compiler installed. I get the following error:

If you really want to try not using GCC, as an experiment, you can try

> cc-3375 CC: ERROR File = ./include/std-vector.hh, Line = 184
>   The parameter "less" is not a template.
>
>                Compare less=less<T> (),
>                             ^

using another identifier name, eg, lss = less<T>,

> cc-1020 CC: ERROR File = ./include/std-vector.hh, Line = 260
>   The identifier "string" is undefined.
>
>   vector<string> string_split (string str, char c);
>          ^

and add an include for <string>

> Someone around and knows whats going wrong?

Other compiler, other bugs?

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to