Re: [libvirt] Libvirt / GNULIB failures using Mingw64 toolchain

2012-06-18 Thread Daniel P. Berrange
On Sun, Jun 17, 2012 at 04:28:02PM +0200, Bruno Haible wrote: Hello Daniel, CC fstat.lo ../../../gnulib/lib/fstat.c:27:0: warning: stat redefined [enabled by default] In file included from ./sys/stat.h:32:0, from ../../../gnulib/lib/fstat.c:25:

Re: [libvirt] Libvirt / GNULIB failures using Mingw64 toolchain

2012-06-17 Thread Bruno Haible
Hello Daniel, CC fstat.lo ../../../gnulib/lib/fstat.c:27:0: warning: stat redefined [enabled by default] In file included from ./sys/stat.h:32:0, from ../../../gnulib/lib/fstat.c:25: /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:258:0: note: this is the

[libvirt] Libvirt / GNULIB failures using Mingw64 toolchain

2012-06-15 Thread Daniel P. Berrange
With current Libvirt master + GNULIB (77cef20) I can successfully compile using the Mingw32 toolchain. If attempting to use the alternative Mingw64 toolchain, however, I get a number of errors. On both x86_64-w64-mingw32 and i686-w64-mingw32 I see the following: CC fstat.lo