errors in making kdevelop branch 3.3 with KDE 3.3.2 / Qt 3.3.4

Nicolas.Castagne at imag.fr Nicolas.Castagne at imag.fr
Mon Oct 17 12:16:02 UTC 2005


Hi all,

Things are better, no doubt. Especially, the compilation of
debuggertracingdialog.cpp ran fine. Thx.

However, I still have errors with the K library version 332 because of
KStdGuiItem::remove and KStdGuiItem::add in javasupportpart.cpp and
cvspartimpl.cpp.

Here is an extract of the relevant stderror output of make -k :

javasupportpart.cpp: In member function `void
   JavaSupportPart::activePartChanged(KParts::Part*)':
javasupportpart.cpp:281: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)
javasupportpart.cpp: In member function `void
   JavaSupportPart::projectOpened()':
javasupportpart.cpp:311: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)
javasupportpart.cpp: In member function `void
   JavaSupportPart::addedFilesToProject(const QStringList&)':
javasupportpart.cpp:369: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)
javasupportpart.cpp: In member function `void
   JavaSupportPart::removedFilesFromProject(const QStringList&)':
javasupportpart.cpp:380: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)
javasupportpart.cpp: In member function `void
   JavaSupportPart::changedFilesInProject(const QStringList&)':
javasupportpart.cpp:393: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)
javasupportpart.cpp: In member function `bool
JavaSupportPart::parseProject()':
javasupportpart.cpp:568: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)
javasupportpart.cpp: In member function `void
JavaSupportPart::maybeParse(const
   QString&)':
javasupportpart.cpp:629: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)
javasupportpart.cpp: In member function `void
   JavaSupportPart::partRemoved(KParts::Part*)':
javasupportpart.cpp:672: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)
javasupportpart.cpp: In member function `QStringList
   JavaSupportPart::modifiedFileList()':
javasupportpart.cpp:700: warning: `canonicalPath' is deprecated (declared at
   ../../lib/util/urlutil.h:171)



javasupportpart.cpp: In member function `void
JavaSupportPart::setupCatalog()':
javasupportpart.cpp:741: no method `KStdGuiItem::remove'
make[4]: *** [javasupportpart.lo] Erreur 1


make[4]: La cible `all-am' n'a pas pu être refabriquée à cause d'erreurs.
make[3]: *** [all-recursive] Erreur 1
make[3]: La cible `all' n'a pas pu être refabriquée à cause d'erreurs.


(...)


cvspartimpl.cpp: In member function `void
   CvsServicePartImpl::addFilesToProject(const QStringList&)':
cvspartimpl.cpp:844: no method `KStdGuiItem::add'
make[4]: *** [cvspartimpl.lo] Erreur 1



------------------

All the best,
NC





More information about the KDevelop-devel mailing list