Tru64 dtk vsnprintf module build failure

2011-03-10 Thread Peter O'Gorman
Hi, In the past gnulib-tool --import vsnprintf used to bring in wchar.h, but it no longer does, so we get this failure on Tru64 5.1: cc -DHAVE_CONFIG_H -I. -g -c -MD printf-args.c -DPIC -o .libs/printf-args.o cc: Error: /usr/include.dtk/wchar.h, line 78: Ill-formed parameter type list.

Re: Tru64 dtk vsnprintf module build failure

2011-03-10 Thread Eric Blake
On 03/10/2011 03:58 PM, Peter O'Gorman wrote: Hi, In the past gnulib-tool --import vsnprintf used to bring in wchar.h, but it no longer does, so we get this failure on Tru64 5.1: cc -DHAVE_CONFIG_H -I. -g -c -MD printf-args.c -DPIC -o .libs/printf-args.o cc: Error:

[PATCH] maint.mk: suppress a syntax check false positive

2011-03-10 Thread Pádraig Brady
A recent change to dd in coreutils triggered this issue, which is avoided with the attached. cheers, Pádraig. From 3d1a414c90c49f3b4d9e427e4024f511adff154c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= p...@draigbrady.com Date: Fri, 11 Mar 2011 01:12:56 + Subject: [PATCH]

Re: Tru64 dtk vsnprintf module build failure

2011-03-10 Thread Peter O'Gorman
On Thu, Mar 10, 2011 at 04:26:17PM -0700, Eric Blake wrote: I'm applying this, after searching for all other modules that ship a .c file that includes wchar.h. Thanks! Peter -- Peter O'Gorman po...@thewrittenword.com