Hello Richard,<br><br>I tried with debian do it. In command autogen.sh return it:<br><br>$ ./autogen.sh --prefix=/usr/local --enable-compile-warnings=error --enable-debug=yes<br>[...]<br>./configure: line 20698: syntax error near unexpected token `LIBXML,'
<br>./configure: line 20698: `    PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= $LIBXML_MIN_VERSION,'<br><br>I read the 'configure' shell script code and in release 0.1.11 the libxml section is different. I know that if I comment this entry I run this scrtipt without errors but it isn't elegant :-)
<br><br>Thanks Richard,<br><br>regards<br><br><div><span class="gmail_quote">On 5/5/07, <b class="gmail_sendername">Richard W.M. Jones</b> <<a href="mailto:rjones@redhat.com">rjones@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Marco Sinhoreli wrote:<br>> Hello list,<br>><br>> I'm writing a how-to about libvirt compilation in Debian Etch. Well, I<br>> tried to compile version 0.1.11 in a Debian etch completly newly built<br>> from debootstrap. These are the steps that I took:
<br>> ----- init commands<br>> apt-get install make gcc<br>> # cd /usr/src && wget<br>> <a href="http://libvirt.org/sources/libvirt-cvs-snapshot.tar.gz">http://libvirt.org/sources/libvirt-cvs-snapshot.tar.gz
</a> && tar -xzvf<br>> libvirt-cvs-snapshot.tar.gz<br>> # cd libvirt-0.1.11<br><br>It looks like CVS snapshots aren't being updated!  The one on the site<br>at the moment dates from 2007-02-14 and as you found out contains
<br>libvirt-0.1.11, which is ancient history.  I'll ask Daniel Veillard<br>about that one next week.<br><br>I also tried building libvirt on Debian and didn't get very far either.<br>  But we're committed to making libvirt work on Debian (and Ubuntu, and
<br>other free OSes for that matter).<br><br>So if you have the time can you try this to get the latest CVS version:<br><br># apt-get install cvs gcc make gettext automake1.9<br><br>$ cvs -d ':<a href="http://pserver:anoncvs@libvirt.org:2401/data/cvs">
pserver:anoncvs@libvirt.org:2401/data/cvs</a>' co login<br>   # at the prompt type anoncvs<br><br>$ cvs -d ':<a href="http://pserver:anoncvs@libvirt.org:2401/data/cvs">pserver:anoncvs@libvirt.org:2401/data/cvs</a>
' co libvirt<br>   # the above will check out the source into a subdir called libvirt<br><br>$ cd libvirt<br><br>$ ./autogen.sh --prefix=$HOME/local --enable-compile-warnings=error<br>--enable-debug=yes<br>   # you can change the --prefix to something more useful
<br><br>If the above succeeds -- and it didn't for me -- then:<br><br>$ make<br><br>If any of the steps fail then post the full output.  I can look at why<br>libvirt on Debian is failing next week.<br><br>Thanks for helping with libvirt,
<br><br>Rich.<br><br>--<br>Emerging Technologies, Red Hat  <a href="http://et.redhat.com/~rjones/">http://et.redhat.com/~rjones/</a><br>64 Baker Street, London, W1U 7DF     Mobile: +44 7866 314 421<br><br>Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
<br>Street, Windsor, Berkshire, SL4 1TE, United Kingdom.<br>Registered in England and Wales under Company Registration No. 3798903<br>Directors: Michael Cunningham (USA), Charlie Peters (USA) and David<br>Owens (Ireland)<br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Marco Sinhoreli