lilypond-devel
[Top][All Lists]
Advanced

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

Re: GUB failing


From: David Kastrup
Subject: Re: GUB failing
Date: Sun, 20 Oct 2013 12:47:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

"Phil Holmes" <address@hidden> writes:

> I'm getting the following when trying to compile a GUB build:
>
> /home/gub/gub/target/freebsd-x86/src/lilypond-git.sv.gnu.org--lilypond.git-release-unstable/lily/midi-item.cc:
> In member function 'virtual std::string
> Midi_control_function_value_change::to_string() const':
> /home/gub/gub/target/freebsd-x86/src/lilypond-git.sv.gnu.org--lilypond.git-release-unstable/lily/midi-item.cc:403:
> error: 'lround' was not declared in this scope
> make[1]: *** [out/midi-item.o] Error 1
>
> I assume it's something to do with the midi pan changes, and is a
> compiler incompatibility between the GUB and normal compilers, but I
> don't know how to fix it.  It would seem it will need an update to
> midi-item.cc.

lround is part of the C99 standard.  For one thing, we are using C++
rather than C, for another, we don't rely on standards as new as that.

-- 
David Kastrup



reply via email to

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