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.
After some poking around with the findutils 4.2.27 code it turned out
that the following patch makes it compile on IRIX 5.3:
--- ./gnulib/lib/mbchar.c.orig 2005-12-17 20:25:10.0 +0100
+++ ./gnulib/lib/mbchar.c 2005-12-17 20:25:33.0 +0100
@@ -21,7 +21,9 @@
#include
+#if
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
Dear developers,
findutils 4.2.27 does not compile on IRIX 5.3:
...
Making all in lib
cp ./fnmatch_.h fnmatch.h-t
mv fnmatch.h-t fnmatch.h
cp ./getopt_.h getopt.h-t
mv getopt.h-t getopt.h
sed -e 's/@''HAVE__BOOL''@/0/g' < ./stdbool_.h > stdbool.h-t
10 matches
Mail list logo