Abel Cheung writes:
> 1. lilypond can't bootstrap -- it tries to search for .scm files in
> system location. This problem has been reported by others before
> but not patched in 2.5.11 yet. Patch is attached (again) with this mail.
Thanks. This is for --srcdir build, I presume? Does the patch below
work for you?
> However, seems DESTDIR is only supported when installing info and
> manpages.
Can you clarify? Are you using an unusual exec-prefix, perchance?
config.make.in has
prefix = $(DESTDIR)@prefix@
exec_prefix = @exec_prefix@
and unless you override exec-prefix to be different from prefix, every
install directory should have $DESTDIR prepended.
Jan.
--- make/lilypond-vars.make 31 jan 2005 08:39:45 +0100 1.56
+++ make/lilypond-vars.make 08 feb 2005 00:37:11 +0100
@@ -10,6 +10,8 @@ export LILYPONDPREFIX:=$(build_lilypond_
export PYTHONPATH:=$(builddir)/python/$(outconfbase):$(PYTHONPATH)
+export GUILE_LOAD_PATH:=$(builddir):$(GUILE_LOAD_PATH)
+
## arg, TEXINPUTS, TFMFONTS, MFINPUTS may still override and thus break this
export TEXMF:={$(LILYPONDPREFIX),$(shell kpsexpand \$$TEXMF)}
@@ -28,8 +30,6 @@ export DVIPSMAKEPK := mktexpk --destdir
endif
-# guile load path?
-
the-script-dir=$(wildcard $(script-dir))
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel