Re: python include path oddity with "make install"

2017-01-20 Thread David Kastrup
Graham Percival writes: > At the moment, doing: > mkdir build > cd build > ../configure --prefix=$HOME/.local/ > make > make install > > results in python files which can't find lilylib. This is > installed to: >

python include path oddity with "make install"

2017-01-19 Thread Graham Percival
At the moment, doing: mkdir build cd build ../configure --prefix=$HOME/.local/ make make install results in python files which can't find lilylib. This is installed to: $(PREFIX)/share/lilypond/$(VERSION)/python/ The relocation is supposed to be handled by: