[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] libxml2-2.7.1, solaris 8, and xmlDictComputeBigKey
- From: "Andrew W. Nosenko" <andrew w nosenko gmail com>
- To: veillard redhat com
- Cc: xml gnome org, Matt Goebel <goebel emunix emich edu>
- Subject: Re: [xml] libxml2-2.7.1, solaris 8, and xmlDictComputeBigKey
- Date: Fri, 26 Sep 2008 13:59:57 +0300
On Thu, Sep 25, 2008 at 6:43 PM, Daniel Veillard <veillard redhat com> wrote:
> On Tue, Sep 02, 2008 at 11:09:38AM -0400, Matt Goebel wrote:
>>
>> Hi,
>>
>> The changes around line 266 in dict.c which relate to
>> xmlDictComputeBigKey, at least on solaris, require the inclusion
>> of <sys/int_types.h> to pick up the defintion of uint8_t and uint16_t.
>
> hum, isn't there a more common header allowing to get those included ?
> Seems stdint.h should allow this and we already have
>
> #ifdef HAVE_STDINT_H
> #include <stdint.h>
> #elif defined(WIN32)
> typedef unsigned __int32 uint32_t;
> #endif
>
> does solaris really not have stdint.h ?
> I can't directly include sys/int_types.h , adding autodetect in
> configure.in should be possible but i would prefer to receive a tested
> patch in that case.
Sorry for "blind shot", but whether Solaris's inttypes.h doesn't
includes int_types.h?
If yes (includes), then we can just include inttypes.h instead of
stdint.h or just both (after checking for existence by autoconf, of
course) for paranoia reasons.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]