|
|
|
|
|
|
|
|
|
|
xen-cim
Re: [Xen-cim] libvirt/openwbem changes committed
On Wed, Apr 26, 2006 at 03:45:59PM -0400, Subrahmanian, Raj wrote:
> - libxml vs libxml2. When I tried installing libxml-devel on my machine,
> yast said that I should use libxml2 instead. But the Makefile does not
> look for the headers in the right place in case libxml2 is installed. I
> added /usr/include/libxml2 to the include path to get past that.
libxml2 includes should be in $prefix/include/libxml2/libxml/*.h
code source should use #include <libxml/*.h>
Makefiles/configure should use the output of xml2-config --cflags
and xml2-config --libs to gather compilation options and potential
extra libraries.
Actually libvirt should do all of that transparently unless you're
attacking libxml2 directly,
Daniel
--
Daniel Veillard | Red Hat http://redhat.com/
veillard@xxxxxxxxxx | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
_______________________________________________
Xen-cim mailing list
Xen-cim@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-cim
|
|
|
|
|