On Thursday 14 July 2011 12:58:24 Tore Brigaglia wrote: > On gioved? 14 luglio 2011 12:16:34 jb wrote: > > You should check that you don't have files left from an older install. > > Sometimes, there is old pkgconfig info. > > > > Check in /usr/local/lib/pkgconfig there might be some files from a > > previous install called mlt-framework.pc and mlt++.pc > > That's ALL mlt related filenames on my /usr/*! > I don't know what to look more that that.
Ok, then let's check pkg-config correctly finds MLT: pkg-config --modversion mlt++ If that works, it might have something to do with your cmake version, let me know the output of: cmake --version jb