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