On Fri, 8 Mar 2019 at 00:42, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > I'm getting: > > ./configure --enable-tools --enable-doc > [...] > GEN qga/qapi-generated/qapi-gen > GEN docs/qemu-block-drivers.7 > GEN docs/qemu-cpu-models.7 > SPHINX docs/devel > SPHINX docs/interop > CC qapi/qapi-visit-core.o > Error: source directory and destination directory are same. > Error: source directory and destination directory are same. > Makefile:880: recipe for target 'docs/interop/index.html' failed > make: *** [docs/interop/index.html] Error 1 > make: *** Waiting for unfinished jobs.... > Makefile:877: recipe for target 'docs/devel/index.html' failed > make: *** [docs/devel/index.html] Error 1 > The command "make -j3 && ${TEST_CMD}" exited with 2.
It's probably due to your doing an in-source-tree build rather than an out-of-tree one :-( thanks -- PMM