'make distcheck' failure with latest CVS
- From: Zach Frey <zfrey gandalf lanich com>
- To: gnumeric-list gnome org
- Subject: 'make distcheck' failure with latest CVS
- Date: Wed, 7 Feb 2001 09:56:16 -0500
Hi Jody,
I'm finding that 'make distcheck' fails for me for the latest CVS.
I get the following error:
$ make
[...]
$ make distcheck
rm -rf gnumeric-0.62
mkdir gnumeric-0.62
chmod 777 gnumeric-0.62
here=`cd . && pwd`; \
[...]
for subdir in dialogs functions widgets; do \
if test "$subdir" = .; then :; else \
test -d ../gnumeric-0.62/src/$subdir \
|| mkdir ../gnumeric-0.62/src/$subdir \
|| exit 1; \
chmod 777 ../gnumeric-0.62/src/$subdir; \
(cd $subdir && make top_distdir=../../gnumeric-0.62 distdir=../../gnumeric-0.62/src/$subdir distdir)
\
|| exit 1; \
fi; \
done
make[2]: Entering directory `/usr/local/src/gnumeric/src/dialogs'
make[2]: *** No rule to make target `advanced-filter.glade.h', needed by `distdir'. Stop.
make[2]: Leaving directory `/usr/local/src/gnumeric/src/dialogs'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/usr/local/src/gnumeric/src'
make: *** [distdir] Error 1
I can see that advanced-filter.glade.h (plus many other *.glade.h files)
exist in CVS, even though they are not in src/dialogs now. So something
in the build or distcheck is removing them.
FWIW, I have the 2/4 Ximian Evolution release installed, which gives
me xml-i18n-tools-0.7-100_helix_2001020416.
That's as far as I had time to dig into it. Hopefully this is obvious
to somebody.
Thanks,
Zach
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]