guile-gtk-general
[Top][All Lists]
Advanced

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

Re: stability and testing


From: Patrick Bernaud
Subject: Re: stability and testing
Date: Fri, 6 Jun 2008 12:54:43 +0200

Hi Jan,

Jan Nieuwenhuizen writes:
 > [...]
 > + running automake -a -c...
 > atk/gnome/gw/Makefile.am:21: CLEANFILES must be set with `=' before using 
 > `+='

Only this one is an error. Other are 'only' warnings (you can filter
them out by adding a '-Wnone' option to automake in autogen.sh line
93).

Now to fix it change the line in atk/gnome/gw/Makefile.am to read:
CLEANFILES = $(wildcard guile-gnome-gw-atk.*) atk.scm
instead of
CLEANFILES += $(wildcard guile-gnome-gw-atk.*) atk.scm

It is likely a typo from a copy and paste from another Makefile (one
with more than one module per package like gtk).

HTH,


Patrick





reply via email to

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