Is this still a stumbling block?
I can get 'make check' to work, but 'make distcheck' fails with a message like:
In file included from ../../src/test-all.cpp:483: ../../src/color-profile-test.h:8:26: test-helpers.h: No such file or directory
It seems to have unpacked the tarball, configured and 'made' it, and is failling at doing a 'make check' on the fresh tree.
1. Is this what 'make distcheck' should be doing? And is it necessary? 2. It looks to me as if 'test-helpers.h' is not being put into the .tgz
I am working on the basis that either this file should be so included, or 'make distcheck' should not be requiring it.
Grateful for any advice or suggestions. It may be that there is some part of the invocation of 'make distcheck' that I am not doing properly ...
Ben
I can get 'make check' to work, but 'make distcheck' fails with a message like:
In file included from ../../src/test-all.cpp:483: ../../src/color-profile-test.h:8:26: test-helpers.h: No such file or directory
It seems to have unpacked the tarball, configured and 'made' it, and
test-helpers.h is properly included in the result of make dist, so there must be a problem with your installation (not everything svn updated, no autogen.sh + configure done).
ralf
On 30/05/06, Ralf Stephan <ralf@...748...> wrote:
I can get 'make check' to work, but 'make distcheck' fails with a message like:
[ snip ]
test-helpers.h is properly included in the result of make dist, so there must be a problem with your installation (not everything svn updated, no autogen.sh + configure done).
Thanks Ralf, it was an editing error in Makefile_insert: It took me ages to get it right, but essentially I was missing one or other of the test headers. (Note that the patch I posted a little while won't - or at least shouldn't - apply cleanly; I am not going to update it as I guess that it is not wanted).
Ben
participants (2)
-
Ben Fowler
-
Ralf Stephan