msys_setup
msys_setup copied to clipboard
Error compiling libVirt with Hyper-V support using MSYS2/MingW
We got an error when we try to compile and install a most-recent version of libvirt with support for hyperv in windows using MSYS2/MingW.
We are trying to compile/install libvirt-3.1.0 using the patch at https://github.com/Alexpux/MINGW-packages.git.
- Compiling without any special configuration is ok (We got drivers for Test and Remote)
- Compiling with the
--with-hypervwe got an error caused by a missingopenwsman - Then, we have tried to compile
openwsmanbut we got other compiling errors.
We know that Matthias Bolte had scripts for compiling libvirt and a fork repository for OpenWsMan. However, we cannot compile the code with these patches.
- Can you suggest some solution to solve this problem?.