My pyDataMatrixScanner-0.8 version works on Ubuntu 10.04. But doesn't work neither on Ubuntu 11.10 nor 12.04. Actually, when I execute the "make" command in the terminal, I get "gcc -02 -g -c -o pyv4lconnector.o pyv4lconnector.c gcc -shared -fPIC -02 -g pyv4lconnector.c -l v4l2 -o libpyv4l2.so" on Ubuntu 10.04, but only "gcc -shared -fPIC -02 -g pyv4lconnector.c -l v4l2 -o libpyv4l2.so" on Ubuntu 11.10 and 12.04! :-(
Anyone has a solution?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My pyDataMatrixScanner-0.8 version works on Ubuntu 10.04. But doesn't work neither on Ubuntu 11.10 nor 12.04. Actually, when I execute the "make" command in the terminal, I get "gcc -02 -g -c -o pyv4lconnector.o pyv4lconnector.c gcc -shared -fPIC -02 -g pyv4lconnector.c -l v4l2 -o libpyv4l2.so" on Ubuntu 10.04, but only "gcc -shared -fPIC -02 -g pyv4lconnector.c -l v4l2 -o libpyv4l2.so" on Ubuntu 11.10 and 12.04! :-(
Anyone has a solution?