[Kdenlive-devel] kdenlive-kde4 version build
jb
jb at kdenlive.org
Sun Feb 10 21:47:43 UTC 2008
Felix Hammer wrote:
> /home/doitux/Programme/kdenlive-kde4/kdenlive/src/projectlist.h:31:35: error:
> KExtendableItemDelegate: Datei oder Verzeichnis nicht gefunden
>
>
KExtendableItemDelegate is part of KDE4 api, so it should be found if
you have kdelibs installed from source or if you have the KDE4
kdelibs-dev package installed...
Can you try to edit file projectlist.h at line 31 and replace:
#include <KExtendableItemDelegate>
with:
#include <kextendableitemdelegate.h>
to see if it is an include format issue ?
regards
jb
More information about the Kdenlive
mailing list