m4-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] wcwidth on OSF/1


From: Gary V. Vaughan
Subject: Re: [bug-gnulib] wcwidth on OSF/1
Date: Mon, 07 Aug 2006 17:46:56 +0100
User-agent: Thunderbird 1.5.0.5 (Macintosh/20060719)

Hi Bruno,

Gary V. Vaughan wrote:
> alphaev67-dec-osf5.1$ ../configure --enable-changeword CC=gcc |
>> fgrep wcwidth
>   checking for wcwidth... yes
>   checking whether wcwidth is declared... yes
> alphaev67-dec-osf5.1$ fgrep WCWIDTH config.h
> #define HAVE_DECL_WCWIDTH 1
> #define HAVE_WCWIDTH 1
> alphaev67-dec-osf5.1$ ../configure --enable-changeword CC=cc |
>> fgrep wcwidth
>   checking for wcwidth... yes
>   checking whether wcwidth is declared... no
> alphaev67-dec-osf5.1$ fgrep WCWIDTH config.h
> #define HAVE_DECL_WCWIDTH 0
> #define HAVE_WCWIDTH 1

By way of comparison, on an older machine:

alphaev5-dec-osf4.0d$ cc -V
Compaq C V6.5-207 (dtk) on Digital UNIX V4.0D  (Rev. 878)
Compiler Driver V6.5-207 (dtk) (dtk) cc Driver
alphaev5-dec-osf4.0d$ ../configure --enable-changeword CC=gcc |
> fgrep wcwidth
checking for wcwidth... yes
checking whether wcwidth is declared... yes
alphaev5-dec-osf4.0d$ grep WCWIDTH config.h
#define HAVE_DECL_WCWIDTH 1
#define HAVE_WCWIDTH 1
alphaev5-dec-osf4.0d$ ../configure --enable-changeword CC=cc |
> fgrep wcwidth
checking for wcwidth... yes
checking whether wcwidth is declared... no
alphaev5-dec-osf4.0d$ grep WCWIDTH config.h
#define HAVE_DECL_WCWIDTH 0
#define HAVE_WCWIDTH 1

> configure:14791: checking whether wcwidth is declared
> configure:14828: cc -c -g  conftest.c >&5
> cc: Error: /usr/include.dtk/wchar.h, line 78: Ill-formed parameter type
> list. (parmtyplist)
>                 __VA_LIST__ __arg);
> ----------------^
> cc: Error: /usr/include.dtk/wchar.h, line 83: Ill-formed parameter type
> list. (parmtyplist)
>                 __VA_LIST__ __arg);
> ----------------^
> cc: Error: /usr/include.dtk/wchar.h, line 87: Ill-formed parameter type
> list. (parmtyplist)
>                 __VA_LIST__ __arg);
> ----------------^
> configure:14834: $? = 1

Same error in config.log too.

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://blog.azazil.net
GNU Hacker           / )=   http://trac.azazil.net/projects/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]