Patch to make kdevelop-svn compile

Benjamin Schindler bschindler at inf.ethz.ch
Sun Nov 15 12:51:13 UTC 2009


Hi there

Milian Wolff wrote:
> Benjamin Schindler, 15.11.2009:
>   
>> Hi
>>
>> Current kdevelop-svn does not compile. The attached patch fixes this.
>> The first patch (the CMakeLists patch) is required to make kdevelop
>> compile on gentoo (it's a sed script executed in the ebuild).
>> This is a separate issue so you can savely ignore that part
>>     
>
> Hi there!
>
> a) your cmake patch is definitely wrong. the ${...} is always preferred over 
> the internal lib name.
>   
That's true. However, it seems that the ${...} returns the wrong value 
here and therefore compilation fails. I have not looked into the reasons 
why this is happening.
> b) you seem to have added providesWidget _twice_ to qthelpdocumentation.h ? 
> And I already have:
> qthelpdocumentation.h
> 46:        virtual bool providesWidget() const { return true; }
>   
I do not have such a thing onto my latest copy here. I have the latest 
version (just checked). May be you didn't commit?
> c) I have already:
> cmakedocumentation.cpp
> 48:        virtual QWidget* documentationWidget(QWidget* ) { return 0; }
>
> So I don't get it why you need to add this?
>
> d) 
>
>   
Probably same as above

Cheers
Benjamin




More information about the KDevelop-devel mailing list