Am Dienstag, 2. September 2008 schrieben Sie: > > Are you member of MLT project? > > no. Also you are using latest MLT version with qtimage for KDE4 > compiled. See : http://en.wikibooks.org/wiki/Kdenlive/KDE4_Porting
When i do it like this --> export QTDIR=/usr/share/qt4 ./configure --prefix=$DEST_DIR --enable-gpl --enable-motion-est --enable-debug --disable-kino --qimage-libdir=/usr/lib/qt4/ --qimage-includedir=/usr/include/QtGui --disable-mmx --avformat-swscale && i get: make[2]: Entering directory `/home/doitux/Programme/kdenlive-kde4/mlt/src/modules/qimage' cc -Wall -fPIC -DPIC -O4 -pipe -fomit-frame-pointer -ffast-math -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -I../../ -c -o producer_qimage.o producer_qimage.c g++ -Wall -fPIC -DPIC -O4 -pipe -fomit-frame-pointer -ffast-math -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -I../../ -I/usr/include/QtGui -DQT_THREAD_SUPPORT -Wno-deprecated -c -o qimage_wrapper.o qimage_wrapper.cpp qimage_wrapper.cpp:28:20: error: qmutex.h: Datei oder Verzeichnis nicht gefunden He didnt find qmutex.h. But if i just do "--qimage-includedir=/usr/include" he will not find qimage.h. best regards Felix
