On Thursday 20 September 2007 23:03, [EMAIL PROTECTED] wrote: > i have done some stept. when i type > > make -f Makefile.cvs > > i get an error report: > > This Makefile is only for the CVS repository > This will be deleted before making the distribution > > ./admin/cvs.sh: 651: --version: not found > *** AUTOCONF NOT FOUND!. > *** KDE requires autoconf 2.53 or newer > make[1]: *** [cvs] Fehler 1 > make: *** [all] Fehler 2 > [EMAIL PROTECTED]:~/kdenetwork$ > > what is wrong? thanks read the error message - it informs you that autoconf was not found.
install autoconf or set you environment so your autoconf installation is found. you'll probably need the other auto tools as well (pre-empting the next mail) Regards, Chris _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
