Georg Schwarz wrote:
> > findutils 4.2.27 does not compile on IRIX 5.3:
>
> [...]
>
> > cfe: Error: ./mbchar.h: 157: Cannot open file wchar.h for #include
>
> [...]
>
> > IRIX 5.3 does not have wchar.h.

That was a bug in gnulib before 2005-09-26. Now, I believe everything is
fine in gnulib: wchar.h is used unconditionally by mbchar.h, but mbchar.h
is documented to be only included when HAVE_WCHAR_H && HAVE_WCTYPE_H, and
mbchar.c is to be compiled only on platforms that support it (mbchar.m4
as of 2005-09-26).

Bruno



_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to