Bug 62462 - compile error in kdevelop/doctreeview.cpp for cvs KDE_2_2_BRANCH
Summary: compile error in kdevelop/doctreeview.cpp for cvs KDE_2_2_BRANCH
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 2.1.5
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-10 20:48 UTC by tmohan
Modified: 2003-08-11 09:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tmohan 2003-08-10 20:48:54 UTC
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
...
Comment 1 Amilcar do Carmo Lucas 2003-08-11 09:53:12 UTC
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