From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jan Nieuwenhuizen Newsgroups: gmane.lisp.guile.user Subject: Re: guile-gnome releases: platform 2.7.96, bunch of "extras" Date: Thu, 18 Nov 2004 00:09:31 +0100 Organization: Jan at Appel Message-ID: <87is84f4yc.fsf@peder.flower> References: <1100551262.19830.242.camel@localhost> <87u0rofdk9.fsf@peder.flower> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100733020 30568 80.91.229.6 (17 Nov 2004 23:10:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Nov 2004 23:10:20 +0000 (UTC) Cc: Guile Users , guile-gtk discussions Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Nov 18 00:10:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CUYwC-00024t-00 for ; Thu, 18 Nov 2004 00:10:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUZ51-0003ul-8L for guile-user@m.gmane.org; Wed, 17 Nov 2004 18:19:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUZ4f-0003mJ-5m for guile-user@gnu.org; Wed, 17 Nov 2004 18:18:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUZ4d-0003lZ-Bu for guile-user@gnu.org; Wed, 17 Nov 2004 18:18:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUZ4d-0003lB-7m; Wed, 17 Nov 2004 18:18:51 -0500 Original-Received: from [194.109.24.35] (helo=smtp-vbr15.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUYvd-0001P4-BR; Wed, 17 Nov 2004 18:09:33 -0500 Original-Received: from peder.flower (appel.xs4all.nl [80.126.34.178]) by smtp-vbr15.xs4all.nl (8.12.11/8.12.11) with ESMTP id iAHN9Wbd040958; Thu, 18 Nov 2004 00:09:32 +0100 (CET) (envelope-from janneke@gnu.org) Original-Received: from localhost ([127.0.0.1] helo=peder.flower ident=janneke) by peder.flower with esmtp (Exim 4.34) id 1CUYvb-00038l-Tp; Thu, 18 Nov 2004 00:09:31 +0100 Original-To: Andy Wingo In-Reply-To: <87u0rofdk9.fsf@peder.flower> (Jan Nieuwenhuizen's message of "Wed, 17 Nov 2004 21:03:34 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3728 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3728 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') @MK@endif -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 %,%-@API_VERSION@.pc,$(packages)) pcufiles = $(patsubst %,%-@API_VERSION@-uninstalled.pc,$(packages)) -- Jan Nieuwenhuizen | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user