Re: [Libvir] Libvirt on windows

2008-01-31 Thread Richard W.M. Jones
Gabriel Kaufmann wrote: Hi, How stable is this compiled DLL? I understand that this is from version 0.4.0, Do you have a 0.3 version that is not experimental (as you put it ...) By the way I'm using the DLL without problems if anyone needs the dynamic binding code, I can send it to him in

RE: [Libvir] Libvirt on windows

2008-01-30 Thread Gabriel Kaufmann
-Original Message- From: Richard W.M. Jones [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 4:15 PM To: Gabriel Kaufmann; libvir-list Subject: Re: [Libvir] Libvirt on windows Gabriel Kaufmann wrote: I tool libvirt-0.dll and I am using it in VC. In order to do this, I had

Re: [Libvir] Libvirt on windows

2008-01-29 Thread Richard W.M. Jones
Gabriel Kaufmann wrote: I tool libvirt-0.dll and I am using it in VC. In order to do this, I had to dynamically load the DLL and map all its functions. This is somewhat outside my experience. My best suggestion (guess) is to try adding __declspec(dllexport) around some libvirt functions to

Re: [Libvir] Libvirt on windows

2008-01-29 Thread Richard W.M. Jones
Gabriel Kaufmann wrote: Hi, I'm still unable to build (see output files attached). This is from the sources I downloaded from ftp://libvirt.org/libvirt/libvirt-cvs-snapshot.tar.gz When running configure I get a popup error message that libconf-2.dll is missing. Looking at MinGW site, I

Re: [Libvir] Libvirt on windows

2008-01-29 Thread Richard W.M. Jones
Gabriel Kaufmann wrote: I want to be able to connect to the Xen server using libvirt [...] And yes, connecting to a remote Xen server from Windows should work. At least, it does for me. The server must be running libvirtd, and you will need to specify a remote connection URI such as

Re: [Libvir] Libvirt on windows

2008-01-24 Thread Richard W.M. Jones
Gabriel Kaufmann wrote: In file included from remote_internal.c:73: ../qemud/remote_protocol.h:1218:2: error: #endif without #if remote_internal.c: In function 'remoteDomainGetMaxMemory': remote_internal.c:1581: error: 'remote_domain_get_max_memory_ret' has no member named 'memory'

Re: [Libvir] Libvirt on windows

2008-01-24 Thread Richard W.M. Jones
There's a couple of odd things about this. Firstly: In file included from ../gnulib/lib/sys/stat.h:28, from remote_internal.c:36: ../gnulib/lib/sys/stat.h: In function 'rpl_mkdir': ../gnulib/lib/sys/stat.h:272: warning: unused parameter 'mode' In file included from

RE: [Libvir] Libvirt on windows

2008-01-24 Thread Gabriel Kaufmann
src there's a getaddrinfo.h file. Gaby. -Original Message- From: Richard W.M. Jones [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 2:59 PM To: Gabriel Kaufmann; 'libvir-list@redhat.com' Subject: Re: [Libvir] Libvirt on windows There's a couple of odd things about this. Firstly

Re: [Libvir] Libvirt on windows

2008-01-24 Thread Daniel Veillard
On Thu, Jan 24, 2008 at 03:18:53PM +0200, Gabriel Kaufmann wrote: Hi, Thank for you reply. I'm using the libvirt-0.4.0.tar.gz from http://libvirt.org/sources/ and didn't take the sources from CVS Maybe that is my problem. I'll try using the sources from CVS. Even simpler, grab the

[Libvir] libvirt on Windows - now supports DLLs and Python

2007-11-29 Thread Richard W.M. Jones
With the latest patch to libvirt, Windows now supports building the libvirt.dll/cygvirt.dll DLL and the Python bindings now work too. http://libvirt.org/windows.html ftp://libvirt.org/libvirt/win32 Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address:

Re: [Libvir] libvirt on Windows

2007-08-31 Thread Daniel Veillard
On Thu, Aug 30, 2007 at 03:17:35PM -0700, Ronald Long wrote: I am trying to talk to a 4.0.1 Xen Hypervisor (not Xen underneath a Linux Distro) (via Python) from a Windows box. (Am able to successfully connect and communicate using the Xen API Python bindings). Hum,

[Libvir] libvirt on Windows

2007-08-30 Thread Ronald Long
I am trying to talk to a 4.0.1 Xen Hypervisor (not Xen underneath a Linux Distro) (via Python) from a Windows box. (Am able to successfully connect and communicate using the Xen API Python bindings). Looks like at the very least I need to build libvirtmon.la from the c sources. Am I just