I've been compiling kdenlive for a while now with great success. My last successful compile/run was version 0.8.1 rev.5721
Since then, the compile looks normal, but when I run kdenlive from the command line I get the following error:
kdenlive: symbol lookup error: kdenlive: undefined symbol: _ZN3Mlt7Profile12set_explicitEi
I can reinstall rev 5721 and it runs.
I have tried MLT from both the Packman repository (0.7.2) and compiling from source (0.7.3). Same issue.
Google didn't find any hits.
Any hints as to what happened and how to fix?
Running on:
OpenSuse 11.4 64-bit
KDE 4.6.4
Thanks

j-b-m
You're a genius.
I removed all traces of mlt, libmlt, pkgconfig (related to mlt)
Installed mlt from source. OK
Installed kdenlive from source. FAILED
The kdenlive install is looking for a pkgconfig reference for mlt. I see 2 files /usr/lib/pkgconfig/mlt*. Hmmm... I copied to /usr/local/lib/pkgconfig.
Installed kdenlive from source. OK
kdenlive 0.8.1 (5729) now runs.
Thanks for the help