Greetings,
It seems that something has reverted in recent invocations of the build script. I'm unable to complete a successful build on my Debian Squeeze and my Ubuntu 10.04 systems, the script fails here :
g++ -I/home/dlphilp/kdenlive/20120620/include -Wall -DPIC -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -Wall -DPIC -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -I../.. -Wall -DPIC -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -I/usr/include/qt3 -I/usr/include/kde -DQT_THREAD_SUPPORT -I/usr/include/libexif -Wno-deprecated -c -o kdenlivetitle_wrapper.o kdenlivetitle_wrapper.cpp
kdenlivetitle_wrapper.cpp:23:24: fatal error: QtGui/QImage: No such file or directory
compilation terminated.
make[2]: *** [kdenlivetitle_wrapper.o] Error 1
make[2]: *** Waiting for unfinished jobs....
qimage_wrapper.cpp:31:23: fatal error: kinstance.h: No such file or directory
compilation terminated.
make[2]: *** [qimage_wrapper.o] Error 1
make[2]: Leaving directory `/home/dlphilp/kdenlive/src/mlt/src/modules/qimage'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/dlphilp/kdenlive/src/mlt/src/modules'
make: *** [all] Error 1
ERROR: Unable to build mlt
LOG: Process has finished. Reason: FAILURE Some kind of error occured: Unable to build mlt
I do have one of the missing files:
dlphilp@avlinux:~$ ls /usr/include/qt4/QtGui/QImage
/usr/include/qt4/QtGui/QImage
but the script wants Qt3 (-I/usr/include/qt3) at this point. What's happening ? AFAICT it uses Qt4 up to here, then forgets about it.
My last successful build of Kdenlive was on 5/17. However, I've had no trouble building from the script for my Arch 64 system.
Any help would be appreciated, I'm at the end of my meager debugging skills. :)
Best,
dp
Links:
[1] http://kdenlive.org/forum/users-forums/installation-source