[Kdenlive-devel] cmake/MLT version problem

Simon A. Eugster simon.eu at gmail.com
Tue Sep 14 17:27:17 UTC 2010


On 14.09.2010 18:38, jb wrote:
> On Tuesday 14 September 2010 15:25:32 Simon A. Eugster wrote:
>> simon at Blackhawk:/data/cworkspace/kdenlive.git/kdenlive/build$ cmake ..
>> -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=debugfull
>> -- Found Qt-Version 4.6.3 (using /usr/bin/qmake)
>> -- Found X11: /usr/lib/libX11.so
>> -- Phonon Version: 4.4.2
>> -- Found KDE 4.4 include dir: /usr/include
>> -- Found KDE 4.4 library dir: /usr/lib
>> -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
>> -- Found automoc4: /usr/bin/automoc4
>> -- MLT install path: /usr
>> -- MLT includes: /usr/include/mlt
>> -- MLT library: /usr/lib/libmlt.so
>> -- MLT++ includes: /usr/include
>> -- MLT++ library: /usr/lib/libmlt++.so
>> CMake Error at CMakeLists.txt:21 (message):
>>     MLT must be at least version 0.5.10, you have 0.5.6
>>
>>     Please install recent MLT http://www.mltframework.org
>
> The MLT version is cached, so you need to delete your CMakeCache.txt if you
> have a newer MLT version. I have not found the correct way to clear the cached
> value when running cmake.

Hm. I just did:
$ rm -rf *
$ git checkout -- .
$ ./configure ...
$ make -j3
$ su -c 'make install'
Still ... ah. kdenlive's cache. Yes, deleted all files in the build 
directory and recompiled, working now, thanks!

Simon




More information about the Kdenlive mailing list