[libvirt] [PATCH] docs: make the location of the xml catalog file a configure option

2010-10-24 Thread Justin Clift
The default location for the XML catalog file, /etc/xml/catalog, used when validating the generated html docs, isn't correct for MacOS X. This commit adds an option to the configure script, allowing the default to be overridden: --with-xml-catalog-file=/path/to/xml/catalog/file --- Tested on

[libvirt] [PATCH] docs: install the generated html files when make install is run

2010-10-24 Thread Justin Clift
Previously, only the API docs were installed, rather than the complete documentation set. This commit ensures the complete documentation set is installed. --- docs/Makefile.am |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am

Re: [libvirt] [PATCH] docs: install the generated html files when make install is run

2010-10-24 Thread Justin Clift
On 10/24/2010 07:46 PM, Justin Clift wrote: Previously, only the API docs were installed, rather than the complete documentation set. This commit ensures the complete documentation set is installed. snip Please ignore this first version of the patch. The *.css files weren't being included in

[libvirt] [PATCHv2] docs: install the generated html files when make install is run

2010-10-24 Thread Justin Clift
Previously, only the API docs were installed, rather than the complete documentation set. This commit ensures the complete documentation set is installed. --- docs/Makefile.am | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am

Re: [libvirt] Initial working Mac OS X libvirt client build

2010-10-24 Thread Daniel Veillard
On Sat, Oct 23, 2010 at 10:55:16AM +1100, Justin Clift wrote: On 10/23/2010 06:06 AM, Ruben Kerkhof wrote: snip It's getting a bit further, the logs are at http://fpaste.org/DC3R/ It seems to have some problems with libxml2. Daniel, any idea what would cause this libxml2 failure?

Re: [libvirt] Initial working Mac OS X libvirt client build

2010-10-24 Thread Ruben Kerkhof
On Sun, Oct 24, 2010 at 02:46, Justin Clift jcl...@redhat.com wrote: On 10/24/2010 09:33 AM, Ruben Kerkhof wrote: snip None at all, actually. I just started libvirtd on my local mac on which I also have VirtualBox installed. Speaking of which, it would be nice to have a launchctl file for

Re: [libvirt] [PATCH] bye to close(), welcome to VIR_(FORCE_)CLOSE()

2010-10-24 Thread Laine Stump
On 10/22/2010 09:21 PM, Stefan Berger wrote: libvir-list-boun...@redhat.com (Eric Blake) wrote on 10/22/2010 06:27:30 PM: [...] Index: libvirt-acl/src/qemu/qemu_monitor.c @@ -694,8 +695,7 @@ void qemuMonitorClose(qemuMonitorPtr mon if (!mon-closed) { if

Re: [libvirt] [PATCH] configure: adds an option for not using the readline library

2010-10-24 Thread Justin Clift
On 10/25/2010 10:58 AM, Ruben Kerkhof wrote: snip I think this patch is still useful for users not using homebrew. I'm trying to do a (debug) build of libvirt from a tarball outside of homebrew. In this case the (keg only) readline isn't picked up. Even better would be an option to specify

Re: [libvirt] Initial working Mac OS X libvirt client build

2010-10-24 Thread Justin Clift
On 10/25/2010 12:18 PM, Ruben Kerkhof wrote: On Sun, Oct 24, 2010 at 02:46, Justin Clift jcl...@redhat.com wrote: On 10/24/2010 09:33 AM, Ruben Kerkhof wrote: snip None at all, actually. I just started libvirtd on my local mac on which I also have VirtualBox installed. Speaking of which, it