lilypond-devel
[Top][All Lists]
Advanced

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

Re: Compile error in ./include/std-vector.hh on IRIX 6.5.28


From: Jan Nieuwenhuizen
Subject: Re: Compile error in ./include/std-vector.hh on IRIX 6.5.28
Date: Sat, 18 Nov 2006 23:20:14 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

Joerg Behrens <address@hidden> 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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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