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?