Compile fixes (strict iterators + no deprecated kutils)

Andreas Pakulat apaku at gmx.de
Thu Oct 7 11:59:00 UTC 2010


On 07.10.10 09:35:38, Kevin Ottens wrote:
> Hello list,
> 
> As you might know there's students starting on your project ATM. And since I'm 
> supposed to track their efforts, I'm now building KDevelop directly from the 
> sources. Since I've a slightly different setup than most of you there (mostly 
> because of my mobile platform work I verify everything build cleanly without 
> some deprecated stuff), I got a few potential issues leading to four patches.
> 
> Those patches are committed in my local repos for the movingranges branch. 

You should be using master, the movingranges where merged several weeks
ago.

> They should apply cleanly. I don't think that I have the push rights on 
> gitorious kdevelop repos (you use a different group from kde-developers 
> right?),

KDevelop is a 'kde project' just like any other on gitorious.org (if there
are any at this time). So kde-developers do have push access.

> From 6402c4d7282825985b7e54bd270d60340bc61848 Mon Sep 17 00:00:00 2001
> From: Kevin Ottens <ervin at kde.org>
> Date: Thu, 7 Oct 2010 09:22:24 +0200
> Subject: [PATCH 2/2] Remove include for missing header.
> 
> ---
>  languages/cpp/cppduchain/contextbuilder.cpp |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/languages/cpp/cppduchain/contextbuilder.cpp b/languages/cpp/cppduchain/contextbuilder.cpp
> index 621419e..2482bc9 100644
> --- a/languages/cpp/cppduchain/contextbuilder.cpp
> +++ b/languages/cpp/cppduchain/contextbuilder.cpp
> @@ -27,7 +27,6 @@
>  #include <language/duchain/topducontext.h>
>  #include <language/duchain/declaration.h>
>  #include <language/duchain/use.h>
> -#include <language/duchain/smartconverter.h>

This is probably due to you still using the movingranges branch. Otherwise
the patches look fine.

Andreas

-- 
You are the only person to ever get this message.




More information about the KDevelop-devel mailing list