Hi and sorry for not exhaustively searching for threads..
I'm with debian squeeze 64bit, attempting to follow the kdenlive user-manual, I get the following result with the make -j3 command installing mlt:
/home/dav/mlt/src/modules/avformat/filter_avcolour_space.c:147: undefined reference to `img_convert'
producer_avformat.o: In function `convert_image':
/home/dav/mlt/src/modules/avformat/producer_avformat.c:1361: undefined reference to `img_convert'
/home/dav/mlt/src/modules/avformat/producer_avformat.c:1355: undefined reference to `img_convert'
/home/dav/mlt/src/modules/avformat/producer_avformat.c:1343: undefined reference to `img_convert'
/home/dav/mlt/src/modules/avformat/producer_avformat.c:1349: undefined reference to `img_convert'
consumer_avformat.o:/home/dav/mlt/src/modules/avformat/consumer_avformat.c:1731: more undefined references to `img_convert' follow
collect2: ld returned 1 exit status
make[2]: *** [../libmltavformat.so] Error 1
make[2]: Leaving directory `/home/dav/mlt/src/modules/avformat'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/dav/mlt/src/modules'
make: *** [all] Error 1
(that's just the end part)
can someone help? thanks
any one have some tips with installing kdenlive on debian stable???
edit: i was a little cautious about upgrading to sid so soon which is advised on the user-manual debian page... is that about the only hope I have of getting kdenlive and MLT?

hi, thanks for the responses, yeh after lookin here at the MLT tips http://www.mltframework.org/twiki/bin/view/MLT/BuildTips
i can see that MLT gets a problem with ffmpeg -either finding it or making the libmltavformat.so
there are some flags given to get round the problem, but how to use them and should I?
so is there kdenlive working on Squeeze at all, anyone? the debian page on kdenlive sort of throws us into unstable upgrade (tho it is said testing works)!
my ffmpeg was built following the git clone on the k-user-manual
ffmpeg version N-39174-g5934d57 Copyright (c) 2000-2012 the FFmpeg developers
built on Mar 23 2012 18:53:33 with gcc 4.4.5