Hello, while removing obstacles to a successfu make distcheck, I came to the following error. Do you have an idea how to fix this?
ERROR: files left in build directory after distclean: ./src/libnr/test-nr.xml ./src/libnr/test-nr.log ./src/svg/test-svg.xml ./src/svg/test-svg.log ./src/xml/test-xml.xml ./src/xml/test-xml.log ./src/test-all.xml ./src/test-all.log make[1]: *** [distcleancheck] Error 1 make: *** [distcheck] Error 2
ralf
On 24/05/06, Ralf Stephan <ralf@...748...> wrote:
Hello, while removing obstacles to a successful make distcheck, I came to the following error. Do you have an idea how to fix this?
ERROR: files left in build directory after distclean: ./src/libnr/test-nr.xml ...
This is probably in Jon's court. I suspect that either the distclean target should know how to remove the 'test' temporary files (perhaps these file should have stereotyped names which do not clash with files that are part of Inkscape proper), or more reasonably, that the various parts of the 'make check' scripts should remove their files once they are done.
Ben
Ben wrote
On 24/05/06, Ralf Stephan <ralf@...748...> wrote:
Hello, while removing obstacles to a successful make distcheck, I came to the following error. Do you have an idea how to fix this?
ERROR: files left in build directory after distclean: ./src/libnr/test-nr.xml ...
This is probably in Jon's court. I suspect that either the distclean target should know how to remove the 'test' temporary files (perhaps these file should have stereotyped names which do not clash with files that are part of Inkscape proper), or more reasonably, that the various parts of the 'make check' scripts should remove their files once they are done.
This would bew best but it can be resolved with defining a distclean-local target, as I found after reading some web docs, which I undoubtedly should have done earlier.
ralf
participants (2)
-
Ben Fowler
-
Ralf Stephan