Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-21 Thread reza shahriari
Hi, I have hit a new issue with `./configure` when specifying the `—with-hyper` parameter. Configure runs successfully when no parameters are given but when trying to build with hyper-v I run into this issue. I was wondering if anyone knows how to install this dependency on msys2. > checking

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread reza shahriari
Thanks so much. I got it to go past pthreads. Now I am working on other dependencies > On Aug 20, 2019, at 1:30 PM, Daniel P. Berrangé wrote: > > On Tue, Aug 20, 2019 at 01:03:40PM -0400, reza shahriari wrote: >> Hi, >> >> I tried that out, I got a new error about pthreads in my config.log.

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
On Tue, Aug 20, 2019 at 01:03:40PM -0400, reza shahriari wrote: > Hi, > > I tried that out, I got a new error about pthreads in my config.log. It finds the header file now which is good, but it still fails to find the libpthread.dll file, which is what LDFLAGS should have addressed

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
On Tue, Aug 20, 2019 at 12:29:15PM -0400, reza shahriari wrote: > Hi, > > I have attached my compressed config file. > > Thanks, > > Reza > > > > > On Aug 20, 2019, at 12:03 PM, Daniel P. Berrangé > > wrote: > > > > Re-adding the mailing list CC - please don't drop it. > > > > On Tue,

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
Re-adding the mailing list CC - please don't drop it. On Tue, Aug 20, 2019 at 11:54:34AM -0400, reza shahriari wrote: > Hi, > > I am using msys2. When I run `./configure` without any parameters and I still > see missing pthreads impl. > > I have installed mingw64 cross compiler toolchain.

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
On Mon, Aug 19, 2019 at 03:52:51PM -0400, reza shahriari wrote: > Hi, > > I am trying to compile Libvirt from the source code on windows using msys2 > but keep hitting issues while running `./configure`. > > …. > > checking whether C compiler handles -Wno-suggest-attribute=pure… yes > >

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
On Tue, Aug 20, 2019 at 11:17:06AM -0400, reza shahriari wrote: > I am passing in: > > ./configure \ > --without-sasl \ > --without-polkit \ > --without-python \ > --without-libxl \ > --without-qemu \ > --without-lxc \ > --without-openvz \ > --without-libvirtd > (The ones on the

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread reza shahriari
I am passing in: ./configure \ --without-sasl \ --without-polkit \ --without-python \ --without-libxl \ --without-qemu \ --without-lxc \ --without-openvz \ --without-libvirtd (The ones on the website: https://libvirt.org/windows.html ) > On Aug

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Erik Skultety
On Mon, Aug 19, 2019 at 03:52:51PM -0400, reza shahriari wrote: > Hi, > > I am trying to compile Libvirt from the source code on windows using msys2 > but keep hitting issues while running `./configure`. So what arguments does msys2 pass to the configure script? Erik

[libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-19 Thread reza shahriari
Hi, I am trying to compile Libvirt from the source code on windows using msys2 but keep hitting issues while running `./configure`. …. > checking whether C compiler handles -Wno-suggest-attribute=pure… yes > checking whether C compiler handles -Wno-suggest-attribute=const... yes > checking