Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: SunOS build failures for the last 2 days
- X-seq: zsh-workers 21651
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Andrey Borzenkov <arvidjaar@xxxxxxxxxx>
- Subject: Re: SunOS build failures for the last 2 days
- Date: Wed, 17 Aug 2005 10:50:38 -0700
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200508172135.53752.arvidjaar@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20a80721050817080831aad306@xxxxxxxxxxxxxx> <20050817171529.GB21995@xxxxxxxxx> <200508172135.53752.arvidjaar@xxxxxxxxxx>
On Wed, Aug 17, 2005 at 09:35:29PM +0400, Andrey Borzenkov wrote:
> Are you sure it was built?
He said it was building fine before ZLE_UNICODE_SUPPORT got turned on,
which indicates to me either that wint_t is actually there, or that the
ifdef before the use of the wint_t doesn't succeed:
#if defined(HAVE_WCHAR_H) && defined(HAVE_WCTOMB) && defined(__STDC_ISO_10646__)
If the latter is true, then I can only imagine that the #error directive
didn't work as expected in the multibyte AC_TRY_COMPILE in configure.
> Anyway it also means conditions in getkeystring should be replaced by
> single ZLE_UNICODE_SUPPORT.
No. Those are there to support the u and U escapes in printf, even when
ZLE_UNICODE_SUPPORT is disabled (this was just recently pointed out to
me).
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author