hi.
davide wrote:
Hello,
GEM from CVS 16 feb 2006
error: configure: error: GL not found! you need openGL!!!
well, yes, i think so...
then I installed: libglu1-mesa-dev
optional packages I installed:
[...]
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
oh, which version of libquicktime(-dev) comes with ubuntu? (wow, debian has more uptodate packages than ubuntu!)
i'll have to add a check for lqt_add_video_track() in configure.
workaround:
reconfigured with ./configure --without-libquicktime
removed pix_record.cpp, recordQT.cpp and recordQT4L.cpp
ok!
actually one of your workarounds should be sufficient: either remove the files or configure without quicktime. did this work? (no harm is done if you do both, but you will not be able to decode movies using the quicktime-api when using the configure-option)
and i forgot: you might want to install (the optional) ftgl-dev and magick6++-dev too...
mfg.asd.r IOhannes