[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 143735] Fails to build on GCC 4.3 snapshot (includes + end of
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-04-02 18:07:30
Message-ID: 20070402180730.6769.qmail () ktown ! kde ! org
[Download RAW message or body]

------- 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=143735         
apaku gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From apaku gmx de  2007-04-02 20:07 -------
SVN commit 649461 by apaku:

Add c-includes to make gcc4.3 happy and also add some missing \
newlines-at-end-of-files. Thanks to Jeremy Laine for the patch
BUG:143735


 M  +1 -0      languages/cpp/debugger/variablewidget.cpp  
 M  +1 -1      languages/cpp/setuphelper.cpp  
 M  +1 -0      lib/astyle/astyle.h  
 M  +1 -1      lib/cppparser/cachemanager.cpp  
 M  +1 -0      lib/cppparser/cachemanager.h  
 M  +1 -1      lib/cppparser/lexercache.cpp  


--- branches/KDE/3.5/kdevelop/languages/cpp/debugger/variablewidget.cpp \
#649460:649461  @ -40,6 +40,7  @
 #include <kapplication.h>
 #include <kmessagebox.h>
 
+#include <cctype>
 #include <set>
 #include <typeinfo>
 #include <cctype>
--- branches/KDE/3.5/kdevelop/languages/cpp/setuphelper.cpp #649460:649461
 @ -55,4 +55,4  @
   return lines;
 }
 
-}
\ No newline at end of file
+}
--- branches/KDE/3.5/kdevelop/lib/astyle/astyle.h #649460:649461
 @ -29,6 +29,7  @
 #ifndef ASTYLE_H
 #define ASTYLE_H
 
+#include <cctype>
 #include <string>
 #include <vector>
 
--- branches/KDE/3.5/kdevelop/lib/cppparser/cachemanager.cpp #649460:649461
 @ -86,4 +86,4  @
 
 void CacheManager::saveMemory() {
   removeLowerHalf();
-}
\ No newline at end of file
+}
--- branches/KDE/3.5/kdevelop/lib/cppparser/cachemanager.h #649460:649461
 @ -15,6 +15,7  @
 
 #ifndef CACHEMANAGER_H
 #define CACHEMANAGER_H
+#include <cstdlib>
 #include <set>
 #include <limits>
 
--- branches/KDE/3.5/kdevelop/lib/cppparser/lexercache.cpp #649460:649461
 @ -247,4 +247,4  @
   m_fileModificationCache.clear();
 
   m_totalStringSet.clear(); ///it's unclear how often this should be emptied. It may \
happen that completely unused strings end up in this set, then deleting it will save \
                us memory.
-}
\ No newline at end of file
+}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic