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      ())_.  [EMAIL PROTECTED],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

_______________________________________________
M4-discuss mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/m4-discuss

Reply via email to