-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Eric Blake on 1/6/2007 11:15 AM: > > This is causing other problems. Right now, on cygwin, I'm getting the > following failures in both coreutils and m4: > > gcc -I. -I../../lib -g2 -Wall -Werror -MT mbchar.o -MD -MP -MF > .deps/mbchar.Tpo -c -o mbchar.o ../../lib/mbchar.c > In file included from ../../lib/mbchar.h:158, > from ../../lib/mbchar.c:22: > ./wctype.h:50:30: does/not/matter.h: No such file or directory > In file included from ../../lib/mbchar.c:22: > ../../lib/mbchar.h: In function `mb_width_aux': > ../../lib/mbchar.h:247: warning: implicit declaration of function `iswcntrl' > make[2]: *** [mbchar.o] Error 1 > > I'm still trying to investigate this further.
I tracked it down to the fact that there were stale .deps/*.Po entries that depended on wctype.h, but that with your recent changes, cygwin no longer needs the gnulib replacement wctype.h because the system one is adequate. After a make clean, everything was back to normal. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFn+h/84KuGfSFAYARAo8+AJ4iwnE3Da7Six+w2dGzA5fDWebzKwCfffmh 40g+iL30ZVwMAIcWB/efCb8= =YN1i -----END PGP SIGNATURE-----
