[Kdenlive-devel] Compile error

Jean-Michel Pouré jmpoure at free.fr
Sat Nov 4 22:21:01 UTC 2006


Hello,

Maybe this is part of a refactoring, but here is a compilation error:

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
-I/usr/share/qt3/include -I.  -I/usr/include -I/usr/include/mlt
-D_REENTRANT    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DENABLE_FIREWIRE  -MT
kaddclipcommand.o -MD -MP -MF ".deps/kaddclipcommand.Tpo" -c -o
kaddclipcommand.o kaddclipcommand.cpp; \
        then mv -f ".deps/kaddclipcommand.Tpo"
".deps/kaddclipcommand.Po"; else rm -f ".deps/kaddclipcommand.Tpo"; exit
1; fi
kaddclipcommand.h: In constructor
‘Command::KAddClipCommand::KAddClipCommand(KdenliveDoc&, const QString&,
DocClipBase*, DocumentBaseNode*, bool)’:
kaddclipcommand.h:106: attention : ‘Command::KAddClipCommand::m_create’
will be initialized after
kaddclipcommand.h:100: attention :   ‘int
Command::KAddClipCommand::m_id’
kaddclipcommand.cpp:85: attention :   when initialized here
kaddclipcommand.h: In constructor
‘Command::KAddClipCommand::KAddClipCommand(KdenliveDoc&, const QString&,
const KURL&, bool)’:
kaddclipcommand.h:110: attention :
‘Command::KAddClipCommand::m_isVirtualClip’ will be initialized after
kaddclipcommand.h:100: attention :   ‘int
Command::KAddClipCommand::m_id’
kaddclipcommand.cpp:192: attention :   when initialized here
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
-I/usr/share/qt3/include -I.  -I/usr/include -I/usr/include/mlt
-D_REENTRANT    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DENABLE_FIREWIRE  -MT
kdenlive.o -MD -MP -MF ".deps/kdenlive.Tpo" -c -o kdenlive.o
kdenlive.cpp; \
        then mv -f ".deps/kdenlive.Tpo" ".deps/kdenlive.Po"; else rm -f
".deps/kdenlive.Tpo"; exit 1; fi
kdenlive.cpp:110:28: erreur: docclipvirtual.h : Aucun fichier ou
répertoire de ce type
Dans le fichier inclus à partir de kdenlive.cpp:112:
trackpanelclipmovefunction.h:168:2: attention : #warning - The following
method is a bad example for programming design.
kdenlive.cpp:2261:2: attention : #warning The following line is broken -
since frames per second is rounded to the nearest int, krulerTimeModel
kdenlive.cpp:2262:2: attention : #warning would never map the correct
value to text if the frames per second is wrong.
kdenlive.h: In constructor ‘Gui::KdenliveApp::KdenliveApp(bool,
QWidget*, const char*)’:
kdenlive.h:596: attention : ‘Gui::KdenliveApp::m_exportWidget’ will be
initialized after
kdenlive.h:582: attention :   ‘KURL Gui::KdenliveApp::m_selectedFile’
kdenlive.cpp:133: attention :   when initialized here
kdenlive.h:582: attention : ‘Gui::KdenliveApp::m_selectedFile’ will be
initialized after
kdenlive.h:549: attention :   ‘DocClipRef*
Gui::KdenliveApp::m_copiedClip’
kdenlive.cpp:133: attention :   when initialized here
kdenlive.h:573: attention : ‘Gui::KdenliveApp::m_renderManager’ will be
initialized after
kdenlive.h:469: attention :   ‘KdenliveDoc* Gui::KdenliveApp::m_doc’
kdenlive.cpp:133: attention :   when initialized here
kdenlive.h:575: attention : ‘Gui::KdenliveApp::m_clipMonitor’ will be
initialized after
kdenlive.h:561: attention :   ‘Gui::ProjectList*
Gui::KdenliveApp::m_projectList’
kdenlive.cpp:133: attention :   when initialized here
kdenlive.h:602: attention : ‘Gui::KdenliveApp::m_projectFormat’ will be
initialized after
kdenlive.h:542: attention :   ‘QPopupMenu*
Gui::KdenliveApp::m_timelinePopupMenu’
kdenlive.cpp:133: attention :   when initialized here
kdenlive.cpp: In member function ‘void Gui::KdenliveApp::initActions()’:
kdenlive.cpp:632: attention : unused variable ‘virtualZone’
kdenlive.cpp: In member function ‘void
Gui::KdenliveApp::insertGuides(QString, QString)’:
kdenlive.cpp:2041: attention : comparaison entre des expressions
entières signée et non signée
kdenlive.cpp: In member function ‘void
Gui::KdenliveApp::slotProjectEditClip()’:
kdenlive.cpp:2547: attention : unused variable ‘command’
kdenlive.cpp:2557: attention : unused variable ‘command’
kdenlive.cpp:2563: attention : unused variable ‘command’
kdenlive.cpp:2568: attention : unused variable ‘command’
kdenlive.cpp:2573: attention : unused variable ‘command’
kdenlive.cpp: In member function ‘void
Gui::KdenliveApp::slotNewProject(QString*, KURL*, int*, int*, bool)’:
kdenlive.cpp:1714: attention : ‘audioNum’ may be used uninitialized in
this function
kdenlive.cpp:1714: attention : ‘videoNum’ may be used uninitialized in
this function
kdenlive.cpp:1714: attention : ‘projectFormat’ may be used uninitialized
in this function
make[2]: *** [kdenlive.o] Erreur 1
make[2]: quittant le répertoire
« /home/jmpoure/logiciels/kdenlive/kdenlive/kdenlive »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire
« /home/jmpoure/logiciels/kdenlive/kdenlive »
make: *** [all] Erreur 2


Kind regards,
Jean-Michel





More information about the Kdenlive mailing list