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../..
Please note this correction to my earlier email, which incorrectly
stated that the 1990 ANSI C standard requires .
- Forwarded message from Geoff Clare -
From: Geoff Clare
To: James Youngman <[EMAIL PROTECTED]>
Subject: Re: findutils-4.2.26 build error on HP-UX 10.20
James,
I sa
Note that gnulib/lib/quotearg.c already includes:
# if HAVE_WCTYPE_H
# include
# 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 PROTECT
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.
Thanks for the info. For what it's worth, there is at least one other
place in gnulib/lib (quotearg.c) where the wctype.h header is protected
by #if HAVE_WCTYPE_H. So, it seems reasonable to do the same thing in
mbchar.h
--
Peter Fales Lucent Technologies, Room 1C-436
N9IY
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 s
On Mon, Nov 21, 2005 at 10:07:29AM -0600, Peter Fales wrote:
> findutils fails to build on an HP-UX 10.20 machine because it doesn't
> have wctype.h.
Yes, along with much of the rest of the GNU tool set, GNU findutils
now assumes that it is being built on a system that complies with at
least th