On Tuesday 13 September 2005 00:31, Axel Thimm wrote:
> On Mon, Sep 12, 2005 at 10:18:10PM +0200, Hans Verkuil wrote:
> > I've released 0.3.8. It can be downloaded from
> > http://dl.ivtvdriver.org/ivtv, or you can get it from svn:
>
> Trying to build in the utils directory returns with
>
> make: Entering directory `/var/tmp/bach-build/BUILD/ivtv-0.3.8/utils'
> make -C ../driver ivtv-svnversion.h
> make[1]: Entering directory
> `/var/tmp/bach-build/BUILD/ivtv-0.3.8/driver'
> make[1]: *** No rule to make target `ivtv-svnversion.h'.  Stop.
> make[1]: Leaving directory
> `/var/tmp/bach-build/BUILD/ivtv-0.3.8/driver'
>
> I think ivtv-svnversion.h is now ivtv-svnrelease.h?

You're building from the archive? It works fine here:

wyst: /tmp $ tar xzf /home/hans/ivtv-0.3.8.tar.gz
wyst: /tmp $ cd ivtv-0.3.8/
wyst: /tmp/ivtv-0.3.8 $ cd utils/
wyst: /tmp/ivtv-0.3.8/utils $ make
make -C ../driver ivtv-svnversion.h
make[1]: Entering directory `/var/tmp/ivtv-0.3.8/driver'
make[1]: Leaving directory `/var/tmp/ivtv-0.3.8/driver'
cc -I../driver -D_GNU_SOURCE -O2 -Wall   -c -o ivtvctl.o ivtvctl.c

The driver/Makefile creates a ivtv-svnversion.h that just includes 
ivtv-svnrelease.h instead of trying to obtain an svn version. This 
ivtv-svnrelease.h header is only present in an official release.

        Hans


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to