lilypond-devel
[Top][All Lists]
Advanced

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

Re: GUB fail in mingw build - Issue 4462


From: David Kastrup
Subject: Re: GUB fail in mingw build - Issue 4462
Date: Sun, 12 Jul 2015 16:36:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Phil Holmes <address@hidden> writes:

> I'm getting a failure to build GUB, as shown below:
>
> /home/gub/NewGub/gub/target/mingw/src/lilypond-git.sv.gnu.org--lilypond.git-
> release-unstable/lily/lily-modules.cc: In member function 'void 
> Scm_module::import()':
> /home/gub/NewGub/gub/target/mingw/src/lilypond-git.sv.gnu.org--lilypond.git-
> release-unstable/lily/lily-modules.cc:71:7: error: expected primary-
> expression before 'struct'
>    SCM interface = scm_c_resolve_module (name_);
>        ^
> /home/gub/NewGub/gub/target/mingw/src/lilypond-git.sv.gnu.org--lilypond.git-
> release-unstable/lily/lily-modules.cc:76:5: error: expected primary-
> expression before 'struct'
>      interface = Guile_user::module_public_interface (interface);
>      ^
> /home/gub/NewGub/gub/target/mingw/src/lilypond-git.sv.gnu.org--lilypond.git-
> release-unstable/lily/lily-modules.cc:80:24: error: expected primary-
> expression before 'struct'
>        p->var_->import (interface, p->name_);
>                         ^
> /home/gub/NewGub/gub/target/mingw/src/lilypond-git.sv.gnu.org--lilypond.git-
> release-unstable/lily/lily-modules.cc:85:13: error: expected primary-
> expression before 'struct'
>    module_ = interface;
>              ^
> make[1]: *** [out/lily-modules.o] Error 1
>
> Looks like this comes from Issue 4462: perhaps 'interface' is a reserved
> word for the Windows compiler?

Or its system libraries.  It's only a small part of the code, I'll push
a rename presently.  Expect it in staging in 5 minutes.

-- 
David Kastrup



reply via email to

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