bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NetBSD needs inttypes.h for uintptr_t


From: Marius Vollmer
Subject: Re: NetBSD needs inttypes.h for uintptr_t
Date: 13 Jul 2001 00:03:57 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Masao Uebayashi <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]