bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: findutils-4.2.26 build error on HP-UX 10.20


From: Peter Fales
Subject: Re: findutils-4.2.26 build error on HP-UX 10.20
Date: Tue, 22 Nov 2005 13:33:49 -0600
User-agent: Mutt/1.4.2.1i

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: address@hidden          Naperville, IL 60566-7033
                                  work: (630) 979-8031

On Tue, Nov 22, 2005 at 10:57:23AM -0800, Paul Eggert wrote:
> James Youngman <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]