On Tuesday 2 March 2010, Geert Janssens wrote: > Hi, > > I can't successfully run make dist in the current trunk. It halts with this > error: > make[2]: Entering directory `/aragorn/janssege/Development/gnucash- > clean/src/engine' > /usr/bin/swig -guile -Linkage module \ > -I../../src/libqof/qof -I../../src -o swig-engine.c engine.i > chmod u+x ./iso-currencies-to-c > GUILE_LOAD_PATH=: srcdir=. ./iso-currencies-to-c > (cd test-core && make top_distdir=../../../gnucash-2.3.10 > distdir=../../../gnucash-2.3.10/src/engine/test-core \ > am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: > distdir) make[3]: Entering directory > `/aragorn/janssege/Development/gnucash- clean/src/engine/test-core' > make[3]: Leaving directory `/aragorn/janssege/Development/gnucash- > clean/src/engine/test-core' > (cd test && make top_distdir=../../../gnucash-2.3.10 > distdir=../../../gnucash-2.3.10/src/engine/test \ > am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: > distdir) make[3]: Entering directory > `/aragorn/janssege/Development/gnucash- clean/src/engine/test' > make[3]: *** No rule to make target `test-resolve-url.c', needed by > `distdir'. Stop. > make[3]: Leaving directory `/aragorn/janssege/Development/gnucash- > clean/src/engine/test' > make[2]: *** [distdir] Error 1 > make[2]: Leaving directory `/aragorn/janssege/Development/gnucash- > clean/src/engine' > make[1]: *** [distdir] Error 1 > make[1]: Leaving directory > `/aragorn/janssege/Development/gnucash-clean/src' make: *** [distdir] > Error 1 > > This is from a cleanly checked out svn working directory. > Commands run: > ./autogen.sh > ./configure > make dist > > Geert > _______________________________________________ > gnucash-devel mailing list > [email protected] > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > This bug is apparently introduced in r18765 Redo of the dot-gnucash fix (so that GNC_DOT_DIR actually works) fixing …
This changeset introduces test-resolve-url as test target, but there's no test-resolve-url.c file in that directory. I have removed the faulty test target in r18793. Geert _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
