Re: [bug-gnulib] Re: findutils 4.2.27 on IRIX 5.3

2006-01-06 Thread Bruno Haible
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.

Re: findutils 4.2.27 on IRIX 5.3

2005-12-08 Thread Paul Eggert
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'

Re: findutils 4.2.27 on IRIX 5.3

2005-12-08 Thread Georg Schwarz
> 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

Re: findutils 4.2.27 on IRIX 5.3

2005-12-08 Thread James Youngman
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

Re: findutils 4.2.27 on IRIX 5.3

2005-12-08 Thread Georg Schwarz
> 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

Re: findutils 4.2.27 on IRIX 5.3

2005-12-08 Thread James Youngman
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.

Re: findutils 4.2.27 on IRIX 5.3

2005-12-08 Thread Paul Eggert
[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

Re: findutils 4.2.27 on IRIX 5.3

2005-12-07 Thread James Youngman
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