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.
Georg Schwarz <[EMAIL PROTECTED]> writes:
> I can build the latest coreutils (5.93)
> So gnulib should compile, shouldn't it?
gnulib should compile on a C89-or-better host, yes.
In theory findutils could be using part of gnulib that coreutils is
not, which would mean that building coreutils isn'
> On Thu, Dec 08, 2005 at 01:47:08PM +0100, Georg Schwarz wrote:
> > > Later versions (1995, I think) of the ANSI C standard require it. The
> > > file which you can't compile is part of gnulib, but gnulib only builds
> > > on ANSI-standard-compliant systems.
> >
> > is it possible to build fil
On Thu, Dec 08, 2005 at 01:47:08PM +0100, Georg Schwarz wrote:
> > Later versions (1995, I think) of the ANSI C standard require it. The
> > file which you can't compile is part of gnulib, but gnulib only builds
> > on ANSI-standard-compliant systems.
>
> is it possible to build fileutils witho
> Later versions (1995, I think) of the ANSI C standard require it. The
> file which you can't compile is part of gnulib, but gnulib only builds
> on ANSI-standard-compliant systems.
is it possible to build fileutils without gnulib?
Or is findutils 4.2.23 the end of the road for IRIX5?
--
Geo
On Wed, Dec 07, 2005 at 11:59:13PM -0800, Paul Eggert wrote:
> [EMAIL PROTECTED] (James Youngman) writes:
>
> > Later versions (1995, I think) of the ANSI C standard require it. The
> > file which you can't compile is part of gnulib, but gnulib only builds
> > on ANSI-standard-compliant systems.
[EMAIL PROTECTED] (James Youngman) writes:
> Later versions (1995, I think) of the ANSI C standard require it. The
> file which you can't compile is part of gnulib, but gnulib only builds
> on ANSI-standard-compliant systems.
As a rule gnulib assumes only C89; it does not assume the later
exte
On Wed, Dec 07, 2005 at 04:55:38PM +0100, Georg Schwarz wrote:
> Dear developers,
>
> 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.
Later versions (1995, I think) of the ANSI C stan