bug-lilypond
[Top][All Lists]
Advanced

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

Re: error with scripts/auxiliar/update-with-convert-ly.sh on LilyDev3


From: Federico Bruni
Subject: Re: error with scripts/auxiliar/update-with-convert-ly.sh on LilyDev3
Date: Fri, 10 Jul 2015 18:28:10 +0200

Il giorno dom 7 giu 2015 alle 19:57, Paul Morris <address@hidden> ha scritto:
Keith noted that:
"Looking at the first few lines of update-with-convert-ly, it looks
like it expects you to have defined the build directory as BUILD_DIR
where most other scripts expect LILYPOND_BUILD_DIR.”

A workaround is to run:
export BUILD_DIR=$LILYPOND_BUILD_DIR

Two possible ways to fix:
- add BUILD_DIR as an environmental variable in LilyDev
- edit the script to use LILYPOND_BUILD_DIR

I'm in favour of the second option because of consistency.

$ git grep -w BUILD_DIR
Documentation/contributor/programming-work.itexi:BUILD_DIR=../build-lilypond/ scripts/auxiliar/update-with-convert-ly.sh
scripts/auxiliar/update-with-convert-ly.sh:if [ -z $BUILD_DIR ]; then
scripts/auxiliar/update-with-convert-ly.sh: BUILD_DIR=.
scripts/auxiliar/update-with-convert-ly.sh:cd $BUILD_DIR
scripts/auxiliar/update-with-convert-ly.sh: | xargs $BUILD_DIR/out/bin/convert-ly -e -d "$@" scripts/auxiliar/update-with-convert-ly.sh: | xargs $BUILD_DIR/out/bin/convert-ly -e -d "$@"

Added:
https://code.google.com/p/lilypond/issues/detail?id=4491






reply via email to

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