Peter Fales wrote on 2005-11-22: > The error message occurs while building gnulib/lib (as part of > findutils-4.2.26): > > $ make > make all-am > make[1]: Entering directory > build/output/expmake/build/gnucoresrc/build/findutils/gnulib/lib' > /opt/exp/gnu/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O -c mbchar.c In > file included from mbchar.c:24: > mbchar.h:160:20: wctype.h: No such file or directory > make[1]: *** [mbchar.o] Error 1 > make[1]: Leaving directory > build/output/expmake/build/gnucoresrc/build/findutils/gnulib/lib' make: *** > [all] Error 2 > $
The problem is that findutils/gnulib/lib/Makefile.am contains the line libgnulib_a_SOURCES += mbchar.h mbchar.c coming from gnulib's module/modules/mbchar. This has been fixed in gnulib on 2005-09-26. After the findutils maintainer uses "gnulib-tool --update", the problem should go away. Bruno _______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib