Skip to main content

cant build kdenlive > 4040

3 posts / 0 new
Last post
Robert Kotzmann
Offline
Joined: 11/02/2009
Posts:
cant build kdenlive > 4040

(New user here.)

Hello,
i sucessfully installed kdenlive <= 4040 with the wizzard. building newer Versions faild, I get this error in the log-file

[ 51%] Building CXX object src/cmake_bindir/CMakeFiles/kdenlive.dir/projectlist.o
/home/tsc/src/kdenlive/src/projectlist.cpp: In member function 'void ProjectList::trashUnusedClips()':
/home/tsc/src/kdenlive/src/projectlist.cpp:268: error: 'class QStringList' has no member named 'removeDuplicates'
make[2]: *** [src/cmake_bindir/CMakeFiles/kdenlive.dir/projectlist.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/cmake_bindir/CMakeFiles/kdenlive.dir/all] Error 2
make: *** [all] Error 2
KBWERROR: Unable to build kdenlive

I am using Suse 10.3 with KDE 4.2.4 qt 4.4
complete log: http://sites.google.com/site/aktuellesvomtscnidda/kdenlive/kbw.log.20091...

Thank You and please excuse my bad english

0
Your rating: None
j-b-m
Offline
Joined: 05/19/2009
Posts:
Re: cant build kdenlive > 4040

The removeDuplicates method was introduced in Qt 4.5...
I fixed the issue, and you should now be able to compile with svn version 4086.

regards

Robert Kotzmann
Offline
Joined: 11/02/2009
Posts:
solved: cant build kdenlive > 4040

Thank you very much, now it works fine