lilypond-devel
[Top][All Lists]
Advanced

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

Re: Lilypond 2.5.11 uploaded to Mandrakelinux


From: Jan Nieuwenhuizen
Subject: Re: Lilypond 2.5.11 uploaded to Mandrakelinux
Date: Tue, 08 Feb 2005 00:40:08 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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