Hello, I am Momcilo Medic from Serbia, and I was advised to write you mail with my problem. I am trying to install simple driver and it returns an error. In attachment is error message as well as driver I am trying to install. I am pretty much a newbie for Linux, so if I left something out please do tell and I will send as many info as you need. Thanks in advance, Momcilo.
Attachment:
smartcam.c
Description: Binary data
[root@Devourer driver_src]# make -C /lib/modules/2.6.30.9-96.fc11.x86_64/build/ M=`pwd` make: Entering directory `/usr/src/kernels/2.6.30.9-96.fc11.x86_64' LD /usr/src/smartcam-1.4.0/driver_src/built-in.o CC [M] /usr/src/smartcam-1.4.0/driver_src/smartcam.o /usr/src/smartcam-1.4.0/driver_src/smartcam.c:563: warning: initialization from incompatible pointer type /usr/src/smartcam-1.4.0/driver_src/smartcam.c:599: error: â??VID_TYPE_CAPTUREâ?? undeclared here (not in a function) /usr/src/smartcam-1.4.0/driver_src/smartcam.c:601: warning: initialization from incompatible pointer type make[1]: *** [/usr/src/smartcam-1.4.0/driver_src/smartcam.o] Error 1 make: *** [_module_/usr/src/smartcam-1.4.0/driver_src] Error 2 make: Leaving directory `/usr/src/kernels/2.6.30.9-96.fc11.x86_64'