guile-user
[Top][All Lists]
Advanced

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

Re: guile-gnome releases: platform 2.7.96, bunch of "extras"


From: Jan Nieuwenhuizen
Subject: Re: guile-gnome releases: platform 2.7.96, bunch of "extras"
Date: Thu, 18 Nov 2004 00:09:31 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Jan Nieuwenhuizen writes:

> Andy Wingo writes:
>
>>From what branch are you releasing?  May I suggest the build fix below

Here's another one:

Jan.

--- ./common.mk~        2004-11-11 20:23:24 +0100
+++ common.mk   2004-11-18 00:08:15 +0100
@@ -43,7 +43,7 @@
        PKG_PATH += $(shell echo $(AG_PACKAGES:%=$(top_builddir)/%) | sed 's, 
,:,g')
 @address@hidden
 
-GUILE_LOAD_PATH := $(PKG_PATH):${G_WRAP_MODULE_DIR}:${GUILE_LOAD_PATH}
+GUILE_LOAD_PATH := 
$(top_builddir)/glib:$(PKG_PATH):${G_WRAP_MODULE_DIR}:${GUILE_LOAD_PATH}
 export GUILE_LOAD_PATH
 
 .c.x:
@@ -69,6 +69,6 @@
        cp $< $@
 
 # Real gnu make foo
-packages = $(filter-out %-uninstalled,$(patsubst %.pc.in,%,$(wildcard 
*.pc.in)))
+packages = $(filter-out %-uninstalled,$(patsubst 
$(srcdir)/%.pc.in,%,$(wildcard $(srcdir)/*.pc.in)))
 pcifiles = $(patsubst %,address@hidden@.pc,$(packages))
 pcufiles = $(patsubst %,address@hidden@-uninstalled.pc,$(packages))

-- 
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]