Re: [Libvir] Re: libvirt on mingw

2008-02-06 Thread Richard W.M. Jones
Richard W.M. Jones wrote: Brecht Sanders wrote: Hello again, Note that I am using gcc (mingw) 3.4.5, and not 4 as you recommend. The attached patch got rid of the warnings though. Maybe there is a compiler switch to fix it in a cleaner way though. Anyway, with the attached patch it does compile.

[Libvir] Re: libvirt on mingw

2008-02-06 Thread Richard W.M. Jones
Brecht Sanders wrote: Hello again, Note that I am using gcc (mingw) 3.4.5, and not 4 as you recommend. The attached patch got rid of the warnings though. Maybe there is a compiler switch to fix it in a cleaner way though. Anyway, with the attached patch it does compile. Basically it casts to void

[Libvir] Re: libvirt on mingw

2008-02-04 Thread Richard W.M. Jones
Brecht Sanders wrote: Did you have a win32 Python version of gconf? Nope. Please CC questions to libvir-list so that everyone can see questions & answers. Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Pea

[Libvir] Re: libvirt on mingw

2008-01-31 Thread Richard W.M. Jones
Brecht Sanders wrote: I wasn't able to run virt-manager yet because of Python dependancy issues, but I'm sure I'll be able to work that out. Did you have virt-manager running on win32 yet? No, I wasn't able to get virt-manager running. Probably the same problems as you are having: building P

[Libvir] Re: libvirt on mingw

2008-01-30 Thread Richard W.M. Jones
Brecht Sanders wrote: Hello again, Note that I am using gcc (mingw) 3.4.5, and not 4 as you recommend. The attached patch got rid of the warnings though. Maybe there is a compiler switch to fix it in a cleaner way though. Anyway, with the attached patch it does compile. Basically it casts to void

[Libvir] Re: libvirt on mingw

2008-01-30 Thread Richard W.M. Jones
Brecht Sanders wrote: Hi, I saw on the following link: http://www.mail-archive.com/libvir-list@redhat.com/msg04103.html that you are also trying to compile libvirt on win32. I'm also attempting to do this, and I guess I got stuck at the same point your post was about. Have you in the mean tim