(...all you coreutils folks will start to recognize the trend...)
I am trying to build m4 on Tandem NSK/OSS. OOTB, it does not build because 'configure' sees that OSS has the 'long long' (64-bit int) type. However it does *not* have an unsigned version thereof.

I'm just starting to investigate this, but so far I have tried removing 'HAVE_LONG_LONG' and 'HAVE_LONG_LONG_INT' from config.h and changed 'intmax_t' to 'long'. However some sources are still trying to build things with 'uint64_t'... when *there is no such type*. This isn't looking promising...

--
Matthew
"You're older than you've ever been / And now you're even older"
  -- They Might Be Giants



_______________________________________________
Bug-m4 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-m4

Reply via email to