Another Build failure in the latest git pull of Kdeplatform...

Michael Hart michael.george.hart at gmail.com
Mon Jan 7 00:50:46 UTC 2013


Well, that didn't totally work out

I did have to remove the build directory and go through cmake configuration
as outlined in

http://techbase.kde.org/KDevelop4/HowToCompile

For Kdevelop and KdevPlatform

On Sun, Jan 6, 2013 at 7:00 PM, Michael Hart
<michael.george.hart at gmail.com>wrote:

> I did a *make clean* then *rm CMakeCache.txt* that has seem to have
> solved the issue.
>
>
> On Sun, Jan 6, 2013 at 3:32 PM, Andreas Pakulat <apaku at gmx.de> wrote:
>
>> Hi,
>>
>> On Sun, Jan 6, 2013 at 7:23 PM, Michael Hart
>> <michael.george.hart at gmail.com> wrote:
>> > My system has the KDE 4.9.5 and therefore
>> > /usr/lib64/libgrantlee_core.so.0.3.0 is what was installed
>> >
>> > Is it wise to make KdePlatform depentend specifically on
>> > /usr/lib64/libgrantlee_core.so.0.2.0
>> > that existed in prior version of KDE
>>
>> Thats not whats happening.
>>
>> > Here is the build error get even after "make clean" command:
>>
>> Thats not enough if you upgraded to a newer version of grantlee, you
>> need to wipe the builddir so cmake re-runs the find-commands for the
>> grantlee library. Alternatively you can remove anything related to
>> grantlee from the CMakeCache.txt file in your builddir and then re-run
>> cmake and make.
>>
>> You removed the old version of grantlee which KDevPlatform found
>> before, cmake caches such information in the mentioned file to avoid
>> having to re-run the possibly expensive lookups and hence the cache
>> needs to be cleaned when upgrading the library in such a way. (Its not
>> necessary on all upgrades of libraries, kdecore&Co for example should
>> not give you such problems)
>>
>> Andreas
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20130106/3470d430/attachment-0001.html>


More information about the KDevelop-devel mailing list