Hi, I'm trying to compile GEM under Ubuntu-Studio (7.04)... so, after succesfully ./ configure the cvs version, I get this when trying to make...
g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -I/usr/include/ffmpeg -I/usr/include/lqt -I/usr/include/lqt -I/usr/include/ffmpeg -I.. recordQT.cpp -o recordQT.o g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -I/usr/include/ffmpeg -I/usr/include/lqt -I/usr/include/lqt -I/usr/include/ffmpeg -I.. recordQT4L.cpp -o recordQT4L.o g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -I/usr/include/ffmpeg -I/usr/include/lqt -I/usr/include/lqt -I/usr/include/ffmpeg -I.. video.cpp -o video.o g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -I/usr/include/ffmpeg -I/usr/include/lqt -I/usr/include/lqt -I/usr/include/ffmpeg -I.. videoDV4L.cpp -o videoDV4L.o g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -I/usr/include/ffmpeg -I/usr/include/lqt -I/usr/include/lqt -I/usr/include/ffmpeg -I.. videoV4L.cpp -o videoV4L.o g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -I/usr/include/ffmpeg -I/usr/include/lqt -I/usr/include/lqt -I/usr/include/ffmpeg -I.. videoV4L2.cpp -o videoV4L2.o videoDV4L.cpp: In static member function 'static void* videoDV4L::capturing(void*)': videoDV4L.cpp:103: error: 'verbose' was not declared in this scope videoDV4L.cpp: In member function 'virtual int videoDV4L::openDevice(int)': videoDV4L.cpp:182: error: 'verbose' was not declared in this scope videoDV4L.cpp:244: error: 'verbose' was not declared in this scope videoDV4L.cpp: In member function 'virtual int videoDV4L::startTransfer(int)': videoDV4L.cpp:271: error: 'verbose' was not declared in this scope videoDV4L.cpp:291: error: 'verbose' was not declared in this scope videoDV4L.cpp: In member function 'virtual int videoDV4L::stopTransfer()': videoDV4L.cpp:315: error: 'verbose' was not declared in this scope make[1]: ** [videoDV4L.o] Erro 1 make[1]: ** Esperando que outros processos terminem. videoV4L.cpp: In member function 'virtual int videoV4L::startTransfer(int)': videoV4L.cpp:382: error: 'verbose' was not declared in this scope videoV4L.cpp: In member function 'virtual int videoV4L::stopTransfer()': videoV4L.cpp:412: error: 'verbose' was not declared in this scope videoV4L.cpp: In member function 'virtual int videoV4L::setChannel(int, t_float)': videoV4L.cpp:497: error: 'verbose' was not declared in this scope make[1]: ** [videoV4L.o] Erro 1 make[1]: Saindo do diretório `/usr/src/Gem/src/Pixes' make: ** [Pixes] Erro 2
I had read some threads on this list about a videoDV4L issue and have also tried to configure with opengl version = 1.5... I am not very expert on compiling libraries and some help would be very nice.. Thanx