[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [wdiff-bugs] wdiff 0.5.91 pre-test released
From: |
Karl Berry |
Subject: |
Re: [wdiff-bugs] wdiff 0.5.91 pre-test released |
Date: |
Thu, 12 Jul 2007 17:45:37 -0500 |
http://alpha.gnu.org/gnu/wdiff/wdiff-0.5.91.tar.gz or from CVS (tagged
1) It built fine for me on GNU/Linux (Red Hat WS4update5, gcc 4.1.2),
and make check was ok. I just did configure && make && make check.
2) There were warnings:
wdiff.c:1161: warning: return type of 'main' is not 'int'
wdiff.o(.text+0x370): In function `split_file_into_words':
/u/karl/gnu/src/wdiff-0.5.91/src/wdiff.c:600: warning: the use of `tmpnam' is
dangerous, better use `mkstemp'
wdiff2.c:230: warning: return type of 'main' is not 'int'
3) make distclean failed to complete, ending like this:
...
rm -f Makefile
make[1]: Leaving directory `/u/karl/gnu/src/wdiff-0.5.91/lib'
Making distclean in .
make[1]: Entering directory `/u/karl/gnu/src/wdiff-0.5.91'
make[1]: *** No rule to make target `clean-local-legacy', needed by
`clean-local'. Stop.
make[1]: Leaving directory `/u/karl/gnu/src/wdiff-0.5.91'
make: *** [distclean-recursive] Error 1
Thanks,
k