-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 3/5/2007 7:15 AM:
> According to Matthew Woehlke on 3/2/2007 9:33 AM:
>>> Another option would be to leave int64_t defined as it is, but set
>>> HAVE_INT64_T
>>> to 0, to indicate that gnulib shouldn't use it.
>> Hmm... this
Eric Blake wrote:
According to Matthew Woehlke on 3/2/2007 9:33 AM:
Another option would be to leave int64_t defined as it is, but set
HAVE_INT64_T
to 0, to indicate that gnulib shouldn't use it.
Hmm... this looks like it would fix sys/stat.h (see below). I'm still
not sure I trust it. Will clo
Matthew Woehlke wrote:
I did this:
--- stdint_.h 2007-03-08 08:14:55.0 -0800
+++ ../../m4-1.4.8b-orig/lib/stdint_.h 2007-03-01 08:48:39.0 -0800
@@ -120,17 +120,12 @@
#define int32_t int
#define uint32_t unsigned int
+#undef int64_t
#if LONG_MAX >> 31 >> 31 == 1
-# undef in
Matthew Woehlke wrote:
Well, it seems to have gotten past lib/ anyway. Will report back with
how the test suite goes...
Ok, 'make check results'... I got this:
Checking ./012.macro_argu
@ ../doc/m4.texinfo:1358: Origin of test
./012.macro_argu: status was 255, expected 1
...and similar errors
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Matthew Woehlke on 3/8/2007 10:59 AM:
> Matthew Woehlke wrote:
>> Well, it seems to have gotten past lib/ anyway. Will report back with
>> how the test suite goes...
>
> Ok, 'make check results'... I got this:
>
> Checking ./012.macro_ar