On a related note, for an out-of-source build, kdenlive/CMakelists.txt need to
be edited. You need to add ${CMAKE_CURRENT_BINARY_DIR} to INCLUDE_DIRECTORIES
To compile kdenlive I've done the follownig:
With kdenlive in ~/code/kdenlive
mkdir ~/code/kdenlive-build
cd ~/code/kdenlive-build
cmake ../kdenlive -DCMAKE_INSTALL_PREFIX=/usr
make
Patch attached.
Craig.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdenlive.diff
Type: text/x-diff
Size: 724 bytes
Desc: not available
URL:
<http://mail.kde.org/pipermail/kdenlive/attachments/20071112/f7f09fb3/attachment.bin>