|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] 3.1.x and 3.2.x releases
On 28/12/07 14:55, "John Levon" <levon@xxxxxxxxxxxxxxxxx> wrote:
>> Oh, it's because your stdint.h type definitions are macros rather than
>> typedefs. I believe the C spec requires them to be typedef names (Section
>> 7.18 of the C99 draft spec). It looks like the problem stems from the
>> stdint.h supplied with gnulib, included in libvirt-0.4.0. Why does libvirt
>> require its own stdint.h?
>
> Note this same bogus header breaks Solaris full stop (I think we have a
> patch for it, but I'm not sure)
Well, we could call the handles uint8, uint16, and so on. That shouldn't
clash in the macro namespace. I'll see how invasive that is.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|