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

2006-08-07 Thread Eric Blake
> > You're attempting a VPATH build with a non-GNU make. This is not supported. I thought it was not recommended, because of the bugs that other makes have with VPATH, but saying that it is not supported when a trivial fix might make it work is a bit harsh. Maybe a better way to word it is that

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

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); > --

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
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] 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] 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 (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: fix 'javaversion' module

2006-08-07 Thread Bruno Haible
Hello Ralf, > Why not be extensible right from the start? OK to apply? > > Cheers, > Ralf > > * gnulib-tool (func_emit_lib_Makefile_am): Initialize > `pkgdata_DATA'. > * modules/javaversion (Makefile.am): Add to `pkgdata_DATA'. Thanks, your patch is applied. Also I changed fu