Failed to compile KDevelop under Debian Testing because of bug #672684

Eugene Agafonov e.a.agafonov at gmail.com
Tue May 15 20:20:03 UTC 2012


Hi!

I've recently faced bug with packaging of libqtwebkit-dev in Debian Testing
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672684

In case of KDevelop4 it fails to compile kdevelop/documentation library
since libQtWebKit is not in liker list.

The workaround is to createsymbol link to libQtWebKit.so

on amd64
#> sudo ln -s /usr/lib/libQtWebKit.so /usr/lib/x86_64-linux-gnu

on i386:
#> sudo ln -s /usr/lib/libQtWebKit.so /usr/lib/i386-linux-gnu

Hopefully it helps someone to save a time until the real fix is out.

BR, Eugene Agafonov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20120516/98711f2c/attachment.html>


More information about the KDevelop-devel mailing list