Note that gnulib/lib/quotearg.c already includes:

# if HAVE_WCTYPE_H
#  include <wctype.h>
# endif

I'm asking about doing the same thing in mbchar.c

-- 
Peter Fales                       Lucent Technologies, Room 1C-436
N9IYJ                             2000 Lucent Ln, PO Box 3033
internet: [EMAIL PROTECTED]       Naperville, IL 60566-7033
                                  work: (630) 979-8031

On Tue, Nov 22, 2005 at 10:57:23AM -0800, Paul Eggert wrote:
> James Youngman <[EMAIL PROTECTED]> writes:
> 
> > I'm copying this email to the gnulib project, in case they want to
> > apply the patch anyway (the gnulib subdirectory of the findutils
> > source code is just imported from the gnulib project).
> 
> That patch doesn't look right to me.  gnulib/modules/mbchar says that
> you are supposed to include "mbchar.h" this way:
> 
> #if HAVE_WCHAR_H && HAVE_WCTYPE_H
> #include "mbchar.h"
> #endif
> 
> I notice that mbuiter.h doesn't do this: it just includes "mbchar.h"
> directly.  Perhaps that's the real problem with gnulib?
> 
> Peter, what exactly is the problem on HP-UX 10.20?  Can you give us
> the compilation command that failed, and what the diagnostic was?
> Thanks.


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

Reply via email to