Hi,
Currently, compilation for MinGW is broken.
Here is the patch.
But configure script option for MinGW is changed from previous posting.
https://www.redhat.com/archives/libvir-list/2008-June/msg00145.html
Currently, it should do
# ./configure --without-xen --without-qemu --without-sasl --without-lxc --without-openvz
--without-libvirtd --without-test
currently following 3 make works,
make
make install
make check
I do not know why syntax-check is not exist on Makefile on MinGW.
src/domain_conf.c | 2 ++
src/network_conf.c | 2 ++
src/virsh.c | 8 ++++++++
tests/testutilsxen.c | 2 ++
4 files changed, 14 insertions(+)
Thanks
Atsushi SAKAI