Re: a2ps-4.14-rc1 on HP-UX 11.11

Paul Ackersviller <[email protected]> Mon, 7 May 2007 18:24:49 +0000
Newsgroups gmane.comp.printing.a2ps.devel
Message-ID <20070507182449.GA16865@sverige>
On Sat, May 05, 2007 at 09:35:05AM +0900, Masayuki Hatta wrote:
> Therefore, I think you didn't apply my patch correctly.  I prepared a
> new tarball (I don't want to release any more RCs):
> 
> http://people.debian.org/~mhatta/a2ps-4.14.tar.gz
> 
> Could you try this?  This tarabll contains my fix for non-GNU make.

This didn't help for non-GNU make, but the other error has now morphed
into this:

	cpp: "strtoimax.c", line 53: warning 2001: Redefinition of macro strtoimax.
	cc: "strtoimax.c", line 72: error 1513: Illegal bit-field size.
	gnumake[3]: *** [strtoumax.lo] Error 1

Is the warning about macro strtoimax not significant?  My system has it
in /usr/include/inttypes.h, but I also notice the error in lib/strtoimax.c
happens within the #else of a #if Have_long_long test.  That doesn't seem
right, as my system does support `long long' types.

Do you need another config.log file?