Re: [libvirt] PATCH: Fix mingw32 build

2009-05-29 Thread Daniel Veillard
On Thu, May 28, 2009 at 05:37:14PM +0100, Daniel P. Berrange wrote: On Win32/mingw32 the name 'interface' is #defined to the COM_interface struct. Needless to say, libvirt thus fails to build in spectacular ways. This patch does s/interface/iface/ on all variables. It also fixes bugs in the

Re: [libvirt] PATCH: Fix mingw32 build

2009-05-29 Thread Laine Stump
On 05/28/2009 12:37 PM, Daniel P. Berrange wrote: On Win32/mingw32 the name 'interface' is #defined to the COM_interface struct. Needless to say, libvirt thus fails to build in spectacular ways. ACK!!! (That's the Bill the Cat Yuck! kind, not the open source Looks good, okay. kind ;-)

Re: [libvirt] PATCH: Fix mingw32 build

2009-05-29 Thread Daniel P. Berrange
On Fri, May 29, 2009 at 12:04:11PM -0400, Laine Stump wrote: On 05/28/2009 12:37 PM, Daniel P. Berrange wrote: On Win32/mingw32 the name 'interface' is #defined to the COM_interface struct. Needless to say, libvirt thus fails to build in spectacular ways. ACK!!! (That's the Bill the

[libvirt] PATCH: Fix mingw32 build

2009-05-28 Thread Daniel P. Berrange
On Win32/mingw32 the name 'interface' is #defined to the COM_interface struct. Needless to say, libvirt thus fails to build in spectacular ways. This patch does s/interface/iface/ on all variables. It also fixes bugs in the qemud/Makefile.am and tests/testutils.h files include/libvirt/libvirt.h