lilypond-devel
[Top][All Lists]
Advanced

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

Re: compilation error


From: Werner LEMBERG
Subject: Re: compilation error
Date: Tue, 11 Nov 2008 16:49:53 +0100 (CET)

> I agree, but I can't reproduce this issue.  What's the value of
> PYTHONPATH on your system?

It is not set in my environment.

> Even if it includes /usr/local/share/lilypond/2.11.64/python, the
> following line in make/lilypond-vars.make is supposed to prepend
> python/out to PYTHONPATH:
> 
> export PYTHONPATH:=$(top-build-dir)/python/$(outconfbase):$(PYTHONPATH)
> 
> Can you check if this works correctly for you by appending
> 
> echo $$PYTHONPATH
> 
> to the makefile rule in make/musicxml-rules.make?

The value of $PYTHONPATH right before executing

  /usr/bin/python ../../../scripts/musicxml2ly.py \
                  -o out/00a-Basics-Pitches.ly \
                  00a-Basics-Pitches.xml

is

  /usr/local/backup/Pakete/git/lilypond.compiled/python/out:\
  ../../../buildscripts:\
  /usr/local/backup/Pakete/git/lilypond.compiled/python/out:\
  ../../buildscripts:\
  /usr/local/backup/Pakete/git/lilypond.compiled/python/out:\
  ../buildscripts:\
  /usr/local/backup/Pakete/git/lilypond.compiled/python/out:\
  ./buildscripts:


      Werner




reply via email to

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