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

Andreas Pakulat apaku at gmx.de
Sun Jan 6 20:32:04 UTC 2013


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


More information about the KDevelop-devel mailing list