On 2013-04-16, at 4:52 PM, Ralph Moritz ralph.moeritz@outlook.com wrote:
On Tue, 16 Apr 2013 22:27:08 +0200, Marc Feeley feeley@iro.umontreal.ca wrote:
Thank you very much, `make' now completes without error. I'm not sure if it's anything to worry about, but `make check' wrote the following to stderr at the end of its run:
make[1]: *** [test1] Error 1 make: *** [check] Error 2
Is this something to be concerned about?
Perhaps. Can you send me the output of the "make check". It runs fine on my MinGW installation.
When I run `make check' the file `tests/test1.out' is created. This file is identical to `tests/test1.ok' according to diff, so I'm not sure there's any value in sending it.
Are the files the same length? Maybe it is a difference in the end-of-line encoding (lf vs. cr-lf).
It is strange because the makefile uses diff to compare the files, so if you say diff does not see a difference then I don't understand why the makefile reported a problem.
Marc