lilypond-devel
[Top][All Lists]
Advanced

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

Re: compiling lilypond fails


From: Marc Hohl
Subject: Re: compiling lilypond fails
Date: Fri, 24 Jun 2016 17:14:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

Am 24.06.2016 um 10:33 schrieb David Kastrup:
[...]

Well, it got through patchy-staging.  So obviously something is
different with your setup, and you don't give any information about your
setup.  What does g++ --version say?

$ g++ --version
g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



You used git pull (rather than git pull -r).  That causes a merge rather
than a rebase.  Recent changes in master happened to be reverts which
did not apply cleanly but had to be significantly edited.

Adding merge resolution on top might lead to problems.

As mentioned earlier, I started from scratch just to be on the safe side:

$ git clone git://git.sv.gnu.org/lilypond.git ./lilypond
$ cd lilypond
$ ./autogen.sh
$ make -j3

The error remains.

Marc





reply via email to

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