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:51:55 +0100 Organization: Jan at Appel Message-ID: <87ekisf2zo.fsf@peder.flower> References: <1100551262.19830.242.camel@localhost> <87u0rofdk9.fsf@peder.flower> <87is84f4yc.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 1100735613 4419 80.91.229.6 (17 Nov 2004 23:53:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Nov 2004 23:53:33 +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:53:21 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 1CUZc0-00050B-00 for ; Thu, 18 Nov 2004 00:53:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUZkp-00005K-N4 for guile-user@m.gmane.org; Wed, 17 Nov 2004 19:02:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUZjn-0008Jk-UR for guile-user@gnu.org; Wed, 17 Nov 2004 19:01:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUZjm-0008JI-Dr for guile-user@gnu.org; Wed, 17 Nov 2004 19:01:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUZjm-0008JF-5c; Wed, 17 Nov 2004 19:01:22 -0500 Original-Received: from [194.109.24.22] (helo=smtp-vbr2.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUZai-0007Oi-QC; Wed, 17 Nov 2004 18:52:01 -0500 Original-Received: from peder.flower (appel.xs4all.nl [80.126.34.178]) by smtp-vbr2.xs4all.nl (8.12.11/8.12.11) with ESMTP id iAHNq0gd008284; Thu, 18 Nov 2004 00:52:00 +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 1CUZad-0005Nx-VD; Thu, 18 Nov 2004 00:51:56 +0100 Original-To: Andy Wingo In-Reply-To: <87is84f4yc.fsf@peder.flower> (Jan Nieuwenhuizen's message of "Thu, 18 Nov 2004 00:09:31 +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:3729 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3729 Jan Nieuwenhuizen writes: > Here's another one: I'll stop now, you'll get the idea, and libwnck-2.8.0 builds. 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)) --- ./defs/gnome/defs/Makefile.am~ 2004-11-16 09:40:25 +0100 +++ ./defs/gnome/defs/Makefile.am 2004-11-18 00:25:39 +0100 @@ -2,7 +2,7 @@ defsdir = $(guilemoduledir)/defs -defs_DATA = $(wildcard *.defs) +defs_DATA = $(notdir $(wildcard $(srcdir)/*.defs)) EXTRA_DIST = $(defs_DATA) --- ./gtk/gnome/overrides/Makefile.am~ 2004-11-10 21:51:52 +0100 +++ ./gtk/gnome/overrides/Makefile.am 2004-11-18 00:29:10 +0100 @@ -2,6 +2,6 @@ moduledir = $(guilemoduledir)/overrides -module_DATA = $(wildcard *.defs*) +module_DATA = $(notdir $(wildcard $(srcdir)/*.defs*)) EXTRA_DIST = $(module_DATA) --- ./gnome-vfs/examples/gnome-vfs/Makefile.am~ 2004-10-09 14:16:33 +0200 +++ ./gnome-vfs/examples/gnome-vfs/Makefile.am 2004-11-18 00:35:40 +0100 @@ -1,3 +1,3 @@ exampledir = $(pkgdatadir)/examples/gnome-vfs -example_DATA = $(wildcard *.scm) +example_DATA = $(notdir $(wildcard $(srcdir)/*.scm)) EXTRA_DIST = $(example_DATA) --- ./gconf/examples/gconf/Makefile.am~ 2004-10-09 14:19:09 +0200 +++ ./gconf/examples/gconf/Makefile.am 2004-11-18 00:35:13 +0100 @@ -1,3 +1,3 @@ exampledir = $(pkgdatadir)/examples/gconf -example_DATA = $(wildcard *.scm) +example_DATA = $(notdir $(wildcard $(srcdir)/*.scm)) EXTRA_DIST = $(example_DATA) -- 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