Masao Uebayashi <[EMAIL PROTECTED]> writes:

> Without this, any file can't be compiled because of lack of the
> definition of uintptr_t.  uintptr_t is defined in inttypes.h on my
> NetBSD box, but I'm not sure if the proper entry point is it or not.

configure should check for the availability of uintptr_t.  What does
it find on your system?

We should also check for inttypes.h in addition to stdint.h, thus
making uintptr_t accessible on NetBSD, but I like to understand first
why it is failing to compile.

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to