[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] [bug-gnulib] <wchar.h> on Tru64 UNIX with Desktop Toolk
From: |
Bruno Haible |
Subject: |
Re: [bug-gnulib] [bug-gnulib] <wchar.h> on Tru64 UNIX with Desktop Toolkit needs <stdio.h> |
Date: |
Tue, 26 Apr 2005 14:13:23 +0200 |
User-agent: |
KMail/1.5 |
Albert Chin wrote:
> On Tru64 UNIX 4.0D and 5.1, with the commercial Compaq Desktop
> Toolkit, <wchar.h> needs <stdio.h>.
>
> Patch below.
Thanks, I've applied your patch.
But there are also other uses of <wchar.h> in gnulib. What happens if
you execute
$ gnulib-tool --create-testdir --dir=/tmp/testdir \
vasnprintf stdint argp error fnmatch-gnu getopt getpass mbswidth \
obstack quotearg regex strftime strtol
and test-compile the resulting /tmp/testdir on that particular platform?
Bruno