Running 
scripts/auxiliar/update-with-convert-ly.sh
in LilyDev3 results in the following error:

make: *** No rule to make target `python-modules'.  Stop.
xargs: ./out/bin/convert-ly: No such file or directory
xargs: ./out/bin/convert-ly: No such file or directory

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

See message below for more details.

Thanks,
-Paul


> Begin forwarded message:
> 
> From: David Kastrup <d...@gnu.org>
> Subject: Re: add stencil-whiteout-outline function (issue 236480043 by 
> paulwmor...@gmail.com)
> Date: June 2, 2015 at 2:58:12 AM EDT
> To: "Keith OHara" <k-ohara5...@oco.net>
> Cc: paulwmor...@gmail.com, lilypond-de...@gnu.org
> 
> "Keith OHara" <k-ohara5...@oco.net> writes:
> 
>> On Mon, 01 Jun 2015 19:29:41 -0700, <paulwmor...@gmail.com> wrote:
>> 
>>> scripts/auxiliar/update-with-convert-ly.sh
>>> I get this:
>>> 
>>> make: *** No rule to make target `python-modules'.  Stop.
>>> xargs: ./out/bin/convert-ly: No such file or directory
>>> xargs: ./out/bin/convert-ly: No such file or directory
>>> 
>>> I'm running LilyDev3 in a virtual machine.  (Feeling like I'm in over my
>>> head with this one.)
>> 
>> 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.
> 
> Probably an oversight and worth fixing.  I use this script only in-place
> so might have escaped this trap.
> 
> Doing the (really slow) git log --pickaxe-regex -S '[^_]BUILD_DIR'
> discovers only instances of BUILD_DIR in the docs, used in example
> scripts or recipes that set it themselves first.
> 
> convert-ly has been created using BUILD_DIR from the start.
> 
>>> export BUILD_DIR=$LILYPOND_BUILD_DIR
> 
> Well, that would be a first aid measure.
> 
> -- 
> David Kastrup
> 
> _______________________________________________
> lilypond-devel mailing list
> lilypond-de...@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-devel

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to