Hello,
for what's worth here is a log of what I did to get Gem compiled. with required libs and errors..
ubuntu 2.6.12-10-386
GEM from CVS 16 feb 2006
error: configure: error: GL not found! you need openGL!!!
then I installed: libglu1-mesa-dev
optional packages I installed: libjpeg62-dev libtiff4-dev libmpeg-dev libavifile-0.7-dev libmpeg3-dev libquicktime-dev
error: make[1]: Entering directory `/home/davide/CVS-gem/Gem/src/Pixes' g++ -c -fPIC -g -O2 -freg-struct-return -O3 -fno-builtin -falign-loops=16 -funroll-loops -ffast-math -mmmx -I/usr/include/quicktime -I/usr/include/avifile-0.7 -I.. recordQT4L.cpp -o recordQT4L.o recordQT4L.cpp: In member function 'virtual int recordQT4L::putFrame(imageStruct*)': recordQT4L.cpp:173: error: 'lqt_add_video_track' was not declared in this scope make[1]: *** [recordQT4L.o] Error 1 make[1]: Leaving directory `/home/davide/CVS-gem/Gem/src/Pixes' make: *** [Pixes] Error 2
workaround:
reconfigured with ./configure --without-libquicktime
removed pix_record.cpp, recordQT.cpp and recordQT4L.cpp
ok!