Well, that didn't totally work out<div><br><div>I did have to remove the build directory and go through cmake configuration as outlined in</div><div><br></div><div><a href="http://techbase.kde.org/KDevelop4/HowToCompile">http://techbase.kde.org/KDevelop4/HowToCompile</a></div>
<div><br>For Kdevelop and KdevPlatform</div><div><br><div class="gmail_quote">On Sun, Jan 6, 2013 at 7:00 PM, Michael Hart <span dir="ltr"><<a href="mailto:michael.george.hart@gmail.com" target="_blank">michael.george.hart@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I did a <b><i><u>make clean</u></i></b> then <i style="font-weight:bold"><u>rm CMakeCache.txt</u></i> that has seem to have solved the issue.<div class="HOEnZb">
<div class="h5"><div><br><br><div class="gmail_quote">On Sun, Jan 6, 2013 at 3:32 PM, Andreas Pakulat <span dir="ltr"><<a href="mailto:apaku@gmx.de" target="_blank">apaku@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div><br>
On Sun, Jan 6, 2013 at 7:23 PM, Michael Hart<br>
<<a href="mailto:michael.george.hart@gmail.com" target="_blank">michael.george.hart@gmail.com</a>> wrote:<br>
> My system has the KDE 4.9.5 and therefore<br>
> /usr/lib64/libgrantlee_core.so.0.3.0 is what was installed<br>
><br>
> Is it wise to make KdePlatform depentend specifically on<br>
> /usr/lib64/libgrantlee_core.so.0.2.0<br>
> that existed in prior version of KDE<br>
<br>
</div>Thats not whats happening.<br>
<div><br>
> Here is the build error get even after "make clean" command:<br>
<br>
</div>Thats not enough if you upgraded to a newer version of grantlee, you<br>
need to wipe the builddir so cmake re-runs the find-commands for the<br>
grantlee library. Alternatively you can remove anything related to<br>
grantlee from the CMakeCache.txt file in your builddir and then re-run<br>
cmake and make.<br>
<br>
You removed the old version of grantlee which KDevPlatform found<br>
before, cmake caches such information in the mentioned file to avoid<br>
having to re-run the possibly expensive lookups and hence the cache<br>
needs to be cleaned when upgrading the library in such a way. (Its not<br>
necessary on all upgrades of libraries, kdecore&Co for example should<br>
not give you such problems)<br>
<span><font color="#888888"><br>
Andreas<br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>