
2010/11/16 Richard W.M. Jones <rjones@redhat.com>:
On Mon, Nov 15, 2010 at 02:41:15AM +1100, Justin Clift wrote:
On 15/11/2010, at 2:38 AM, <arnaud.champion@devatom.fr> wrote:
?I have used visual studio 2010 to create a standard setup, but for now it just provide dll, no virsh but why not... GAC inscription is now next goal. I'll try to see that this week.
Heh, no worries. I'll look around for an open source tool that does it instead, as using Visual Studio 2010 just for creating an installer seems like a bit of overkill (for me). :)
We previously built the installer from the Fedora Windows cross-compiler:
http://www.redhat.com/archives/libvir-list/2008-October/msg00191.html
Rich.
I recently tested the Fedora provided mingw32-libvirt on Windows and virsh just segfaults before main() for me. Justin, msys_setup contains a download_libvirt-fedora.sh script that downloads and unpacks to msys\fedora\usr\i686-pc-mingw32\sys-root\mingw\bin if you want to give that a try. Matthias