<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 07/05/2011 06:45 PM, Matthias Bolte wrote:
    <blockquote
cite="mid:CABBrozijL-7EP1vqYw7LP3qXP7tS5=ou9C11oHYK0Xk0nUsuBQ@mail.gmail.com"
      type="cite">
      <pre wrap="">2011/7/5 Ruben Kerkhof <a class="moz-txt-link-rfc2396E" href="mailto:ruben@rubenkerkhof.com"><ruben@rubenkerkhof.com></a>:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi all,

Building libvirt 0.9.3 from source with --without-network, make check
fails with:

CC     networkxml2xmltest.o
 CCLD   networkxml2xmltest
 CC     networkxml2argvtest.o
make[2]: *** No rule to make target
`../src/libvirt_driver_network.la', needed by `networkxml2argvtest'.
Stop.
make[2]: Leaving directory `/home/ruben/src/libvirt/libvirt-0.9.3/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/ruben/src/libvirt/libvirt-0.9.3/tests'
make: *** [check-recursive] Error 1

Kind regards,

Ruben
</pre>
      </blockquote>
      <pre wrap="">
The attached patch fixes this.

</pre>
    </blockquote>
    <br>
    It also needs:<br>
    <br>
    if WITH_NETWORK<br>
    check_PROGRAMS += networkxml2argvtest<br>
    endif<br>
    <br>
    if WITH_NETWORK<br>
    TESTS += networkxml2argvtest<br>
    endif<br>
    <br>
    ACK with this fix.<br>
    <br>
    Regards<br>
    Osier<br>
    <blockquote
cite="mid:CABBrozijL-7EP1vqYw7LP3qXP7tS5=ou9C11oHYK0Xk0nUsuBQ@mail.gmail.com"
      type="cite">
      <pre wrap=""></pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--
libvir-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:libvir-list@redhat.com">libvir-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/libvir-list">https://www.redhat.com/mailman/listinfo/libvir-list</a></pre>
    </blockquote>
    <br>
  </body>
</html>