Version: 2.1.5 (using KDE 3.1.3) Installed from: compiled sources Compiler: gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk) OS: Linux (i686) release 2.4.22-rc2 gcc3.3 file kdevelop/doctreeview.cpp declaration of class DocTreeKDELibsFolder : public ListViewFolderItem ... #if KDE_QTVER >= 3 void DocTreeKDELibsFolder::appendBooks(QDir dir); #endif ... compile stops with doctreeview.cpp:829: error: extra qualification `DocTreeKDELibsFolder::' on member `appendBooks' ignored shouldn't the declaration just be... ... #if KDE_QTVER >= 3 void appendBooks(QDir dir); #endif ...
Sorry, KDevelop 2.x is no longer under development. I'm going to close the bug report because this is not a bug, this is a compilation error. Please report all compilation errors the mailing list instead: http://www.kdevelop.org/index.html?filename=mailinglist.html You are strongly advised to update to the latest CVS version of KDevelop3, code name gideon, take a look at: http://www.kdevelop.org/index.html?filename=branches_compiling.html for all the details you need. If you find a problem or need help please send a mail to the mailing list: http://www.kdevelop.org/index.html?filename=mailinglist.html or drop us a line at the channel #kdevelop on the server irc.kde.org using ksirc, for example. Please use the CVS version and compile it yourself because that way you can easily patch it if a bug is found. KDevelop3 can open Develop2 projects. To do so, goto the "Project -> Open Project ... " and select "KDevelop 2 Project Files" in the "Filter:". You can have and run KDevelop3 and KDevelop2 at the same time on the same computer without any problems. So migrating is a breeze. :) P.S. : The KDevelop team closed over 337 reported and confirmed bugs since the release of the last KDevelop2.x