
"Daniel Schwager" <Daniel.Schwager@dtnet.de> wrote:
i checked out the current CVS snapshot (20090217-1530GMT+1), but compiling failed:
sh autogen.sh make rpm .... make[4]: Leaving directory `/root/rpmbuild/BUILD/libvirt-0.6.99/src' make[3]: Leaving directory `/root/rpmbuild/BUILD/libvirt-0.6.99/src' Making all in qemud make[3]: Entering directory `/root/rpmbuild/BUILD/libvirt-0.6.99/qemud' Makefile:1284: *** missing separator. Stop. make[3]: Leaving directory `/root/rpmbuild/BUILD/libvirt-0.6.99/qemud' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/rpmbuild/BUILD/libvirt-0.6.99' ...
Please adapt the qemud/Makefile.in to use TAB instead of spaces in the "remote_protocol.c: remote_protocol.h" make-target.
Thanks for the report. That was my fault for indenting automake's "if WITH_*" directives in qemud/Makefile.am. Unindenting right away.