Re: m4-1.4.6 soon?

2006-08-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Gary, According to Gary V. Vaughan on 8/5/2006 9:03 AM: > > All checks successful on: That's quite a list of platforms. > > A gnulib bug on osf (4.0d and 5.1): > alphaev67-dec-osf5.1$ make all check > cc -DHAVE_CONFIG_H -I. -I../../lib -I..

Re: [bug-gnulib] VPATH and IRIX make

2006-08-07 Thread Gary V. Vaughan
Hi Bruno, Bruno Haible wrote: > You're attempting a VPATH build with a non-GNU make. This is not supported. > See the INSTALL file: Yes indeed. My bad. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker

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

2006-08-07 Thread Gary V. Vaughan
Hi Bruno, Bruno Haible wrote: > Gary V. Vaughan wrote: > >> A gnulib bug on osf (4.0d and 5.1): >> alphaev67-dec-osf5.1$ make all check >> cc -DHAVE_CONFIG_H -I. -I../../lib -I.. -g -c ../../lib/mbchar.c >> cc: Warning: ../../lib/wcwidth.h, line 70: In this declaration, >> parameter 1

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

2006-08-07 Thread Gary V. Vaughan
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

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

2006-08-07 Thread Gary V. Vaughan
All: Bruno Haible wrote: > Gary V. Vaughan wrote: >> Here is the culprit: >> >> 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) >> __

Re: [bug-gnulib] wcwidth on OSF/1 (was: m4-1.4.6 soon?)

2006-08-07 Thread Bruno Haible
Gary V. Vaughan wrote: > A gnulib bug on osf (4.0d and 5.1): > alphaev67-dec-osf5.1$ make all check > cc -DHAVE_CONFIG_H -I. -I../../lib -I.. -g -c ../../lib/mbchar.c > cc: Warning: ../../lib/wcwidth.h, line 70: In this declaration, > parameter 1 has a different type than specified in a

Re: [bug-gnulib] VPATH and IRIX make (was: m4-1.4.6 soon?)

2006-08-07 Thread Bruno Haible
Gary V. Vaughan wrote: > A make portability bug shows up on sgi: > mips-sgi-irix6.5$ make all check > make all-recursive > Making all in . > Making all in examples > Making all in lib > cp ../../lib/getopt_.h getopt.h-t > mv getopt.h-t getopt.h > sed -e 's/@

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

2006-08-07 Thread Bruno Haible
Gary V. Vaughan wrote: > Here is the culprit: > > 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); > --