[Mono-devel-list] Re: glibc not Making on Solaris 2.9 so can't get mono working correctly

Jonathan Pryor jonpryor at vt.edu
Sat May 14 08:12:17 EDT 2005


On Fri, 2005-05-13 at 09:21 -0700, Doug wrote:
> How can this be when I need stdint.h and some other
> files that are not installed?  I have installed glib
> and these .h files are not found.  

<stdint.h> is part of the C99 standard, so your existing C compiler
should provide it (assuming you have a reasonably recent C compiler).

However, <stdint.h> isn't required, or shouldn't be.  `configure' checks
for <stdint.h> and provides HAVE_STDINT_H if it exists, so runtime code
should check for it first (which MonoPosixHelper does).

 - Jon





More information about the Mono-devel-list mailing list