[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: iswblank failure
From: |
Ludovic Courtès |
Subject: |
Re: iswblank failure |
Date: |
Thu, 02 Sep 2010 15:21:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Hello!
Bruno Haible <address@hidden> writes:
> 2010-09-02 Bruno Haible <address@hidden>
>
> wctype: Avoid compilation error on IRIX 6.5.30.
> * lib/wctype.in.h (iswblank): Declare with a replacement if
> REPLACE_ISWBLANK is set.
> * m4/wctype_h.m4 (gl_WCTYPE_H): Check also whether iswblank is
> declared. Set REPLACE_ISWBLANK.
> * modules/wctype (Makefile.am): Substitute REPLACE_ISWBLANK.
> * doc/posix-functions/iswblank.texi: Mention the IRIX 6.5.30 problem.
> * doc/posix-headers/wctype.texi: Likewise.
> Reported by Tom G. Christensen <address@hidden>.
This change causes problems:
Inetutils, http://hydra.nixos.org/build/617935
libunistring, http://hydra.nixos.org/build/618008
Octave, http://hydra.nixos.org/build/618125
...
The error is:
--8<---------------cut here---------------start------------->8---
./wctype.h:581:14: error: operator '||' has no right operand
./wctype.h:654:6: error: #if with no expression
--8<---------------cut here---------------end--------------->8---
My guess is that this is due to a typo: ‘gl_WCTYPE_H’ sets
‘REPLACE_HAVE_ISWBLANK’ instead of ‘REPLACE_ISWBLANK’.
Thanks,
Ludo’.
pgpRsVrhyVxw2.pgp
Description: PGP signature
- Re: test-vc-cvs [was: IRIX failures], (continued)
iswblank failure [was: IRIX failures], Eric Blake, 2010/09/01
[PATCH] strtod: work around IRIX 6.5 bug, Eric Blake, 2010/09/01