[Bug 72785] New: Kdevelop don't compile using gcc 3.3.2

Rosbacke rosbacke at nada.kth.se
Sat Jan 17 00:43:05 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=72785      
           Summary: Kdevelop don't compile using gcc 3.3.2
           Product: kdevelop
           Version: 2.1.5
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: rosbacke at nada.kth.se


Version:           2.1.5 (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.2 
OS:          Linux

Using gcc 3.3.2 I can not compile kdevelop 2.1.5 from sources. The bug has been reported to Gentoo bug database:
http://bugs.gentoo.org/show_bug.cgi?id=36545

The following patch should fix the problem:
--- kdevelop-2.1.5_for_KDE_3.1/kdevelop/doctreeview.cpp.orig	2003-12-29 16:26:45.000000000 +0100
+++ kdevelop-2.1.5_for_KDE_3.1/kdevelop/doctreeview.cpp	2003-12-29 16:27:00.000000000 +0100
@@ -826,7 +826,7 @@
     void changePathes();
     virtual void refresh();
     #if KDE_QTVER >= 3
-    void DocTreeKDELibsFolder::appendBooks(QDir dir);
+    void appendBooks(QDir dir);
     #endif
 };


Basically, in the class definition of DocTreeKDELibsFolder, one function is qualified with the class name. This is no good.
This change is required for building kdevelop 2.1.5 on the Gentoo amd64 platform.




More information about the KDevelop-devel mailing list