On Fri, Feb 10, 2012 at 8:49 PM, Donatas G. <[email protected]> wrote:
> cmake .. -DCMAKE_INSTALL_PREFIX=/usr

This will not work. kde-workspace developers do not ensure binary
compatibility of their libraries, but since a lot of them are public
(i.e. public library with soname/version *and* headers) we do it for
them, so in fact there is no libkephal.so.4, there is a
libkephal.so.4abiX where X is how many times they broke the ABI
already (currently 1 if I am not mistaken).

So, what you could try is
fakeroot make -f debian/rules configure

which should create obj-something inside the source dir (which is
equivalent to the manually created build dir except it has those abi
changes, another, less clean, but equally sufficient way is to symlink
the abi protected version to libkephal.so.4 so that kwin can find it.

-- 
kubuntu-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel

Reply via email to