Erhan, I happen to have a copy of Ubuntu 7.04 on my pendrive, so I just booted it.
Then I followed all the instructions I've previously given. For me I only encountered a single error, easy to solve - as I'll go on to explain. Steps I took (I may have missed out some, the pendrive already has some dev tools installed). 1. installed autoconf and automake 2. ran make -f Makefile.cvs Got an automake error, NOT an autoconf error The version of automake was 1.10, the cvs.sh script only detects upto 1.9.x I amended the cvs.sh script and added an additional pattern to the case statement allowing 1.10*. Then I can run make -f Makefile.cvs successfully Check your error messages again, if it's an automake (not autoconf) you have two or three options. 1. Obtain an updated version of the admin directory - if one exists 2. Update the cvs.sh script 3. Investigate the alternate build system If this doesn't solve your problem, I think I've done my fair share so I'll let some other kind soul help you. Regards, Chris On Monday 24 September 2007 21:25, [EMAIL PROTECTED] wrote: > i get this message: > > sudo autoconf --version > Password: > autoconf (GNU Autoconf) 2.61 > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software. You may redistribute copies of it under the terms > of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. > There is NO WARRANTY, to the extent permitted by law. > > Written by David J. MacKenzie and Akim Demaille. > > what is the next step? _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
