On Tue, 2008-05-27 at 21:52 -0400, Russell Treleaven wrote:
> I got the modules to install but the apps didn't get compiled or
> installed.
> So I went to the apps directory and followed the instructions.
> ---------------------------
> pvrXp v4l2-apps # make
> make -C lib all
> make[1]: Entering directory
> `/home/src/v4l-dvb-ioctl2-ed30fedbf544/v4l2-apps/lib
> '
> CC frequencies.o
> CC v4l2_driver.o
> LD libv4l2.so
> AR libv4l2.a
> make[1]: Leaving directory
> `/home/src/v4l-dvb-ioctl2-ed30fedbf544/v4l2-apps/lib'
> 
> make -C util all
> make[1]: Entering directory
> `/home/src/v4l-dvb-ioctl2-ed30fedbf544/v4l2-apps/uti
> l'
> g++  -I../../linux/include -D_GNU_SOURCE -lm  v4l2-ctl.cpp   -o v4l2-ctl
> g++  -I../../linux/include -D_GNU_SOURCE  -c -o v4l2-dbg.o v4l2-dbg.cpp
> g++  -I../../linux/include -D_GNU_SOURCE  -c -o v4l2-driverids.o
> v4l2-driverids.
> cpp
> g++  -I../../linux/include -D_GNU_SOURCE  -c -o v4l2-chipids.o
> v4l2-chipids.cpp
> g++ v4l2-dbg.o v4l2-driverids.o v4l2-chipids.o -o v4l2-dbg
> CC ivtv-ctl
> In file included from ivtv-ctl.c:41:
> ../../linux/include/linux/dvb/video.h:27:28: warning: linux/compiler.h:
> No such
> file or directory
> CC cx18-ctl
> if [ ! -f qv4l2/Makefile ]; then (cd qv4l2; qmake); fi
> /bin/sh: qmake: command not found

You need qt-devel installed to get QMake and build Qt based GUI apps.
You can edit the makefile not to build the GUI app or make specifi
targets in the makefile, if you don't want to install Qt-devel.

-Andy


> make[1]: *** [qv4l2] Error 127
> make[1]: Leaving directory
> `/home/src/v4l-dvb-ioctl2-ed30fedbf544/v4l2-apps/util
> '
> make: *** [all] Error 2
> ----------------------------------
> 
> Sincerely,
> 
> [EMAIL PROTECTED]
> 
> 
> _______________________________________________
> ivtv-users mailing list
> [email protected]
> http://ivtvdriver.org/mailman/listinfo/ivtv-users
> 


_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to