lilypond-devel
[Top][All Lists]
Advanced

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

Re: Patch-testing-problem


From: James
Subject: Re: Patch-testing-problem
Date: Fri, 28 Sep 2012 22:42:08 +0100

Hello,

On 28 September 2012 21:24, Thomas Morley <address@hidden> wrote:
> Hi,
>
> I wanted to test Marc's bar-line-patch somewhat closer, but I have a
> problem, not knowing what to do.
>
> I did (because I don't know what went wrong I post every detail):
>
> 1. Downloaded the patch from Rietveld and stored it in `0001-bar-line.patch'
>
> 2. To get the newest lily-source-code (I'm using LilyDev), not
> affected from any other work I might have done, I typed in terminal:
>  cd lilypond-git/
>  git reset --hard HEAD
>  git clean -f
>
>  cd build/
>  make clean
>  make doc-clean
>  make test-clean
>
>  Updating source using "LilyDPond Contributer's Interface" of LilyDev
>
> 4. Building lilypond with
>  ../configure
>  make
>
> 5. Establishing test-base-line via
>  make test-baseline
>
> 6. Back to lilypond-git/ I tried applying the patch with
>  git apply --index 0001-bar-line.patch

I just download the diff and in the top level of $LILYPOND_GIT you
cannot do it in $LILYPOND_GIT/build you have to be in the top level

patch -p1 < [path to issue*.diff]

cd build

make

make test

Jame



reply via email to

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