lilypond-devel
[Top][All Lists]
Advanced

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

Re: make broken on OSX 10.5.8


From: Graham Percival
Subject: Re: make broken on OSX 10.5.8
Date: Sun, 30 Oct 2011 03:23:42 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, Oct 29, 2011 at 11:34:35PM +0000, Carl Sorensen wrote:
> I think I figured it out.  The OSX compiler doesn't have a built in
> std::vector namespace, so we use the vector class in flower/.

That sounds weird.  Are you on lion, and does that default to llvm
instead of gcc ?  If so, you might need to explicitly add -lstdc++
to the linker stage.  (I discovered that in artifastring; no idea
if that applies to lilypond as well but I wouldn't be surprised)
If you're still on gcc, then what version of gcc doesn't supply
std::vector ?

I really think this can be fixed by explicitly including a header
and/or linking to a library.

- Graham



reply via email to

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