Hello, Thanks for programming kdenlive and making our opensource community grow day by day.
I'm writing because I cant get out of an installation problem. I hope you can halp I work on movies with commercial software, but I would like to try kdenlive, so after downloading the source I tryed to instal the software. Bu somethings goes wrong. After a successfull configuring of the source (./configure gives a positive response), when I try to execute the makescript something goes wrong and I get this error: linux:/home/marcolino/Desktop/aa_tmp/kdenlive/kdenlive-0.2.4# make make all-recursive make[1]: Entering directory `/home/marcolino/Desktop/aa_tmp/kdenlive/kdenlive-0.2.4' Making all in kdenlive make[2]: Entering directory `/home/marcolino/Desktop/aa_tmp/kdenlive/kdenlive-0.2.4/kdenlive' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT avformatdesccodeclist.o -MD -MP -MF ".deps/avformatdesccodeclist.Tpo" \ -c -o avformatdesccodeclist.o`test -f ' avformatdesccodeclist.cpp' || echo './'`avformatdesccodeclist.cpp; \ then mv -f ".deps/avformatdesccodeclist.Tpo" ".deps/avformatdesccodeclist.Po"; \ else rm -f ".deps/avformatdesccodeclist.Tpo"; exit 1; \ fi cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++ /usr/share/qt3/include/qxml.h:224: warning: 'class QXmlReader' has virtual functions but non-virtual destructor /usr/share/qt3/include/qxml.h:407: warning: 'class QXmlContentHandler' has virtual functions but non-virtual destructor /usr/share/qt3/include/qxml.h:424: warning: 'class QXmlErrorHandler' has virtual functions but non-virtual destructor /usr/share/qt3/include/qxml.h:433: warning: 'class QXmlDTDHandler' has virtual functions but non-virtual destructor /usr/share/qt3/include/qxml.h:441: warning: 'class QXmlEntityResolver' has virtual functions but non-virtual destructor /usr/share/qt3/include/qxml.h:448: warning: 'class QXmlLexicalHandler' has virtual functions but non-virtual destructor /usr/share/qt3/include/qxml.h:461: warning: 'class QXmlDeclHandler' has virtual functions but non-virtual destructor krender.h:120: error: extra ';' make[2]: *** [avformatdesccodeclist.o] Error 1 make[2]: Leaving directory `/home/marcolino/Desktop/aa_tmp/kdenlive/kdenlive-0.2.4/kdenlive' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/marcolino/Desktop/aa_tmp/kdenlive/kdenlive-0.2.4' make: *** [all] Error 2 I'm using Debian and I've installed all the qt3-mt and kde .deb packages requested by the configure script. Thanks for your attention, and maybe help. Best Regards, Marco (Italy) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20060402/b54c2236/attachment.html>
