Il giorno dom 7 giu 2015 alle 19:57, Paul Morris <[email protected]> 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




_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to