pspp-dev
[Top][All Lists]
Advanced

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

Re: No rule to make target glade/psppire.xml'


From: Ben Pfaff
Subject: Re: No rule to make target glade/psppire.xml'
Date: Fri, 13 Jun 2008 23:09:39 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Matej Cepl <address@hidden> writes:

> Trying to build pspp 0.6.0 on Fedora 9 and having 
> --with-gui-tools option, build fails on the %subj%. The full 
> build log is on 
> http://mcepl.fedorapeople.org/tmp/rpmbuild-log.txt
>
> Any ideas, what could be wrong?

It looks like we forgot to distribute some of the files needed to
build and install when --with-gui-tools is used.

Matej, you can grab the necessary files from the Git (or CVS)
tree.

John, how does this fix look to you?

commit 1840dbf9c23bfdae6aeb1ddc9f131bc19cf8ad4a
Author: Ben Pfaff <address@hidden>
Date:   Fri Jun 13 23:07:45 2008 -0700

    Distribute all files necessary to build and install --with-gui-tools.

diff --git a/glade/ChangeLog b/glade/ChangeLog
index b6ac4bb..6b37140 100644
--- a/glade/ChangeLog
+++ b/glade/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-13  Ben Pfaff  <address@hidden>
+
+       * automake.mk: Distribute all files necessary to build and install
+       --with-gui-tools.
+
 2007-11-21 John Darrington <address@hidden>
 
        * icons/22x22/psppire-acr.png icons/16x16/psppire-acr.png: New files.
diff --git a/glade/automake.mk b/glade/automake.mk
index a24e88f..6021eec 100644
--- a/glade/automake.mk
+++ b/glade/automake.mk
@@ -22,10 +22,10 @@ libglade_psppire_la_SOURCES = \
        src/ui/gui/psppire-keypad.c \
        src/ui/gui/psppire-selector.c
 
-nodist_catalog_DATA = \
+dist_catalog_DATA = \
        glade/psppire.xml
 
-nodist_small_pixmap_DATA = \
+dist_small_pixmap_DATA = \
        glade/icons/16x16/psppire-acr.png \
        glade/icons/16x16/psppire-hbuttonbox.png \
        glade/icons/16x16/psppire-vbuttonbox.png \
@@ -33,7 +33,7 @@ nodist_small_pixmap_DATA = \
        glade/icons/16x16/psppire-keypad.png \
        glade/icons/16x16/psppire-selector.png 
 
-nodist_large_pixmap_DATA = \
+dist_large_pixmap_DATA = \
        glade/icons/22x22/psppire-acr.png \
        glade/icons/22x22/psppire-hbuttonbox.png \
        glade/icons/22x22/psppire-vbuttonbox.png \

-- 
Peter Seebach on managing engineers:
"It's like herding cats, only most of the engineers are already
 sick of laser pointers."




reply via email to

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